1. 97a2e10 rtc: allow rtc_set to return an error and use it in cmd_date by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  2. 18e6136 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  3. 686d44d config.mk: Move arch-specific condition to $(ARCH)_config.mk by Shinya Kuribayashi · 16 years ago
  4. b8ca734 Prevent crash if random/invalid ramdisks are passed to bootm by Kumar Gala · 16 years ago
  5. 128de00 Prevent crash if random DTB address is passed to bootm by Anatolij Gustschin · 16 years ago
  6. 5601c61 clean up some #if !defined() in drivers/video/cfb_console.c by Andrew Dyer · 16 years ago
  7. cc3908d apollon: use the last memory area for u-boot by Kyungmin Park · 16 years ago
  8. 58b2529 TQM8272: move NAND part in seperate File by Heiko Schocher · 16 years ago
  9. 5c9131b TQM8272: Fix compiling error for the TQM8272 board. by Heiko Schocher · 16 years ago
  10. 2538374 Add JFFS2 command support on OneNAND by Kyungmin Park · 16 years ago
  11. 5de5621 Allow console input to be disabled by Mark Jackson · 16 years ago
  12. 9cde830 loads: allow negative offsets by Ricardo Ribalda Delgado · 16 years ago
  13. 11af42c USB EHCI: reset root hub by Yuri Tikhonov · 16 years ago
  14. 62a3459 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get(). by Yuri Tikhonov · 16 years ago
  15. c3be13b devices: Use list_add_tail() instead of list_add() to register a device by Stefan Roese · 16 years ago
  16. 72a1222 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  17. 58cd437 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 16 years ago
  18. 120097e mpc83xx: fix mpc8313 in-tree building with NAND by Nick Spence · 16 years ago
  19. 975fb73 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  20. 7c20aef mpc83xx: clean up cache operations and unlock_ram_in_cache() functions by Nick Spence · 16 years ago
  21. 56fd3c2 mpc83xx: Store and display Arbiter Event Register values by Nick Spence · 16 years ago
  22. b89d6fb mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache by Nick Spence · 16 years ago
  23. 1528d9c MPC83XX: Fix GPIO configuration - set gpio level before direction by Nick Spence · 16 years ago
  24. 979078b Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · 16 years ago
  25. 3d488df Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  26. 1b72458 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  27. d9fabb4 doc/qemu_mips: add doc howto debug u-boot with gdb by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  28. 091749d ppx4xx: Fix broken DASA_SIM board by Matthias Fuchs · 16 years ago
  29. 3cb90bb ppc4xx: Remove reference to common/lists.o from some esd linker scripts by Stefan Roese · 16 years ago
  30. a32290c ppc4xx: Remove obsolete or unused functions from some esd boards by Matthias Fuchs · 16 years ago
  31. e7772cf ppc4xx: Update VOM405 board configuration by Matthias Fuchs · 16 years ago
  32. 5a4353e ppc4xx: Remove obsolete initdram() function from VOM405 board by Matthias Fuchs · 16 years ago
  33. db74e01 ppc4xx: Cleanup VOM405 linker script by Matthias Fuchs · 16 years ago
  34. 335634a ppc4xx: Add fdt support for VOM405 boards by Matthias Fuchs · 16 years ago
  35. 4a073ca ppc4xx: Coding style cleanup by Matthias Fuchs · 16 years ago
  36. 87bc82f ppc4xx: Enable USB on PLU405 boards by Matthias Fuchs · 16 years ago
  37. a1fe6fb ppc4xx: Cleanup PLU405 platform file by Matthias Fuchs · 16 years ago
  38. 2fb63db ppc4xx: Cleanup PLU405 linker script by Matthias Fuchs · 16 years ago
  39. 9a11639 ppc4xx: Add fdt support for PLU405 boards by Matthias Fuchs · 16 years ago
  40. 0db0f8d ppc4xx: Increase U-Boot size to 384kB for PLU405 boards by Matthias Fuchs · 16 years ago
  41. d31a59b Don't tftp to unknown flash by Jochen Friedrich · 16 years ago
  42. 0af6a43 net: smc911x: Add pkt_data_pull and pkt_data_push function by Nobuhiro Iwamatsu · 16 years ago
  43. 052a5ea Moved initialization of EEPRO100 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  44. 840f8a5 Moved initialization of TULIP Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  45. 050019d Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  46. 5f92942 Moved initialization of plb2800 Ethernet driver to board_eth_init by Ben Warren · 16 years ago
  47. cba8851 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  48. b664dea Moved initialization of MPC512x_FEC Ethernet driver to CPU directory by Ben Warren · 16 years ago
  49. d2358c0 Moved initialization of IncaIP Ethernet controller to board_eth_init by Ben Warren · 16 years ago
  50. 5496501 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() by Ben Warren · 16 years ago
  51. 9d48ec2 Moved initialization of GT6426x Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  52. b794a93 Moved initialization of PCNET Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  53. 8d943c8 Moved initialization of NATSEMI Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  54. f2c1acb Moved initialization of NS8382X Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  55. 04e97e0 Moved initialization of TSI108 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  56. 65b8623 Moved initialization of RTL8139 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  57. 26425a6 Moved initialization of RTL8169 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  58. 057d202 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() by Ben Warren · 16 years ago
  59. 2f2b6b6 Introduce netdev.h header file and remove externs by Ben Warren · 16 years ago
  60. db2b5bd Add pixis_set_sgmii command by Andy Fleming · 16 years ago
  61. afcf776 Add SGMII support for the 8544 DS by Andy Fleming · 16 years ago
  62. 3d19fad Add support for Freescale SGMII Riser Card by Andy Fleming · 16 years ago
  63. ac65e07 Add SGMII support to the tsec by Andy Fleming · 16 years ago
  64. fecff2b Pass in tsec_info struct through tsec_initialize by Andy Fleming · 16 years ago
  65. c067fc1 tsec: Move tsec.h to include/ by Andy Fleming · 16 years ago
  66. 7d4a2c3 PHY: Add support for the M88E1121R Marvell chip. by Sergei Poselenov · 16 years ago
  67. 4cd94a7 fw_env.c: fix build problems with MTD_VERSION=old by Wolfgang Denk · 16 years ago
  68. 3d85c43 device: make device_register() clone the device by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  69. 30aa8bd Merge branch 'Makefile' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  70. 8b3fbe3 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
  71. a68e08f Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  72. f006908 Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · 16 years ago
  73. 51da61c Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Wolfgang Denk · 16 years ago
  74. 736f591 sh: Remove CC line from board's Makefile by Nobuhiro Iwamatsu · 16 years ago
  75. 1eedd62 sh: Replaced "@./mkconfig" for @$(MKCONFIG) by Nobuhiro Iwamatsu · 16 years ago
  76. df05822 sh: Add support sh2 to MAKEALL by Nobuhiro Iwamatsu · 16 years ago
  77. 0852dbe sh: Fix compile error rsk7203 board by Nobuhiro Iwamatsu · 16 years ago
  78. 85603f4 sh: Fix compile error sh7785lcr board by Nobuhiro Iwamatsu · 16 years ago
  79. 3e59043 sh: Renesas Solutions AP325RXA board support by Nobuhiro Iwamatsu · 16 years ago
  80. fcabccc sh: add support Renesas SH7723 by Nobuhiro Iwamatsu · 16 years ago
  81. 6f7d436 sh: Renesas RSK+ 7203 board support by Nobuhiro Iwamatsu · 16 years ago
  82. 8e7130f sh: Add support Renesas SH7203 processor by Nobuhiro Iwamatsu · 16 years ago
  83. 5b6918e sh: Add support SH2/SH2A which is CPU of Renesas Technology by Nobuhiro Iwamatsu · 16 years ago
  84. 52f73c0 sh: Renesas R0P7785LC0011RL board support by Nobuhiro Iwamatsu · 16 years ago
  85. c8a368c sh: add support for SH7785 by Yoshihiro Shimoda · 16 years ago
  86. bcf268b davinci: fix remaining dm644x_eth by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  87. 39b9fc9 fs: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  88. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  89. 8dd070b update linux/list by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  90. 1976301 smdk6400: add gitignore by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  91. 72aa17b smdk6400: Use CONFIG_FLASH_CFI_DRIVER by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  92. d3abcc0 smdk6400: remove redundant bootargs definition by Guennadi Liakhovetski · 16 years ago
  93. b2d4274 ARM: Add support for S3C6400 based SMDK6400 board by Guennadi Liakhovetski · 16 years ago
  94. 21ece4d NAND: add NAND driver for S3C64XX by Guennadi Liakhovetski · 16 years ago
  95. a20f6a4 S3C64XX: remove broken HWFLOW support from the serial driver by Guennadi Liakhovetski · 16 years ago
  96. a28e28f serial: add S3C64XX serial driver by Guennadi Liakhovetski · 16 years ago
  97. e726e7a USB: Add support for OHCI controller on S3C6400 by Guennadi Liakhovetski · 16 years ago
  98. 8c170c5 ARM: Add arm1176 core with S3C6400 SoC by Guennadi Liakhovetski · 16 years ago
  99. 4b26f05 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · 16 years ago
  100. e7bb9c2 Integrator[AP/CP] - Remove unused file memsetup.S by Gururaja Hebbar K R · 16 years ago