1. a011b5e 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards by Kumar Gala · Tue Dec 02 16:08:38 2008 -0600
  2. 64bb6d1 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards by Kumar Gala · Tue Dec 02 16:08:37 2008 -0600
  3. 3fe8087 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards by Kumar Gala · Tue Dec 02 16:08:36 2008 -0600
  4. 4be8b57 85xx: separate FLASH BASE virtual from physical address by Kumar Gala · Tue Dec 02 14:19:34 2008 -0600
  5. 0f492b4 85xx: separate PIXIS virtual from physical address by Kumar Gala · Tue Dec 02 14:19:33 2008 -0600
  6. dd7e6c7 Add README file for MPC8572DS board by Haiying Wang · Tue Nov 11 08:52:09 2008 -0500
  7. a267207 Blackfin: use common strmhz() in system output by Mike Frysinger · Mon Oct 20 16:15:04 2008 -0400
  8. 87fd600 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Fri Jan 23 22:48:06 2009 +0100
  9. 3eb8baf Merge branch 'master' of git://git.denx.de/u-boot-microblaze by Wolfgang Denk · Fri Jan 23 22:47:25 2009 +0100
  10. d38f4a6 nand: fixup printf modifiers to match types used by Mike Frysinger · Sun Jan 18 19:46:06 2009 -0500
  11. 1fd5551 nand read.jffs2 (nand_legacy) in common/cmd_nand.c by Schlaegl Manfred jun · Tue Jan 20 16:57:55 2009 +0100
  12. 0302550 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS by Wolfgang Grandegger · Fri Jan 16 18:55:54 2009 +0100
  13. a94bc28 NAND: Fix cache and memory inconsistency issue by Dave Liu · Tue Dec 02 11:48:51 2008 +0800
  14. b20f840 NAND: Enable nand lock, unlock feature by Nishanth Menon · Sat Dec 13 09:43:06 2008 -0600
  15. f791172 NAND: move board_nand_init to nand.h by Mike Frysinger · Sat Dec 06 02:40:55 2008 -0500
  16. db7ce8c OneNAND: Additional sync with 2.6.27 by Stefan Roese · Tue Dec 02 11:06:47 2008 +0100
  17. 87b4950 Add markbad function by Kyungmin Park · Thu Nov 13 15:14:33 2008 +0900
  18. 9743d28 OneNAND: Bad block aware read/write command support by Stefan Roese · Wed Nov 12 13:47:24 2008 +0100
  19. 7c9aafe OneNAND: Save version_id in onenand_chip struct by Stefan Roese · Tue Nov 11 10:29:09 2008 +0100
  20. 5ed79ae OneNAND: Fix compiler warnings by Stefan Roese · Tue Nov 11 10:28:53 2008 +0100
  21. 5e6b534 mpc83xx: enable eLBC NAND support for MPC8315ERDB board by Dave Liu · Tue Nov 04 14:55:06 2008 +0800
  22. dc7a79c Sync with 2.6.27 by Kyungmin Park · Tue Nov 04 09:24:07 2008 +0900
  23. d7c65e7 microblaze: Use cache functions (especially cache status) by Michal Simek · Mon Jan 05 13:35:31 2009 +0100
  24. f95f6dc microblaze: Add cache flush by Michal Simek · Mon Jan 05 13:29:32 2009 +0100
  25. f614bea microblaze: Add bootup messages to board.c by Michal Simek · Mon Jan 05 13:28:40 2009 +0100
  26. 0d14165 microblaze: Change microblaze-generic config file by Michal Simek · Fri Dec 19 13:25:55 2008 +0100
  27. 87ed95b microblaze: Rename ml401 to microblaze-generic by Michal Simek · Fri Dec 19 13:14:05 2008 +0100
  28. 81df082 Merge branch 'fixes' by Haavard Skinnemoen · Thu Jan 22 11:11:09 2009 +0100
  29. d3755df Prepare v2009.01 by Wolfgang Denk · Wed Jan 21 23:08:12 2009 +0100
  30. ecbeb28 Prepare 2009.01-rc3 by Wolfgang Denk · Sun Jan 18 21:37:48 2009 +0100
  31. c88b1aa Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Sun Jan 18 21:11:05 2009 +0100
  32. 8ccb33f build system: treat all Darwin's alike by Mike Frysinger · Sat Jan 17 13:32:42 2009 -0500
  33. 9e0a99d fdt_resize(): fix actualsize calculations with unaligned blobs by Peter Korsgaard · Wed Jan 14 13:52:24 2009 +0100
  34. b35beab ncb: use socklen_t by Mike Frysinger · Fri Jan 09 04:38:17 2009 -0500
  35. c33cb86 Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · Fri Jan 16 09:22:25 2009 +0100
  36. 633653e Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · Fri Jan 16 09:17:53 2009 +0100
  37. b27a8e3 sh: serial: use readx/writex accessors by Jean-Christophe PLAGNIOL-VILLARD · Sun Jan 11 16:35:16 2009 +0100
  38. 80f003b sh: serial: coding style cleanup by Jean-Christophe PLAGNIOL-VILLARD · Sun Jan 11 16:35:15 2009 +0100
  39. fcbff80 sh: Fix compile error on lowlevel_init file by Nobuhiro Iwamatsu · Sun Jan 11 17:48:56 2009 +0900
  40. c7e4e35 sh: Fix up rsk7203 target for out of tree build by Kieran Bingham · Tue Dec 30 01:16:03 2008 +0000
  41. b9c2172 sh: use write{8,16,32} in all lowlevel_init by Jean-Christophe PLAGNIOL-VILLARD · Sat Dec 20 19:29:49 2008 +0100
  42. bd96370 sh: lowlevel_init coding style cleanup by Jean-Christophe PLAGNIOL-VILLARD · Sat Dec 20 19:29:48 2008 +0100
  43. 9f37e8f sh: update sh2/sh2a timer coding style by Jean-Christophe PLAGNIOL-VILLARD · Sat Dec 20 15:27:45 2008 +0100
  44. 4b13718 sh: update sh timer coding style by Jean-Christophe PLAGNIOL-VILLARD · Sat Dec 20 15:25:22 2008 +0100
  45. 435988c Prepare 2009.01-rc2 by Wolfgang Denk · Wed Jan 14 23:26:05 2009 +0100
  46. 30bcf2c cpu/mpc824x/Makefile: fix warning with parallel builds by Wolfgang Denk · Wed Jan 14 22:35:30 2009 +0100
  47. 92c91ec ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards by Matthias Fuchs · Fri Jan 02 12:18:49 2009 +0100
  48. d51776a ppc4xx: Disable pci node in device tree on CPCI405 pci adapters by Matthias Fuchs · Fri Jan 02 12:18:12 2009 +0100
  49. 59e94ba ppc4xx: Cleanup CPCI405 board code by Matthias Fuchs · Fri Jan 02 12:17:36 2009 +0100
  50. eb89df7 ppc4xx: Enable auto RS485 mode on PLU405 boards by Matthias Fuchs · Fri Jan 02 12:16:35 2009 +0100
  51. 62569b6 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Wed Jan 14 00:27:06 2009 +0100
  52. 065a0d3 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Wed Jan 14 00:26:48 2009 +0100
  53. fac0b5d Some changes of TLB entry setting for MPC8572DS by Haiying Wang · Tue Jan 13 16:29:28 2009 -0500
  54. 8a353d5 Change DDR tlb start entry to CONFIG param for 85xx by Haiying Wang · Tue Jan 13 16:29:22 2009 -0500
  55. 994719d Change PCIE1&2 deciide logic on MPC8544DS board more readable by Roy Zang · Fri Jan 09 16:02:35 2009 +0800
  56. b302240 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit by Roy Zang · Fri Jan 09 16:01:52 2009 +0800
  57. 9142345 Fix IO port selection issue on MPC8544DS and MPC8572DS boards by Roy Zang · Fri Jan 09 16:00:55 2009 +0800
  58. 47d20df mpc8610hpcd: Fix PCI mapping concepts by Becky Bruce · Wed Dec 03 22:36:44 2008 -0600
  59. 8dc2d64 sbc8641d: Fix PCI mapping concepts by Becky Bruce · Wed Dec 03 22:36:26 2008 -0600
  60. 3fe630c MPC86xx: fix build warnings by Wolfgang Denk · Mon Jan 12 14:50:35 2009 +0100
  61. de92e7e Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Sat Jan 10 18:18:37 2009 +0100
  62. beced32 bf537-stamp/nand: fix board_nand_init prototype by Mike Frysinger · Mon Jan 05 16:09:44 2009 -0500
  63. 94a8b4c Blackfin: drop CONFIG_SPI handling in board init by Mike Frysinger · Thu Dec 11 07:04:48 2008 -0500
  64. 913b9f1 Blackfin: fix out-of-tree building with ldscripts by Mike Frysinger · Fri Oct 24 17:51:57 2008 -0400
  65. 285f7c1 Blackfin: fix linker scripts to work with --gc-sections by Mike Frysinger · Fri Oct 24 17:48:54 2008 -0400
  66. a1ff826 Blackfin: set proper LDRFLAGS for parallel booting LDRs by Mike Frysinger · Sat Oct 11 20:45:44 2008 -0400
  67. 8c45a9e at91rm9200: move define from lowlevel_init to header by Jean-Christophe PLAGNIOL-VILLARD · Tue Jan 06 21:41:59 2009 +0100
  68. aef363d m501sk: move to the common memory setup by Jean-Christophe PLAGNIOL-VILLARD · Sat Jan 03 17:22:26 2009 +0100
  69. a16842e at91rm9200: rename lowlevel init value to CONFIG_SYS_ by Jean-Christophe PLAGNIOL-VILLARD · Sat Jan 03 17:22:25 2009 +0100
  70. ca5bfc1 at91: add at91sam9xeek board support by Nicolas Ferre · Tue Jan 06 21:13:14 2009 +0100
  71. 26dc940 fix bmp_logo.h make dependencies to allow parallel build by Jean-Christophe PLAGNIOL-VILLARD · Tue Jan 06 21:15:57 2009 +0100
  72. e7f5aab at91: Fix Atmel's at91sam9 boards out of tree build by Jean-Christophe PLAGNIOL-VILLARD · Sat Jan 03 17:22:24 2009 +0100
  73. ce6b87d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Tue Dec 30 23:30:47 2008 +0100
  74. a27d0e2 Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · Tue Dec 30 23:28:13 2008 +0100
  75. e49c30f Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Tue Dec 30 23:25:01 2008 +0100
  76. b83980f Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · Tue Dec 30 23:22:19 2008 +0100
  77. 290ae6b README: update mailing list name and hits to patch submission. by Wolfgang Denk · Tue Dec 30 22:56:11 2008 +0100
  78. 3a65cba 85xx: Enable inbound PCI config cycles for X-ES boards cleanup by Peter Tyser · Tue Dec 23 16:32:01 2008 -0600
  79. f3c970c XPedite5200 board support cleanup by Peter Tyser · Tue Dec 23 16:32:00 2008 -0600
  80. 3bef09c usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable by Jean-Christophe PLAGNIOL-VILLARD · Tue Dec 02 21:58:04 2008 +0100
  81. 0b691fc mpc8[56]xx: Put localbus clock in sysinfo and gd by Trent Piepho · Wed Dec 03 15:16:37 2008 -0800
  82. 5053058 mpc86xx: Double local bus clock divider by Trent Piepho · Wed Dec 03 15:16:36 2008 -0800
  83. a8665ac mpc8568: Double local bus clock divider by Trent Piepho · Wed Dec 03 15:16:35 2008 -0800
  84. 68aec14 85xx: Fix the boot window issue by Dave Liu · Tue Dec 16 12:09:27 2008 +0800
  85. 2a03a05 sbc8548: use proper PHY address by Paul Gortmaker · Thu Dec 11 15:47:50 2008 -0500
  86. 76a2737 sbc8548: enable command line editing by default. by Paul Gortmaker · Thu Dec 11 15:47:51 2008 -0500
  87. c9af652 sbc8548: don't enable the 3rd and 4th eTSEC by Paul Gortmaker · Thu Dec 11 15:47:49 2008 -0500
  88. f474551 Set IVPR to kenrel entry point in second core boot page by Haiying Wang · Wed Dec 03 10:08:19 2008 -0500
  89. 1b560ac mpc8xxx: LCRR[CLKDIV] is sometimes five bits by Trent Piepho · Wed Dec 03 15:16:34 2008 -0800
  90. bc424c9 mpc8[56]xx: Put localbus clock in device tree by Trent Piepho · Wed Dec 03 15:16:38 2008 -0800
  91. e58c839 NAND FSL elbc: Use virt_to_phys to determine which bank is in use by Kumar Gala · Tue Dec 16 14:59:22 2008 -0600
  92. 64dcf47 ppc: Use addrmap in virt_to_phys and map_physmem. by Kumar Gala · Tue Dec 16 14:59:21 2008 -0600
  93. 9ac287a 85xx: Add support to populate addr map based on TLB settings by Kumar Gala · Tue Dec 16 14:59:20 2008 -0600
  94. 59b5fdf XPedite5200 board support by Peter Tyser · Mon Dec 01 13:47:13 2008 -0600
  95. 2143be8 85xx: Enable inbound PCI config cycles for X-ES boards by Peter Tyser · Wed Oct 29 12:39:27 2008 -0500
  96. 1c2b329 XPedite5370 board support by Peter Tyser · Wed Dec 17 16:36:23 2008 -0600
  97. 9902e42 Add support for PCA953x I2C gpio devices by Peter Tyser · Wed Dec 17 16:36:21 2008 -0600
  98. bc98e54 pci/fsl_pci_init: Enable inbound PCI config cycles by Peter Tyser · Wed Oct 29 12:39:26 2008 -0500
  99. fcc369c avr32: Remove second definition of virt_to_phys() by Haavard Skinnemoen · Wed Dec 17 16:43:18 2008 +0100
  100. 0faf0f4 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file by Jean-Christophe PLAGNIOL-VILLARD · Mon Sep 08 22:27:18 2008 +0200