1. 852dbfd more command usage cleanup by Mike Frysinger · 16 years ago
  2. b93b24b Separate mtdparts command from jffs2 by Ladislav Michl · 16 years ago
  3. b196ca7 smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT() by Mike Frysinger · 16 years ago
  4. f5cf2ef mpc52xx phy: initialize only when needed by Sascha Hauer · 16 years ago
  5. 5f58f8d Merge branch 'master' of git://git.denx.de/u-boot-at91 by Wolfgang Denk · 15 years ago
  6. 03bab00 at91sam9263ek: enable hush and auto complete support by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  7. 4758ebd at91: move dataflash spi driver to drivers/spi by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  8. 2b7178a at91: move usb driver to drivers/usb by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  9. f82518d at91rm9200: Reset update by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  10. 3524049 at91rm9200: move serial shutdown code to serial drivers by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  11. beebd85 at91rm9200: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  12. cb82a53 Add support for the AT91RM9200EK Board. by Ulf Samuelsson · 16 years ago
  13. b9c0e4c add dataflash mmc mux missing support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  14. 2a325ce at91rm9200dk: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  15. 90a92a7 at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  16. 843a265 at91sam9: add watchdog support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  17. a47492a at91sam9/at91cap: spi init add hardware chip select support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  18. 66932ac netstar: fix crc32.c dependancy location by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  19. 0a9403c Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 15 years ago
  20. 42f9ebf MPC8260ADS: Define CONFIG_HAS_ETH0. by Scott Wood · 15 years ago
  21. 8701ece PQ2FADS: Enable PCI. by Scott Wood · 15 years ago
  22. 83863df Fix quoting bug introduced by commit 74de7aef by Wolfgang Denk · 15 years ago
  23. ecf3fb2 Fix implicit declaration of function 'htons' by Wolfgang Denk · 15 years ago
  24. e6a6789 fsl_law: Fix bug in calculation of LAW sizing by Kumar Gala · 15 years ago
  25. 32049b4 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs by Kumar Gala · 15 years ago
  26. c851462 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h by Kumar Gala · 15 years ago
  27. afcbce0 Fix building of env_embedded.o by Wolfgang Denk · 15 years ago
  28. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  29. ae644c1 tools/Makefile: fix image.c dependancy location by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  30. b074a70 tools: add ncb to gitignore by Mike Frysinger · 15 years ago
  31. 453c0d7 include/ns16550.h: Unify structure declaration for registers by Detlev Zundel · 15 years ago
  32. 0a145ce Delete now unused tools/Makefile.win32 by Peter Tyser · 16 years ago
  33. 2f8d396 Add support for building native win32 tools by Peter Tyser · 16 years ago
  34. e50abf6 tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation by Peter Tyser · 16 years ago
  35. b0d4d72 tools/Makefile: Create generic build rules by Peter Tyser · 16 years ago
  36. 273174d tools/Makefile: Use auto-generated object file dependencies by Peter Tyser · 16 years ago
  37. fb8b33c tools/Makefile: Remove symlinks for remaining source files by Peter Tyser · 16 years ago
  38. eed0733 tools/Makefile: Dynamically generate libfdt object dependencies by Peter Tyser · 16 years ago
  39. c017017 tools/Makefile: Remove symlinks for fdt targets by Peter Tyser · 16 years ago
  40. 45d6bdf tools/Makefile: Add libfdt/ to the include search path by Peter Tyser · 16 years ago
  41. fba0e3a tools: Remove unecessary symlinking of zlib.h by Peter Tyser · 16 years ago
  42. 40b8d90 tools/Makefile: Add tools/ to the include search path by Peter Tyser · 16 years ago
  43. 1cd300d tools/Makefile: Compile ncb when CONFIG_NETCONSOLE by Peter Tyser · 16 years ago
  44. 123c48a tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET by Peter Tyser · 16 years ago
  45. 4d93a0a tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED by Peter Tyser · 16 years ago
  46. cd26a31 tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP by Peter Tyser · 16 years ago
  47. 7cd5cbc tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG by Peter Tyser · 16 years ago
  48. eeba861 tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS by Peter Tyser · 16 years ago
  49. 335ffe7 tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled by Peter Tyser · 16 years ago
  50. ee3584a tools/Makefile: Split variable declarations into multiple lines by Peter Tyser · 16 years ago
  51. 21d28e9 tools/Makefile: Remove inappropriate double-tabs by Peter Tyser · 16 years ago
  52. 652f4ba tools/Makefile: Remove HOSTARCH HOSTOS defines by Peter Tyser · 16 years ago
  53. 2eeb4e9 gen_eth_addr: Use POSIX rand() and srand() by Peter Tyser · 16 years ago
  54. 24d2ae5 elf.h: Use stdint.h to provide standard typedefs for WIN32 by Peter Tyser · 16 years ago
  55. a706bfc common/Makefile: Conditionally compile env_embedded.o by Peter Tyser · 16 years ago
  56. 2b48f7d Makefile: Add removal of *.exe files to clean target by Peter Tyser · 16 years ago
  57. d0d6144 Makefile: Make autoconf.mk a dependency of the depend target by Peter Tyser · 16 years ago
  58. 75eb82e mflash: Initial mflash support by unsik Kim · 16 years ago
  59. 8ddfe80 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 15 years ago
  60. ca41ef3 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 15 years ago
  61. 0d8cb9c Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 15 years ago
  62. 3405f38 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Wolfgang Denk · 15 years ago
  63. 200779e Rename common ns16550 constants with UART_ prefix to prevent conflicts by Detlev Zundel · 15 years ago
  64. 99067b0 Noisily disable the legacy NAND subsystem. by Scott Wood · 15 years ago
  65. 69bcabb Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN by apgmoorthy · 16 years ago
  66. 74de7ae Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 15 years ago
  67. 78237df Add "GPL cleanup" task to feature-removal-schedule.txt by Wolfgang Denk · 15 years ago
  68. d9596ff sf: stmicro: dont send 4 bytes when reading status register by Mike Frysinger · 15 years ago
  69. 1abe365 sf: set common timeouts in seconds, not milliseconds by Mike Frysinger · 15 years ago
  70. 2a6ce11 sf: stmicro: use common page timeout define by Mike Frysinger · 15 years ago
  71. 0dcdbb1 sf: always read 5 bytes for the idcode by Mike Frysinger · 16 years ago
  72. 9726ba4 sf: stmicro: drop redundant id read by Mike Frysinger · 16 years ago
  73. 1c58743 sf: add driver for SST flashes by Mike Frysinger · 16 years ago
  74. f773a1b sf: drop DEBUG defines by Mike Frysinger · 16 years ago
  75. 6b850a9 mtd: add some at45 spi flash support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  76. 6805e4b mtd: SPI Flash: Support the Spansion Flash by Mingkai Hu · 15 years ago
  77. 4058770 Blackfin: force all boards to HZ of 1000 by Mike Frysinger · 15 years ago
  78. f4032d2 Blackfin: bf533-stamp: drop old spi flash driver by Mike Frysinger · 16 years ago
  79. bc72f50 Blackfin: add BF538/BF539 SPI portmux handling by Mike Frysinger · 16 years ago
  80. 46ac352 Blackfin: do not delay on output bytes by Mike Frysinger · 16 years ago
  81. dbc6ab9 Blackfin: drop newline from OTP help by Mike Frysinger · 16 years ago
  82. d3c38d9 Blackfin: convert bfin_sdh to legacy mmc by Mike Frysinger · 16 years ago
  83. d248cfb Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c by Mike Frysinger · 16 years ago
  84. ad90732 Blackfin: fix crash when booting from external memory by Mike Frysinger · 16 years ago
  85. 84a9dda Blackfin: bf518f-ezbrd: new board port by Mike Frysinger · 16 years ago
  86. 0c31ddf Blackfin: bf526-ezbrd: new board port by Mike Frysinger · 16 years ago
  87. 5c45f7c Blackfin: bf538f-ezkit: new board port by Mike Frysinger · 16 years ago
  88. d9a5d11 Blackfin: bf527-ezkit: new board port by Mike Frysinger · 16 years ago
  89. 76d2180 Blackfin: bf548-ezkit: new board port by Mike Frysinger · 16 years ago
  90. 67b89c7 libfdt: Fix C++ compile-time cast error on gnu 4.2.1 by Laurent Gregoire · 16 years ago
  91. 13d93f3 Fix a possible overflow case detected by gcc 4.3.2 by Emil Medve · 16 years ago
  92. a22d9cf libfdt: Rework/cleanup fdt_next_tag() by David Gibson · 16 years ago
  93. 2c0b843 libfdt: Rework fdt_next_node() by David Gibson · 16 years ago
  94. dfc91c3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  95. c123098 mpc83xx: Set guarded bit on BAT that covers the end of the address space by Scott Wood · 15 years ago
  96. ed9953d Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 15 years ago
  97. da72af8 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 15 years ago
  98. c2eb8be rtc: remove broken rtc_read and rtc_write declarations by Kim Phillips · 15 years ago
  99. fc39c2fd 85xx/86xx: Ensure MP boot page is not used by Kumar Gala · 15 years ago
  100. c840d26 85xx: Introduce determine_mp_bootpg() helper. by Kumar Gala · 15 years ago