1. b4a1d08 net: Move Emaclite to NET_MULTI by Michal Simek · Mon Oct 11 11:41:47 2010 +1000
  2. f7a48ca rarp: Condtionally compile rarp support by Peter Tyser · Thu Sep 30 11:25:48 2010 -0500
  3. 1b9ecc9 net: Fix emaclite driver to support little-endian microblaze by Michal Simek · Mon Oct 11 11:41:46 2010 +1000
  4. a43f9c6 mpc5xxx_fec: add call to reset_phy() after PHY initialization by Ilya Yanok · Thu Aug 19 11:09:06 2010 +0200
  5. 6335e08 drivers/net/at91_emac.c: change return values by Andreas Bießmann · Thu Oct 07 09:44:47 2010 +0200
  6. d074840 drivers/net/at91_emac.c: increase timeout for autonegotiation by Andreas Bießmann · Thu Oct 07 09:44:46 2010 +0200
  7. 3a3a48f NET: add ENC28J60 driver using SPI framework by Reinhard Meyer · Sun Sep 12 16:23:49 2010 +0200
  8. 69554e1 UEC PHY: Speed up initial PHY neg. by Joakim Tjernlund · Tue Aug 10 16:36:49 2010 +0200
  9. 5ffd701 Net: Remove redundant CONFIG_NET_MULTI directives by Ben Warren · Sun Aug 01 23:00:31 2010 -0700
  10. cce4d31 UEC PHY: Remove strange 0.5 sec delay by Joakim Tjernlund · Wed Aug 11 11:44:22 2010 +0200
  11. c96cc50 UEC: Don't udelay needlessly by Joakim Tjernlund · Wed Aug 11 11:44:21 2010 +0200
  12. 54dfa80 NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c by Reinhard Meyer (-VC) · Fri Aug 06 18:42:07 2010 +0200
  13. f6b436f net: Fix faulty definition of uec_initialize() by Joakim Tjernlund · Thu Aug 19 09:37:32 2010 +0200
  14. 26cc2f0 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Wolfgang Denk · Mon Oct 11 10:00:34 2010 +0200
  15. d3a00cd Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Mon Oct 11 09:56:34 2010 +0200
  16. aed8931 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Mon Oct 11 09:52:16 2010 +0200
  17. 11e98e7 fsl: add support for NXID v1 EEPROM format by Timur Tabi · Thu Sep 30 15:36:50 2010 -0500
  18. 4baa1f1 powerpc/85xx: fix rev.2 job queue LIODN error storm by Kim Phillips · Fri Sep 03 10:57:31 2010 -0500
  19. a9d1f9c powerpc/p4080: Add new CPC register - HDBCR0 by Kumar Gala · Thu Sep 23 14:50:37 2010 -0500
  20. 67a6dfe powerpc/85xx: Add support for 4th PCI controller on corenet_ds by Kumar Gala · Fri Jul 09 09:12:18 2010 -0500
  21. b250d37 powerpc/corenet_ds: Various updates to initial env cfg by Emil Medve · Tue Aug 31 22:57:43 2010 -0500
  22. a58e880 fsl: verify writes to the MAC address EEPROM by Timur Tabi · Mon Aug 02 13:03:23 2010 -0500
  23. 8848d47 p1022ds: add audclk hwconfig setting to enable codec reference clock by Timur Tabi · Wed Jul 21 16:56:19 2010 -0500
  24. 47d9882 mpc8569mds: fix some ddr settings by Haiying Wang · Wed Sep 29 13:31:36 2010 -0400
  25. fac2385 mpc8569mds: fix consuming long time while relocating code. by Haiying Wang · Wed Sep 29 13:31:35 2010 -0400
  26. bd76d19 mpc8569mds: fix CONFIG_ENV_SIZE by Haiying Wang · Wed Sep 29 13:44:14 2010 -0400
  27. 5d3c37f x86: Implement fully relocatable image by Graeme Russ · Thu Oct 07 20:03:33 2010 +1100
  28. 9905285 x86: Use loops instead of memcpy/memset in board_init_f by Graeme Russ · Thu Oct 07 20:03:33 2010 +1100
  29. fb4e2be x86: Rearrange linker script by Graeme Russ · Thu Oct 07 20:03:32 2010 +1100
  30. ae428db x86: Rename linker script symbols by Graeme Russ · Thu Oct 07 20:03:31 2010 +1100
  31. 80ccbac x86: Set cold/warm boot flag by Graeme Russ · Thu Oct 07 20:03:30 2010 +1100
  32. 5fb91cc x86: Place global data below stack before entering C by Graeme Russ · Thu Oct 07 20:03:29 2010 +1100
  33. 2beb72d x86: Dont clobber %eax after getting memory size by Graeme Russ · Thu Oct 07 20:03:28 2010 +1100
  34. bcf0038 x86: Don't clobber %ebx by Graeme Russ · Thu Oct 07 20:03:28 2010 +1100
  35. 157b0e9 x86: Remove usage of %ebp as a return pointer by Graeme Russ · Thu Oct 07 20:03:27 2010 +1100
  36. 2c7ce41 x86: Move ECC initialisation outside RAM initialisation by Graeme Russ · Thu Oct 07 20:03:26 2010 +1100
  37. 8f12035 x86: Remove progress indication in low-level init by Graeme Russ · Thu Oct 07 20:03:24 2010 +1100
  38. 4326153 x86: Fix %ss and %esp in register structure for interrupts by Graeme Russ · Thu Oct 07 20:03:23 2010 +1100
  39. bed10fa x86: Change compiler options by Graeme Russ · Thu Oct 07 20:03:23 2010 +1100
  40. 3e6ec38 x86: Coding Style Cleanup by Graeme Russ · Thu Oct 07 20:03:21 2010 +1100
  41. 1ce0a60 x86: Move loading of GTD to C code by Graeme Russ · Thu Oct 07 20:03:21 2010 +1100
  42. 4cde5d0 x86: use gc sections to reduce image size by Graeme Russ · Thu Oct 07 20:03:20 2010 +1100
  43. 3134be2 x86: zboot update by Graeme Russ · Thu Oct 07 20:03:19 2010 +1100
  44. 2b158e2 x86: Use TEXT_BASE in linker scripts by Graeme Russ · Thu Oct 07 20:03:18 2010 +1100
  45. e0e3015 x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boards by Graeme Russ · Thu Oct 07 20:03:18 2010 +1100
  46. c48363c x86: Remove bi_env from do_bdinfo by Graeme Russ · Thu Oct 07 20:03:17 2010 +1100
  47. 7d398e9 sspi: add options to specify bus and mode by Reinhard Meyer · Thu Aug 26 10:57:27 2010 +0200
  48. d7cc468 sf: spansion: add support for S25FL032P parts by David Jander · Mon Aug 23 15:12:16 2010 +0200
  49. 8f46492 sf: spansion: fixing erasing when sector size >64KiB by Marc-André Hébert · Tue Aug 10 09:02:09 2010 -0400
  50. e027368 include/compiler.h: remove uint typedef for __MACH__ by Andreas Bießmann · Sat Sep 25 17:45:59 2010 +0200
  51. 7e0e5ca Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE by Peter Tyser · Wed Sep 29 13:30:56 2010 -0500
  52. 5339a10 ds1621: Fix negative temperature readings by Jeff Dischler · Wed Sep 29 13:46:19 2010 -0500
  53. 65e72f7 ds1621: Clean up coding style by Peter Tyser · Wed Sep 29 13:46:18 2010 -0500
  54. aedd97c ds1621: Poll for register write completion by Peter Tyser · Wed Sep 29 13:46:17 2010 -0500
  55. 2638b2b lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES by Andreas Bießmann · Fri Oct 01 22:51:02 2010 +0200
  56. e6dc29f cmd_elf: add an option for loading ELFs according to PHDRs by Mike Frysinger · Sat Oct 02 15:44:53 2010 -0400
  57. 8d5c89d PowerPC: change board specific early pci_init() into generic. by Andre Schwarz · Tue Oct 05 11:59:31 2010 +0200
  58. b04fde4 serial.c: Fix build breakage introduced with commit e3c78c9b by Stefan Roese · Wed Oct 06 18:50:59 2010 +0200
  59. faa0d2e env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · Tue Oct 05 14:17:00 2010 +0200
  60. e9b1b49 board/mpl: Remove mpl-specific memory test command by Peter Tyser · Tue Oct 05 23:48:47 2010 -0500
  61. 0e657e8 env_mmc: Fix broken build due to set_default_env() change by Steve Sakoman · Tue Oct 05 15:31:38 2010 -0700
  62. 19d86f4 CCM: remove code for yet another corpse by Wolfgang Denk · Tue Oct 05 22:54:54 2010 +0200
  63. cd4e42e PCU_E: remove code for yet another corpse by Wolfgang Denk · Tue Oct 05 22:54:53 2010 +0200
  64. 7344159 pm9g45: fix compile warning by Wolfgang Denk · Tue Oct 05 21:27:17 2010 +0200
  65. d5d15a7 pm9263: fix compile warning by Wolfgang Denk · Tue Oct 05 21:24:17 2010 +0200
  66. 9b68845 rules.mk: make sure we always create a .depend file by Wolfgang Denk · Tue Oct 05 14:08:55 2010 +0200
  67. a448bce sf: winbond: add support W25Q64 parts by Graeme Smecher · Thu Jul 29 09:00:02 2010 -0400
  68. afc448b Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Tue Oct 05 14:42:32 2010 +0200
  69. 504d2dc Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · Tue Oct 05 14:37:25 2010 +0200
  70. 40ed86d Merge branch 'next' of git://git.denx.de/u-boot-video by Wolfgang Denk · Tue Oct 05 14:31:48 2010 +0200
  71. 4010376 ppc44x: config GPIOs for USB on canyonlands board by Rupjyoti Sarmah · Fri Oct 01 14:31:28 2010 +0530
  72. 386ecdb ppc4xx: Remove some testing hacks from ppc4xx.h by Stefan Roese · Wed Sep 29 16:59:57 2010 +0200
  73. a0a1479 ppc4xx: Use common ns16550 functions in 4xx UART POST driver by Stefan Roese · Wed Sep 29 16:58:38 2010 +0200
  74. b97b4c4 ppc4xx: Small whitespace cleanup in canyonlands.c by Stefan Roese · Tue Sep 28 08:06:06 2010 +0200
  75. 442cd1a ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node() by Stefan Roese · Fri Sep 24 13:51:50 2010 +0200
  76. 69a4864 ppc4xx: Add defines for COM3 & COM4 (UART2 & UART3) on 440EPx/GRx by Stefan Roese · Fri Sep 24 11:20:41 2010 +0200
  77. 249310a ppc4xx: Big lwmon5 board support rework/update by Sascha Laue · Thu Aug 19 09:38:56 2010 +0200
  78. 6583ef4 APM821xx: Add bluestone board support by Tirumala Marri · Tue Sep 28 14:15:21 2010 -0700
  79. 95ac428 APM821xx: Add CPU support by Tirumala Marri · Tue Sep 28 14:15:14 2010 -0700
  80. 4d20e4a hmi1001, mucmc52, uc100, uc101: move boards to vendor directory by Wolfgang Denk · Wed Aug 18 14:14:17 2010 +0200
  81. 239862b CONFIG_SYS_ARM_WITHOUT_RELOC: document feature removal by Wolfgang Denk · Wed Sep 29 11:25:55 2010 +0200
  82. e6f07dc Blackfin: otp: fix build after constification of args[] by Mike Frysinger · Sat Oct 02 14:31:32 2010 -0400
  83. 103432e Blackfin: bf537-pnav: increase monitor len by Mike Frysinger · Fri Oct 01 19:42:08 2010 -0400
  84. cc2b480 Blackfin: bf527-ad7160-eval: fix GPIO CS define by Mike Frysinger · Fri Oct 01 16:59:19 2010 -0400
  85. 55c5d71 Blackfin: bf548-ezkit: bump SPI flash size up by Mike Frysinger · Wed Sep 29 20:24:16 2010 +0000
  86. d9548e3 Blackfin: fix MMC init output alignment by Mike Frysinger · Wed Sep 29 14:46:42 2010 -0400
  87. 028f90c Blackfin: blackvme: new board port by Wojtek Skulski · Mon Sep 27 18:21:59 2010 -0400
  88. 6ca3e8a Blackfin: propagate target cpu defines when building embedded env by Mike Frysinger · Sun Sep 26 07:00:38 2010 +0000
  89. af21839 Blackfin: cmd_gpio: accept upper case pin names by Mike Frysinger · Fri Sep 24 15:34:08 2010 -0400
  90. 8fe89c1 Blackfin: bf526-ezbrd: enable BootROM-OOB layout when booting from NAND by Mike Frysinger · Tue Sep 21 19:47:27 2010 -0400
  91. 8bbfce8 Blackfin: adi config: enable nand lock/unlock support by Mike Frysinger · Tue Sep 21 19:33:53 2010 -0400
  92. 9e9f4a4 Blackfin: bct-brettl2: new board port by Peter Meerwald · Mon Sep 20 14:08:57 2010 -0400
  93. 7c9a461 Blackfin: adi config: allow boards to tweak a little more by Mike Frysinger · Mon Sep 20 15:14:58 2010 -0400
  94. a4f1afc Blackfin: cmd_gpio: return gpio value to caller by Mike Frysinger · Mon Sep 20 13:46:29 2010 -0400
  95. 8525123 Blackfin: bf527-sdp: new board port by Mike Frysinger · Sun Sep 19 16:28:40 2010 -0400
  96. dc173e0 Blackfin: adi config: add a hook for boards to append the env by Mike Frysinger · Sun Sep 19 16:27:24 2010 -0400
  97. cf01ec9 Blackfin: adi config: add an "all spi flashes" option to unify board lists by Mike Frysinger · Sun Sep 19 16:26:55 2010 -0400
  98. bf20385 Blackfin: support a 3rd gpio cfi pin by Peter Meerwald · Fri Sep 17 13:02:42 2010 -0400
  99. 4ef4ad0 Blackfin: cmd_gpio: document/extend input sub-option by Mike Frysinger · Fri Aug 13 15:48:09 2010 -0400
  100. 81fb7d0 Blackfin: move CONFIG_BFIN_CPU to board config.mk by Mike Frysinger · Mon Aug 09 17:57:47 2010 -0400