1. e6b5f1b arm: clean cache management by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  2. 9053b5a arm: update co-processor 15 access by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  3. 15af998 OMAP: Fix compile issue by Sanjeev Premi · 16 years ago
  4. d79ad45 s3c64xx: fix the wrong gpio offset by Minkyu Kang · 16 years ago
  5. 08fc9b0 Move machine specific code to board at s3c64xx (v2) by Kyungmin Park · 16 years ago
  6. d4d3fc0 ZOOM1 Remove legacy NAND defines by Tom Rix · 16 years ago
  7. 558bb83 OMAP3 Fix multiline formatting in board init files. by Tom Rix · 16 years ago
  8. 8033383 Merge branch 'master' of git://git.denx.de/u-boot-at91 by Wolfgang Denk · 16 years ago
  9. cd96c76 at91sam9263ek: enable hush and auto complete support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  10. e5437ac at91: move dataflash spi driver to drivers/spi by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  11. d42643f at91: move usb driver to drivers/usb by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  12. 155e1e8 at91rm9200: Reset update by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  13. 23a9c97 at91rm9200: move serial shutdown code to serial drivers by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  14. d7b468c at91rm9200: move serial driver to drivers/serial by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  15. 07f9b4e Add support for the AT91RM9200EK Board. by Ulf Samuelsson · 16 years ago
  16. ebe54bf add dataflash mmc mux missing support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  17. 64fdc58 at91rm9200dk: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  18. dd55621 at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  19. d5ee38e at91sam9: add watchdog support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  20. c2a2273 at91sam9/at91cap: spi init add hardware chip select support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  21. 9c10001 netstar: fix crc32.c dependancy location by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  22. aee2871a Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  23. de94cff MPC8260ADS: Define CONFIG_HAS_ETH0. by Scott Wood · 16 years ago
  24. c69b1e1 PQ2FADS: Enable PCI. by Scott Wood · 16 years ago
  25. 4f44a6b Fix quoting bug introduced by commit 74de7aef by Wolfgang Denk · 16 years ago
  26. b8664ab Fix implicit declaration of function 'htons' by Wolfgang Denk · 16 years ago
  27. 894cc88 fsl_law: Fix bug in calculation of LAW sizing by Kumar Gala · 16 years ago
  28. d6bab95 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs by Kumar Gala · 16 years ago
  29. 9bbd643 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h by Kumar Gala · 16 years ago
  30. cec9c2f Fix building of env_embedded.o by Wolfgang Denk · 16 years ago
  31. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  32. 8625a5c tools/Makefile: fix image.c dependancy location by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  33. 88a7f0d tools: add ncb to gitignore by Mike Frysinger · 16 years ago
  34. 937ca56 include/ns16550.h: Unify structure declaration for registers by Detlev Zundel · 16 years ago
  35. 5486073 Delete now unused tools/Makefile.win32 by Peter Tyser · 16 years ago
  36. b06976d Add support for building native win32 tools by Peter Tyser · 16 years ago
  37. 01d5f1d tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation by Peter Tyser · 16 years ago
  38. 2ba2634 tools/Makefile: Create generic build rules by Peter Tyser · 16 years ago
  39. 7e541ed tools/Makefile: Use auto-generated object file dependencies by Peter Tyser · 16 years ago
  40. bd5605b tools/Makefile: Remove symlinks for remaining source files by Peter Tyser · 16 years ago
  41. 08f1557 tools/Makefile: Dynamically generate libfdt object dependencies by Peter Tyser · 16 years ago
  42. d0c23bf tools/Makefile: Remove symlinks for fdt targets by Peter Tyser · 16 years ago
  43. 988f02c tools/Makefile: Add libfdt/ to the include search path by Peter Tyser · 16 years ago
  44. 23808ae tools: Remove unecessary symlinking of zlib.h by Peter Tyser · 16 years ago
  45. d4de1b2 tools/Makefile: Add tools/ to the include search path by Peter Tyser · 16 years ago
  46. 0fa9ce3 tools/Makefile: Compile ncb when CONFIG_NETCONSOLE by Peter Tyser · 16 years ago
  47. 3916877 tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET by Peter Tyser · 16 years ago
  48. 82b88f8 tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED by Peter Tyser · 16 years ago
  49. 7e89767 tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP by Peter Tyser · 16 years ago
  50. 77b45b8 tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG by Peter Tyser · 16 years ago
  51. f349449 tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS by Peter Tyser · 16 years ago
  52. ce7626d tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled by Peter Tyser · 16 years ago
  53. 5b3c54d tools/Makefile: Split variable declarations into multiple lines by Peter Tyser · 16 years ago
  54. 2f84bc1 tools/Makefile: Remove inappropriate double-tabs by Peter Tyser · 16 years ago
  55. a1dca1c tools/Makefile: Remove HOSTARCH HOSTOS defines by Peter Tyser · 16 years ago
  56. cecc407 gen_eth_addr: Use POSIX rand() and srand() by Peter Tyser · 16 years ago
  57. f18298a elf.h: Use stdint.h to provide standard typedefs for WIN32 by Peter Tyser · 16 years ago
  58. ea4b6e3 common/Makefile: Conditionally compile env_embedded.o by Peter Tyser · 16 years ago
  59. 1ba4b31 Makefile: Add removal of *.exe files to clean target by Peter Tyser · 16 years ago
  60. 5e466800 Makefile: Make autoconf.mk a dependency of the depend target by Peter Tyser · 16 years ago
  61. f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
  62. 562ff6e Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  63. a444ca4 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 16 years ago
  64. 3f6ba81 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 16 years ago
  65. e94fe61 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Wolfgang Denk · 16 years ago
  66. 166fb54 Rename common ns16550 constants with UART_ prefix to prevent conflicts by Detlev Zundel · 16 years ago
  67. 12dbc24 Noisily disable the legacy NAND subsystem. by Scott Wood · 16 years ago
  68. 75dad9b Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN by apgmoorthy · 16 years ago
  69. 85c25df Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 16 years ago
  70. 636e95d Add "GPL cleanup" task to feature-removal-schedule.txt by Wolfgang Denk · 16 years ago
  71. 7dce5f0 sf: stmicro: dont send 4 bytes when reading status register by Mike Frysinger · 16 years ago
  72. 01e79ae sf: set common timeouts in seconds, not milliseconds by Mike Frysinger · 16 years ago
  73. 54f3cc4 sf: stmicro: use common page timeout define by Mike Frysinger · 16 years ago
  74. f145ce5 sf: always read 5 bytes for the idcode by Mike Frysinger · 16 years ago
  75. 270224b sf: stmicro: drop redundant id read by Mike Frysinger · 16 years ago
  76. f1cb7c8 sf: add driver for SST flashes by Mike Frysinger · 16 years ago
  77. c5431ac sf: drop DEBUG defines by Mike Frysinger · 16 years ago
  78. af2b299 mtd: add some at45 spi flash support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  79. 2ba690b mtd: SPI Flash: Support the Spansion Flash by Mingkai Hu · 16 years ago
  80. dc67fa8 Blackfin: force all boards to HZ of 1000 by Mike Frysinger · 16 years ago
  81. e72b9f7 Blackfin: bf533-stamp: drop old spi flash driver by Mike Frysinger · 16 years ago
  82. 2153ace Blackfin: add BF538/BF539 SPI portmux handling by Mike Frysinger · 16 years ago
  83. d0d7440 Blackfin: do not delay on output bytes by Mike Frysinger · 16 years ago
  84. 8a3a8ac Blackfin: drop newline from OTP help by Mike Frysinger · 16 years ago
  85. 36e2351 Blackfin: convert bfin_sdh to legacy mmc by Mike Frysinger · 16 years ago
  86. 41d5161 Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c by Mike Frysinger · 16 years ago
  87. 0198676 Blackfin: fix crash when booting from external memory by Mike Frysinger · 16 years ago
  88. 4752c19 Blackfin: bf518f-ezbrd: new board port by Mike Frysinger · 16 years ago
  89. 0378355 Blackfin: bf526-ezbrd: new board port by Mike Frysinger · 16 years ago
  90. cc24408 Blackfin: bf538f-ezkit: new board port by Mike Frysinger · 16 years ago
  91. 3cced46 Blackfin: bf527-ezkit: new board port by Mike Frysinger · 16 years ago
  92. 979294f Blackfin: bf548-ezkit: new board port by Mike Frysinger · 16 years ago
  93. a84542a libfdt: Fix C++ compile-time cast error on gnu 4.2.1 by Laurent Gregoire · 16 years ago
  94. 6b098ae Fix a possible overflow case detected by gcc 4.3.2 by Emil Medve · 16 years ago
  95. 82c1023 libfdt: Rework/cleanup fdt_next_tag() by David Gibson · 16 years ago
  96. 954914a libfdt: Rework fdt_next_node() by David Gibson · 16 years ago
  97. c85a21e Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  98. 7acde32 mpc83xx: Set guarded bit on BAT that covers the end of the address space by Scott Wood · 16 years ago
  99. d5a225a Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 16 years ago
  100. 3fd7ce3 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago