1. 246d693 Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor by Simon Glass · Wed Feb 16 11:14:34 2011 -0800
  2. 1e9961d Add USB host ethernet adapter support by Simon Glass · Wed Feb 16 11:14:33 2011 -0800
  3. fd7f513 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · Mon Feb 07 14:42:16 2011 -0800
  4. 9663497 add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded env by Yoshihiro Shimoda · Tue Jan 25 09:28:19 2011 +0900
  5. 3292233 net: ne2000: Add spport RTL-8019AS by Nobuhiro Iwamatsu · Tue Oct 26 20:32:00 2010 +0900
  6. 2fdcce2 unzip: return uncompressed size in `filesize', and print it. by Wolfgang Denk · Fri Feb 11 20:20:51 2011 +0100
  7. dc4d0a2 itest: fix result of string compares by Wolfgang Denk · Tue Feb 08 16:56:05 2011 +0100
  8. 078a3e9 microblaze: Fix msr handling in interrupt_handler by Michal Simek · Mon Feb 07 10:33:50 2011 +0100
  9. 736245c microblaze: Fix systems with MSR=0 by Michal Simek · Mon Feb 07 10:30:45 2011 +0100
  10. 4814d2f Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · Sat Feb 12 20:37:47 2011 +0100
  11. 29af8e6 eNET: Move initial Global Data into CAR by Graeme Russ · Sat Feb 12 15:12:14 2011 +1100
  12. 151713d sc520: Release CAR and enable caching by Graeme Russ · Sat Feb 12 15:12:12 2011 +1100
  13. 6ec93c3 x86: Convert board_init_f to use an init_sequence by Graeme Russ · Sat Feb 12 15:12:10 2011 +1100
  14. 689caa0 x86: Rearrange function calls in board_init_f by Graeme Russ · Sat Feb 12 15:12:08 2011 +1100
  15. 4b25982 x86: Split board_init_f() into init_fnc_t compatible functions by Graeme Russ · Sat Feb 12 15:12:06 2011 +1100
  16. b4b7a53 x86: Fix incorrect usage of relocation offset by Graeme Russ · Sat Feb 12 15:12:05 2011 +1100
  17. ae7a6d1 x86: Move console initialisation into board_init_f by Graeme Russ · Sat Feb 12 15:12:03 2011 +1100
  18. e24dec6 x86: Move test for cold boot into init functions by Graeme Russ · Sat Feb 12 15:12:01 2011 +1100
  19. 344f745 x86: Move call to dram_init_f into board_init_f by Graeme Russ · Sat Feb 12 15:11:59 2011 +1100
  20. 9c44afc x86: Defer setup of final stack by Graeme Russ · Sat Feb 12 15:11:58 2011 +1100
  21. 3818393 sc520: Move RAM sizing code from asm to C by Graeme Russ · Sat Feb 12 15:11:54 2011 +1100
  22. bc76193 x86: Use Cache-As-RAM for initial stack by Graeme Russ · Sat Feb 12 15:11:52 2011 +1100
  23. 4e0f55f x86: Move initial gd to fixed location by Graeme Russ · Sat Feb 12 15:11:50 2011 +1100
  24. 109665f eNET: General code cleanup by Graeme Russ · Sat Feb 12 15:11:48 2011 +1100
  25. 250f680 eNET: Rearrange PAR assignments by Graeme Russ · Sat Feb 12 15:11:47 2011 +1100
  26. deac740 eNET: Define MMCR values in config.h by Graeme Russ · Sat Feb 12 15:11:45 2011 +1100
  27. b87c30f eNET: Add RTC support to eNET by Graeme Russ · Sat Feb 12 15:11:43 2011 +1100
  28. 6498d40 eNET: Fix eNET Interrupt Setup for Linux by Graeme Russ · Sat Feb 12 15:11:41 2011 +1100
  29. ea9d35a sc520: Remove printf calls from cpu_init_f by Graeme Russ · Sat Feb 12 15:11:40 2011 +1100
  30. 7dc4c98 sc520: Move board specific settings to board init function by Graeme Russ · Sat Feb 12 15:11:38 2011 +1100
  31. b112bca sc520: Define MMCR address in include file by Graeme Russ · Sat Feb 12 15:11:36 2011 +1100
  32. 121931c x86: Make cpu init functions weak by Graeme Russ · Sat Feb 12 15:11:35 2011 +1100
  33. 3f7954d x86: Call early_board_init when warm booting by Graeme Russ · Sat Feb 12 15:11:33 2011 +1100
  34. 93efcb2 x86: Add processor flags header from linux by Graeme Russ · Sat Feb 12 15:11:32 2011 +1100
  35. 25391d1 x86: Move Global Descriptor Table defines to processor.h by Graeme Russ · Sat Feb 12 15:11:30 2011 +1100
  36. 6869980 x86: Add stack dump to register dump by Graeme Russ · Sat Feb 12 15:11:28 2011 +1100
  37. bd92301 x86: Fix mangled umlauts by Graeme Russ · Sat Feb 12 15:11:26 2011 +1100
  38. 327b3f8 sc520: Sort Makefile by Graeme Russ · Sat Feb 12 15:11:25 2011 +1100
  39. 3fe4860 x86: Parametize values used in linker script by Graeme Russ · Sat Feb 12 15:11:24 2011 +1100
  40. 4de0548 eNET: Create distinct board configurations by Graeme Russ · Sat Feb 12 15:11:22 2011 +1100
  41. 9381c8a x86: Align config.mk and linker scripts with other arches by Graeme Russ · Sat Feb 12 15:11:21 2011 +1100
  42. a3dde22 x86: Fix definition of global_data struct for asm-offsets.c by Graeme Russ · Sat Feb 12 15:11:21 2011 +1100
  43. aad19cc Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Fri Feb 11 21:23:33 2011 +0100
  44. 27f83be powerpc/8xxx: Add additional cycle to write-to-read turnaound for DDR3 by York Sun · Thu Feb 10 10:13:10 2011 -0800
  45. 1feac1e powerpc/85xx: corrected p1_p2_rdb EEPROM address by Priyanka Jain · Tue Feb 08 13:17:56 2011 +0530
  46. cc2f5d2 powerpc/85xx: Fix p1_p2_rdb boards.cfg by Kumar Gala · Wed Feb 09 23:36:24 2011 -0600
  47. 2f9f65f fsl: update CRC after setting EEPROM identifier by Timur Tabi · Wed Feb 09 13:40:51 2011 -0600
  48. af42bb3 cmd_bmp.c: message about compressed formats is debug info only. by Wolfgang Denk · Wed Feb 09 15:11:10 2011 +0100
  49. a84b4a1 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Wed Feb 09 21:22:58 2011 +0100
  50. 057b261 Merge branch 'next' of git://git.denx.de/u-boot-nios by Wolfgang Denk · Wed Feb 09 20:54:53 2011 +0100
  51. 8ff9101 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · Wed Feb 09 20:50:26 2011 +0100
  52. 00eed7f NAND: env: remember the flags used in the previous environment by Scott Wood · Tue Feb 08 15:25:02 2011 -0600
  53. 5dbb29f nios2: add gpio_is_valid by Thomas Chou · Mon Dec 27 10:46:01 2010 +0800
  54. 111d446 nios2: use long for ssize_t by Thomas Chou · Mon Dec 27 10:45:34 2010 +0800
  55. 55be2b5 altera_spi: add spi_set_speed by Thomas Chou · Mon Dec 27 09:30:17 2010 +0800
  56. c259ec8 nios2: add gpio_free by Thomas Chou · Fri Dec 24 15:19:44 2010 +0800
  57. b41a7bb MIPS: Move VCT boards to boards.cfg by Shinya Kuribayashi · Sat Feb 05 19:35:21 2011 +0900
  58. 81b3793 ppc4xx: Add DLVision-10G board support by Dirk Eibach · Fri Jan 21 09:31:21 2011 +0100
  59. 0cf43de Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · Sun Feb 06 22:41:53 2011 +0100
  60. 4cfd82e Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · Sun Feb 06 22:39:50 2011 +0100
  61. 2ebbc8d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Sun Feb 06 22:28:34 2011 +0100
  62. f2af1bb mpc83xx: Use correct register to calculate clocks. by Joakim Tjernlund · Thu Jan 27 16:30:54 2011 +0100
  63. e87bc03 mpc83xx: fix pcie configuration space read/write by Leo Liu · Wed Jan 19 19:50:47 2011 +0800
  64. 9b84437 MIPS: Move Inca-IP targets to boards.cfg by Shinya Kuribayashi · Sat Feb 05 18:33:36 2011 +0900
  65. e90c931 MIPS: Move Qemu MIPS target to boards.cfg by Shinya Kuribayashi · Sat Feb 05 18:25:44 2011 +0900
  66. 5b40e1d USB: Change the necessary defines to get debug output by Alexander Holler · Fri Jan 28 12:42:13 2011 +0100
  67. f432006 USB: Fix device stati for removable and powerctrl (typo) by Alexander Holler · Thu Jan 27 22:50:07 2011 +0100
  68. 17cb048 MIPS: Move Alchemy Au1x00 based boards to boards.cfg by Shinya Kuribayashi · Sat Feb 05 17:43:22 2011 +0900
  69. 9b33e66 cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended by Shinya Kuribayashi · Sat Feb 05 19:07:00 2011 +0900
  70. 466ef18 MIPS: dbau1x00: Remove unused flash driver stub by Daniel Schwierzeck · Thu Feb 03 14:17:10 2011 +0100
  71. 5d688ee MIPS: Purple: Fix multiple definition error on final linking of u-boot binary by Daniel Schwierzeck · Thu Feb 03 14:17:09 2011 +0100
  72. 4068f3a MIPS: VCT: Fix enabling of unwanted options if networking or USB support are disabled by Daniel Schwierzeck · Thu Feb 03 14:17:08 2011 +0100
  73. 959d2fd Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Fri Feb 04 21:44:46 2011 +0100
  74. 52ed8b3 powerpc/8xxx: Fix possible compile issue related to P1013 by Kumar Gala · Fri Feb 04 12:50:53 2011 -0600
  75. d622cbb Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · Fri Feb 04 20:38:27 2011 +0100
  76. 5e8435a powerpc/85xx: Enable ECC on MPC8572DS by York Sun · Tue Jan 25 21:51:29 2011 -0800
  77. c8fc959 powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134 by York Sun · Tue Jan 25 22:05:49 2011 -0800
  78. 9aa857b powerpc/85xx: Rename MPC8572 DDR erratum to DDR115 by York Sun · Tue Jan 25 21:51:27 2011 -0800
  79. 6cad41c powerpc/85xx: Enable Errata command on MPC8572DS by York Sun · Wed Jan 26 00:14:57 2011 -0600
  80. c034d42 powerpc/85xx: Remove unnecessary polling loop from DDR init by York Sun · Tue Jan 25 21:51:26 2011 -0800
  81. 9a878d5 fsl_esdhc: Add the workaround for erratum ESDHC-A001 (enable on P2020) by Kumar Gala · Sat Jan 29 15:36:10 2011 -0600
  82. 7b5b480 powerpc/85xx: Enable ESDHC111 Erratum on P2010/P2020 SoCs by Kumar Gala · Wed Jan 26 01:43:15 2011 -0600
  83. 1308bfd sh: sh7785lcr: Fix out of tree building by Nobuhiro Iwamatsu · Thu Feb 03 16:27:45 2011 +0900
  84. 2da3ce4 NAND: Fix saving of redundand environment by Alexander Holler · Thu Jan 20 02:17:48 2011 +0100
  85. ed03b90 Prepare v2011.03-rc1 by Wolfgang Denk · Wed Feb 02 22:37:32 2011 +0100
  86. a4de835 Minor Coding Style Cleanup. by Wolfgang Denk · Wed Feb 02 22:36:10 2011 +0100
  87. cc3b79b Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Wed Feb 02 21:57:19 2011 +0100
  88. b472d6b Print compiler and linker version with the version command by Alexander Holler · Wed Jan 19 00:24:40 2011 +0100
  89. 5cfd537 change email address in MAINTAINERS by Yoshihiro Shimoda · Wed Feb 02 10:05:39 2011 +0900
  90. dc70014 change email address in MAINTAINERS by Yoshihiro Shimoda · Wed Feb 02 10:05:39 2011 +0900
  91. a7d382c sh: add support for sh7757lcr board by Yoshihiro Shimoda · Wed Feb 02 10:05:36 2011 +0900
  92. 65bd9b4 spi: add support SuperH SPI module by Yoshihiro Shimoda · Mon Jan 31 16:50:43 2011 +0900
  93. 281aa05 net: sh_eth: add cache handling by Yoshihiro Shimoda · Thu Jan 27 10:06:08 2011 +0900
  94. ed4cea0 README: add description of sh_eth driver by Yoshihiro Shimoda · Thu Jan 27 10:06:03 2011 +0900
  95. 95c5c72 sh: add support the CONFIG_SYS_LDSCRIPT by Yoshihiro Shimoda · Thu Jan 27 10:06:14 2011 +0900
  96. 0f27b04 sh: Remove config.mk for shmin board by Nobuhiro Iwamatsu · Mon Jan 17 21:17:22 2011 +0900
  97. 6266201 sh: Remove config.mk for espt board by Nobuhiro Iwamatsu · Mon Jan 17 21:15:44 2011 +0900
  98. b6e3069 sh: Remove config.mk for mpr2 board by Nobuhiro Iwamatsu · Mon Jan 17 21:13:49 2011 +0900
  99. ec9415d sh: Remove config.mk for ms7750se board by Nobuhiro Iwamatsu · Mon Jan 17 21:08:58 2011 +0900
  100. ea4a2860 sh: Remove config.mk for ms7722se board by Nobuhiro Iwamatsu · Mon Jan 17 21:07:15 2011 +0900