1. 1f9bb94 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · Sat Jan 24 02:08:31 2009 +0100
  2. a885a54 easylogo: add optional gzip support by Mike Frysinger · Tue Dec 30 03:15:38 2008 -0500
  3. 95f99a4 fat: fix unaligned errors by Bryan Wu · Fri Jan 02 20:47:45 2009 -0500
  4. 615c220 spi flash: fix crash due to spi flash miscommunication by Brad Bozarth · Thu Jan 01 22:45:47 2009 -0500
  5. 7ed66f7 FPU POST: fix warnings when building with 2.18 binutils by Yuri Tikhonov · Sat Dec 20 14:54:21 2008 +0300
  6. 1525804 Add support for Maxim's DS4510 I2C device by Peter Tyser · Wed Dec 17 16:36:22 2008 -0600
  7. b265989 common: Iteration limit for memory test. by Dirk Eibach · Tue Dec 16 14:51:56 2008 +0100
  8. 33a8f6a serial: Rename driver vcth to vct to support other board variants by Stefan Roese · Mon Dec 15 15:40:12 2008 +0100
  9. 5cad59c nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir by Shinya Kuribayashi · Fri Dec 12 00:45:27 2008 +0900
  10. 6499fd6 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED by Peter Korsgaard · Wed Dec 10 16:24:16 2008 +0100
  11. 29194e8 Added legacy flash ST Micro M29W040B by Niklaus Giger · Mon Dec 08 17:24:08 2008 +0100
  12. 5e68765 Fixed off-by-one errors in lib_m68k/interrupts.c by Graeme Russ · Mon Dec 08 20:04:51 2008 +1100
  13. c52dde9 Removed all references to CONFIG_SYS_RESET_GENERIC by Graeme Russ · Sun Dec 07 10:29:05 2008 +1100
  14. 8ec7753 Remove #ifdef CONFIG_SC520 in source code by Graeme Russ · Sun Dec 07 10:29:04 2008 +1100
  15. 382827c Added MMCR reset functionality by Graeme Russ · Sun Dec 07 10:29:03 2008 +1100
  16. 278638d Moved generic (triple fault) reset code by Graeme Russ · Sun Dec 07 10:29:02 2008 +1100
  17. 0c8c62e Moved definition of set_vector() to new header file by Graeme Russ · Sun Dec 07 10:29:01 2008 +1100
  18. a9c284a Moved sc520 specific code into new cpu/i386/sc520 folder by Graeme Russ · Sun Dec 07 10:29:00 2008 +1100
  19. 461bbe2 Renamed cpu/i386/reset.S to resetvec.S by Graeme Russ · Sun Dec 07 10:28:58 2008 +1100
  20. 5bc73fb Makefile: keep lists sorted. by Wolfgang Denk · Sat Jan 24 01:01:49 2009 +0100
  21. e56d397 Added initial eNET board support by Graeme Russ · Sun Dec 07 10:28:57 2008 +1100
  22. 9617f94 Merge branch 'next' by Kim Phillips · Fri Jan 23 17:48:24 2009 -0600
  23. bf77c14 POWERPC 82xx: add the SCC as an HDLC controller by Gary Jennejohn · Thu Nov 20 11:37:26 2008 +0100
  24. 7937e4f powerpc, keymile boards: extract identical config options by Heiko Schocher · Thu Nov 20 09:59:09 2008 +0100
  25. d19a6ec powerpc: keymile: Add a check for the PIGGY debug board by Heiko Schocher · Fri Nov 21 08:29:40 2008 +0100
  26. 3f8dcb5 powerpc: 83xx: add support for the kmeter1 board by Heiko Schocher · Thu Nov 20 09:57:47 2008 +0100
  27. eb0649a Add a do_div() wrapper macro, lldiv(). by Sergei Poselenov · Tue Nov 04 13:51:18 2008 +0100
  28. a267207 Blackfin: use common strmhz() in system output by Mike Frysinger · Mon Oct 20 16:15:04 2008 -0400
  29. 87fd600 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Fri Jan 23 22:48:06 2009 +0100
  30. 3eb8baf Merge branch 'master' of git://git.denx.de/u-boot-microblaze by Wolfgang Denk · Fri Jan 23 22:47:25 2009 +0100
  31. 9ff89b7 mpc83xx: New board support for SIMPC8313 by Ron Madrid · Thu Jan 22 15:05:24 2009 -0800
  32. d38f4a6 nand: fixup printf modifiers to match types used by Mike Frysinger · Sun Jan 18 19:46:06 2009 -0500
  33. 1fd5551 nand read.jffs2 (nand_legacy) in common/cmd_nand.c by Schlaegl Manfred jun · Tue Jan 20 16:57:55 2009 +0100
  34. 0302550 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS by Wolfgang Grandegger · Fri Jan 16 18:55:54 2009 +0100
  35. a94bc28 NAND: Fix cache and memory inconsistency issue by Dave Liu · Tue Dec 02 11:48:51 2008 +0800
  36. b20f840 NAND: Enable nand lock, unlock feature by Nishanth Menon · Sat Dec 13 09:43:06 2008 -0600
  37. f791172 NAND: move board_nand_init to nand.h by Mike Frysinger · Sat Dec 06 02:40:55 2008 -0500
  38. db7ce8c OneNAND: Additional sync with 2.6.27 by Stefan Roese · Tue Dec 02 11:06:47 2008 +0100
  39. 87b4950 Add markbad function by Kyungmin Park · Thu Nov 13 15:14:33 2008 +0900
  40. 9743d28 OneNAND: Bad block aware read/write command support by Stefan Roese · Wed Nov 12 13:47:24 2008 +0100
  41. 7c9aafe OneNAND: Save version_id in onenand_chip struct by Stefan Roese · Tue Nov 11 10:29:09 2008 +0100
  42. 5ed79ae OneNAND: Fix compiler warnings by Stefan Roese · Tue Nov 11 10:28:53 2008 +0100
  43. 5e6b534 mpc83xx: enable eLBC NAND support for MPC8315ERDB board by Dave Liu · Tue Nov 04 14:55:06 2008 +0800
  44. dc7a79c Sync with 2.6.27 by Kyungmin Park · Tue Nov 04 09:24:07 2008 +0900
  45. d7c65e7 microblaze: Use cache functions (especially cache status) by Michal Simek · Mon Jan 05 13:35:31 2009 +0100
  46. f95f6dc microblaze: Add cache flush by Michal Simek · Mon Jan 05 13:29:32 2009 +0100
  47. f614bea microblaze: Add bootup messages to board.c by Michal Simek · Mon Jan 05 13:28:40 2009 +0100
  48. 0d14165 microblaze: Change microblaze-generic config file by Michal Simek · Fri Dec 19 13:25:55 2008 +0100
  49. 87ed95b microblaze: Rename ml401 to microblaze-generic by Michal Simek · Fri Dec 19 13:14:05 2008 +0100
  50. 81df082 Merge branch 'fixes' by Haavard Skinnemoen · Thu Jan 22 11:11:09 2009 +0100
  51. 838450e 83xx: Use the proper sequence for updating IMMR. by Scott Wood · Tue Jan 20 11:56:11 2009 -0600
  52. 62842ec mpc83xx: Add PCI-E support for MPC837XEMDS boards by Anton Vorontsov · Thu Jan 08 04:26:19 2009 +0300
  53. 0db0be2 mpc83xx: Add PCI-E support for MPC8315ERDB boards by Anton Vorontsov · Thu Jan 08 04:26:17 2009 +0300
  54. 1a8206c mpc83xx: Add support for MPC83xx PCI-E controllers by Anton Vorontsov · Thu Jan 08 04:26:12 2009 +0300
  55. 284f95d MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode by Ira Snyder · Mon Jan 12 13:33:17 2009 -0800
  56. e2e29ec 83xx: PCI agent mode fixes for multi-board systems by Ira Snyder · Mon Jan 12 13:32:26 2009 -0800
  57. 787b61d mpc83xx: Size optimization of start.S by Ron Madrid · Fri Dec 12 13:12:45 2008 -0800
  58. 49f8a44 Merge branch 'master' into next by Kim Phillips · Wed Jan 21 18:38:51 2009 -0600
  59. d3755df Prepare v2009.01 by Wolfgang Denk · Wed Jan 21 23:08:12 2009 +0100
  60. ecbeb28 Prepare 2009.01-rc3 by Wolfgang Denk · Sun Jan 18 21:37:48 2009 +0100
  61. c88b1aa Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Sun Jan 18 21:11:05 2009 +0100
  62. 8ccb33f build system: treat all Darwin's alike by Mike Frysinger · Sat Jan 17 13:32:42 2009 -0500
  63. 9e0a99d fdt_resize(): fix actualsize calculations with unaligned blobs by Peter Korsgaard · Wed Jan 14 13:52:24 2009 +0100
  64. b35beab ncb: use socklen_t by Mike Frysinger · Fri Jan 09 04:38:17 2009 -0500
  65. c33cb86 Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · Fri Jan 16 09:22:25 2009 +0100
  66. 633653e Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · Fri Jan 16 09:17:53 2009 +0100
  67. b27a8e3 sh: serial: use readx/writex accessors by Jean-Christophe PLAGNIOL-VILLARD · Sun Jan 11 16:35:16 2009 +0100
  68. 80f003b sh: serial: coding style cleanup by Jean-Christophe PLAGNIOL-VILLARD · Sun Jan 11 16:35:15 2009 +0100
  69. fcbff80 sh: Fix compile error on lowlevel_init file by Nobuhiro Iwamatsu · Sun Jan 11 17:48:56 2009 +0900
  70. c7e4e35 sh: Fix up rsk7203 target for out of tree build by Kieran Bingham · Tue Dec 30 01:16:03 2008 +0000
  71. b9c2172 sh: use write{8,16,32} in all lowlevel_init by Jean-Christophe PLAGNIOL-VILLARD · Sat Dec 20 19:29:49 2008 +0100
  72. bd96370 sh: lowlevel_init coding style cleanup by Jean-Christophe PLAGNIOL-VILLARD · Sat Dec 20 19:29:48 2008 +0100
  73. 9f37e8f sh: update sh2/sh2a timer coding style by Jean-Christophe PLAGNIOL-VILLARD · Sat Dec 20 15:27:45 2008 +0100
  74. 4b13718 sh: update sh timer coding style by Jean-Christophe PLAGNIOL-VILLARD · Sat Dec 20 15:25:22 2008 +0100
  75. 435988c Prepare 2009.01-rc2 by Wolfgang Denk · Wed Jan 14 23:26:05 2009 +0100
  76. 30bcf2c cpu/mpc824x/Makefile: fix warning with parallel builds by Wolfgang Denk · Wed Jan 14 22:35:30 2009 +0100
  77. 92c91ec ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards by Matthias Fuchs · Fri Jan 02 12:18:49 2009 +0100
  78. d51776a ppc4xx: Disable pci node in device tree on CPCI405 pci adapters by Matthias Fuchs · Fri Jan 02 12:18:12 2009 +0100
  79. 59e94ba ppc4xx: Cleanup CPCI405 board code by Matthias Fuchs · Fri Jan 02 12:17:36 2009 +0100
  80. eb89df7 ppc4xx: Enable auto RS485 mode on PLU405 boards by Matthias Fuchs · Fri Jan 02 12:16:35 2009 +0100
  81. 62569b6 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · Wed Jan 14 00:27:06 2009 +0100
  82. 065a0d3 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · Wed Jan 14 00:26:48 2009 +0100
  83. fac0b5d Some changes of TLB entry setting for MPC8572DS by Haiying Wang · Tue Jan 13 16:29:28 2009 -0500
  84. 8a353d5 Change DDR tlb start entry to CONFIG param for 85xx by Haiying Wang · Tue Jan 13 16:29:22 2009 -0500
  85. 994719d Change PCIE1&2 deciide logic on MPC8544DS board more readable by Roy Zang · Fri Jan 09 16:02:35 2009 +0800
  86. 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
  87. 9142345 Fix IO port selection issue on MPC8544DS and MPC8572DS boards by Roy Zang · Fri Jan 09 16:00:55 2009 +0800
  88. 47d20df mpc8610hpcd: Fix PCI mapping concepts by Becky Bruce · Wed Dec 03 22:36:44 2008 -0600
  89. 8dc2d64 sbc8641d: Fix PCI mapping concepts by Becky Bruce · Wed Dec 03 22:36:26 2008 -0600
  90. 3fe630c MPC86xx: fix build warnings by Wolfgang Denk · Mon Jan 12 14:50:35 2009 +0100
  91. de92e7e Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Sat Jan 10 18:18:37 2009 +0100
  92. beced32 bf537-stamp/nand: fix board_nand_init prototype by Mike Frysinger · Mon Jan 05 16:09:44 2009 -0500
  93. 94a8b4c Blackfin: drop CONFIG_SPI handling in board init by Mike Frysinger · Thu Dec 11 07:04:48 2008 -0500
  94. 913b9f1 Blackfin: fix out-of-tree building with ldscripts by Mike Frysinger · Fri Oct 24 17:51:57 2008 -0400
  95. 285f7c1 Blackfin: fix linker scripts to work with --gc-sections by Mike Frysinger · Fri Oct 24 17:48:54 2008 -0400
  96. a1ff826 Blackfin: set proper LDRFLAGS for parallel booting LDRs by Mike Frysinger · Sat Oct 11 20:45:44 2008 -0400
  97. 8c45a9e at91rm9200: move define from lowlevel_init to header by Jean-Christophe PLAGNIOL-VILLARD · Tue Jan 06 21:41:59 2009 +0100
  98. aef363d m501sk: move to the common memory setup by Jean-Christophe PLAGNIOL-VILLARD · Sat Jan 03 17:22:26 2009 +0100
  99. a16842e at91rm9200: rename lowlevel init value to CONFIG_SYS_ by Jean-Christophe PLAGNIOL-VILLARD · Sat Jan 03 17:22:25 2009 +0100
  100. ca5bfc1 at91: add at91sam9xeek board support by Nicolas Ferre · Tue Jan 06 21:13:14 2009 +0100