1. ec8468f Added NAND support by TsiChungLiew · Sun Aug 05 04:31:18 2007 -0500
  2. 876343b Added I2C support by TsiChungLiew · Sun Aug 05 04:11:20 2007 -0500
  3. 699f228 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c by TsiChungLiew · Sun Aug 05 03:58:52 2007 -0500
  4. 74634c8 Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf() by TsiChungLiew · Sun Aug 05 03:55:21 2007 -0500
  5. 54d7b34 Moved sync() from board file to include/asm-m68k/io.h by TsiChungLiew · Sun Aug 05 03:43:30 2007 -0500
  6. c9c9737 Declared attributes of void __mii_init(void) as an alias for int mii_init(void) by TsiChungLiew · Sun Aug 05 03:30:44 2007 -0500
  7. db0022d Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART by TsiChungLiew · Sun Aug 05 03:19:10 2007 -0500
  8. fcb6ae9 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · Fri Jul 20 14:28:02 2007 +0200
  9. d6520bc Fix breakage of 8xx boards from recent commit. by Rafal Jaworowski · Thu Jul 19 17:12:28 2007 +0200
  10. f111012 Coding style cleanup by Stefan Roese · Mon Jul 16 13:11:12 2007 +0200
  11. 3d2c9fa Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale by Stefan Roese · Mon Jul 16 11:51:41 2007 +0200
  12. d97b478 Update CHANGELOG by Wolfgang Denk · Sat Jul 14 22:51:02 2007 +0200
  13. 2237f30 Merge with /home/hs/Atronic/u-boot-dev-new by Heiko Schocher · Sat Jul 14 01:07:51 2007 +0200
  14. 6b765c3 [PCS440EP] - fix compile error, if BUILD_DIR is used by Heiko Schocher · Sat Jul 14 01:06:58 2007 +0200
  15. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · Fri Jul 13 09:54:17 2007 +0200
  16. 3b1c2d7 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur by Heiko Schocher · Fri Jul 13 08:26:05 2007 +0200
  17. e877984 Update CHANGELOG, minor coding style cleanup. by Wolfgang Denk · Thu Jul 12 01:45:34 2007 +0200
  18. bc112da Merge with /home/tur/git/u-boot#cm1_qp1 by Wolfgang Denk · Thu Jul 12 01:42:41 2007 +0200
  19. 087415c CM1.QP1: Support for the Schindler CM1.QP1 board. by Bartlomiej Sieka · Wed Jul 11 20:11:07 2007 +0200
  20. 30b4c25 [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed by Heiko Schocher · Wed Jul 11 18:39:11 2007 +0200
  21. 2d34bf0 Merge branch 'master' into u-boot-5329-early by John Rigby · Tue Jul 10 14:58:41 2007 -0600
  22. 6373c0c Cache update and added CFG_UNIFY_CACHE by TsiChung · Tue Jul 10 15:45:43 2007 -0500
  23. 903b606 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define. by TsiChungLiew · Thu Jul 05 23:36:16 2007 -0500
  24. 8baf62e Update header files by TsiChungLiew · Thu Jul 05 23:31:25 2007 -0500
  25. 507bd71 Add mcffec_initialize() by TsiChungLiew · Thu Jul 05 23:29:21 2007 -0500
  26. ae0df47 Update header file and clean up by TsiChungLiew · Thu Jul 05 23:27:40 2007 -0500
  27. fe95636 New uart structure and defines by TsiChungLiew · Thu Jul 05 23:23:15 2007 -0500
  28. b7a2d7a New timer structure and defines by TsiChungLiew · Thu Jul 05 23:22:31 2007 -0500
  29. c7d0b9e Rename mcfrtc to rtc by TsiChungLiew · Thu Jul 05 23:21:09 2007 -0500
  30. 36d5b1a Rename mcfserial.c. Update include header by TsiChungLiew · Thu Jul 05 23:17:36 2007 -0500
  31. 32b06d0 Header file update, clean up and cache handling by TsiChungLiew · Thu Jul 05 23:13:58 2007 -0500
  32. 8ab28df Create interrupts.c and modify Makefile by TsiChungLiew · Thu Jul 05 23:10:40 2007 -0500
  33. 8592cda Enable Icache by TsiChungLiew · Thu Jul 05 23:06:55 2007 -0500
  34. 2ce14b7 Update header file and some clean up by TsiChungLiew · Thu Jul 05 23:05:31 2007 -0500
  35. 97401c3 Update header file and enable icache by TsiChungLiew · Thu Jul 05 23:03:28 2007 -0500
  36. fb66174 Update header file and removed interrupt_init() by TsiChungLiew · Thu Jul 05 23:01:22 2007 -0500
  37. c011c75 Update for flash.o and mii.o by TsiChungLiew · Thu Jul 05 22:57:46 2007 -0500
  38. 8ecb1ce MII functions calls. by TsiChungLiew · Thu Jul 05 22:56:19 2007 -0500
  39. 1672333 Removed MII functions and replaced immap_5329.h and m5329.h with immap.h. by TsiChungLiew · Thu Jul 05 22:54:42 2007 -0500
  40. 44cf1b3 Duplicate code by TsiChungLiew · Thu Jul 05 22:51:05 2007 -0500
  41. ccbad4f Seperate old structure defines and new structure defines by TsiChungLiew · Thu Jul 05 22:46:38 2007 -0500
  42. 7f90165 Seperate old structure defines and new structure defines by TsiChungLiew · Thu Jul 05 22:45:01 2007 -0500
  43. f4e17e1 Clean up by TsiChungLiew · Thu Jul 05 22:42:23 2007 -0500
  44. 29d6748 Clean up by TsiChungLiew · Thu Jul 05 22:41:24 2007 -0500
  45. 2e0aeef Create new header file and move peripherals base address from configs file to new header file. by TsiChungLiew · Thu Jul 05 22:39:07 2007 -0500
  46. c7d0e8e Revert file mode by TsiChungLiew · Thu Jul 05 22:24:58 2007 -0500
  47. a0453aa Coding style cleanup; update CHANGELOG. by Wolfgang Denk · Tue Jul 10 00:01:28 2007 +0200
  48. 1421586 Merge with /home/hs/Atronic/u-boot by Wolfgang Denk · Mon Jul 09 23:41:45 2007 +0200
  49. f484042 Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · Fri Jul 06 02:50:34 2007 +0200
  50. 7583913 Code cleanup and default config update for STC GP3 SSA board. by Wolfgang Denk · Fri Jul 06 02:50:19 2007 +0200
  51. 3190dbe Merged POST framework with the current TOT. by Sergei Poselenov · Thu Jul 05 08:17:37 2007 +0200
  52. 77cad90 resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX by Niklaus Giger · Wed Jun 27 18:11:38 2007 +0200
  53. d11a5e2 ppc4xx: Update lwmon5 board by Stefan Roese · Wed Jul 04 10:06:30 2007 +0200
  54. 508c5ba Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · Tue Jul 03 15:07:56 2007 +0200
  55. 277be2c Fix S-ATA support. by Mushtaq Khan · Sat Jun 30 18:50:48 2007 +0200
  56. 02a1646 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · Mon Jun 25 20:20:30 2007 +0200
  57. 68310b0 [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG by Heiko Schocher · Mon Jun 25 19:11:37 2007 +0200
  58. 36e0f3a ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt by Niklaus Giger · Mon Jun 25 17:03:13 2007 +0200
  59. 070ccff ppc4xx: Fix O=buildir builds by Niklaus Giger · Mon Jun 25 16:50:55 2007 +0200
  60. 54ef7fd ppc4xx: Add pci_pre_init() for 405 boards by Stefan Roese · Mon Jun 25 15:57:39 2007 +0200
  61. 196088b ppc4xx: Maintenance patch for esd's CPCI405 derivats by Matthias Fuchs · Sun Jun 24 17:41:21 2007 +0200
  62. 0d364e4 ppc4xx: Add pci_pre_init() for 405 boards by Matthias Fuchs · Sun Jun 24 17:23:41 2007 +0200
  63. 70df7bc Coding stylke cleanup; rebuild CHANGELOG by Wolfgang Denk · Fri Jun 22 23:59:00 2007 +0200
  64. 93470f2 Adapt log buffer code to support Linux 2.6 by Igor Lisitsin · Wed Apr 18 14:55:19 2007 +0400
  65. 95bcd38 Extend POST support for PPC440 by Igor Lisitsin · Wed Mar 28 19:06:19 2007 +0400
  66. 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · Fri Jun 22 19:11:54 2007 +0200
  67. cf965c9 ppc4xx: Fix problem with extended program_tlb() funtion by Stefan Roese · Fri Jun 22 16:58:40 2007 +0200
  68. 06244e4 [ppc] Fix build breakage for all non-4xx PowerPC variants. by Rafal Jaworowski · Fri Jun 22 14:58:04 2007 +0200
  69. 09675ef Coding style cleanup. Refresh CHANGELOG. by Wolfgang Denk · Wed Jun 20 18:14:24 2007 +0200
  70. 2c0512b Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · Wed Jun 20 08:23:42 2007 +0200
  71. b7dc0e8 ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board by Stefan Roese · Tue Jun 19 17:22:44 2007 +0200
  72. 80d99a4 [ppc4xx] Fix problem with NAND booting on AMCC Acadia by Stefan Roese · Tue Jun 19 16:42:31 2007 +0200
  73. 67bd089 [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c by Stefan Roese · Tue Jun 19 16:40:58 2007 +0200
  74. f6afe72 Added M5329AFEE and M5329BFEE Platforms by TsiChung Liew · Mon Jun 18 13:50:13 2007 -0500
  75. 99b9d9c Merge with /home/wd/git/u-boot/master by Wolfgang Denk · Mon Jun 18 21:38:46 2007 +0200
  76. e83ffdf [ppc4xx] Change lwmon5 port to work with recent 440 exception rework by Stefan Roese · Fri Jun 15 11:33:41 2007 +0200
  77. 7dc2b9c Merge with /home/stefan/git/u-boot/denx-440-exceptions by Stefan Roese · Fri Jun 15 11:20:13 2007 +0200
  78. 837bc5b ppc4xx: Clean up 440 exceptions handling by Grzegorz Bernacki · Fri Jun 15 11:19:28 2007 +0200
  79. ade5a51 [ppc4xx] Add initial lwmon5 board support by Stefan Roese · Fri Jun 15 08:18:01 2007 +0200
  80. 843b3a8 [ppc4xx] Extend 44x GPIO setup with default output state by Stefan Roese · Fri Jun 15 07:39:43 2007 +0200
  81. fb33c76 [ppc4xx] Extend program_tlb() with virtual & physical addresses by Stefan Roese · Thu Jun 14 11:14:32 2007 +0200
  82. 409a285 Change 'repeatable' attribute of some commands to sensible values. by Detlev Zundel · Wed May 23 19:02:41 2007 +0200
  83. eeab5a1 Fix 'run' not to continue after interrupted command by Detlev Zundel · Wed May 23 18:47:48 2007 +0200
  84. 7a432ce TQM5200: Add Flat Device Tree support, update default env. accordingly. by Bartlomiej Sieka · Fri Jun 08 14:52:22 2007 +0200
  85. d2a7a74 Fix config problems on SC3 board; make ide_reset_timeout work. by Wolfgang Denk · Fri Jun 08 10:24:58 2007 +0200
  86. 094ab5d [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE by Benoît Monin · Fri Jun 08 09:55:24 2007 +0200
  87. a9d7acb Coding Style cleanup; generate new CHANGELOG file. by Wolfgang Denk · Wed Jun 06 16:26:56 2007 +0200
  88. 8b47702 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx by Wolfgang Denk · Wed Jun 06 16:21:11 2007 +0200
  89. 4ca9451 Merge with /home/wd/git/u-boot/custodian/u-boot-arm by Wolfgang Denk · Wed Jun 06 16:18:01 2007 +0200
  90. fef75c9 Merge with /home/stefan/git/u-boot/acadia-nand-boot by Stefan Roese · Wed Jun 06 11:43:58 2007 +0200
  91. 23d8d34 ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board by Stefan Roese · Wed Jun 06 11:42:13 2007 +0200
  92. 75dab3b Merge branch 'mpc8641' by Jon Loeliger · Tue Jun 05 13:29:00 2007 -0500
  93. 87c8618 mpc8641 image size cleanup by Ed Swarthout · Tue Jun 05 12:30:52 2007 -0500
  94. 483da51 Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx by Wolfgang Denk · Mon Jun 04 22:59:44 2007 +0200
  95. 1a70cf2 [PATCH] Fix ppc4xx bootstrap letter displayed on startup by Benoît Monin · Mon Jun 04 08:36:05 2007 +0200
  96. 6f0f1ca ppc4xx: Add missing file for Bamboo NAND booting support by Stefan Roese · Fri Jun 01 16:18:17 2007 +0200
  97. 6ca735b Merge with /home/stefan/git/u-boot/bamboo-nand by Stefan Roese · Fri Jun 01 16:15:34 2007 +0200
  98. 99d5a0c ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz by Stefan Roese · Fri Jun 01 15:58:19 2007 +0200
  99. 3798a6d ppc4xx: Update Sequoia NAND booting support with ECC by Stefan Roese · Fri Jun 01 15:29:04 2007 +0200
  100. 4274351 ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board by Stefan Roese · Fri Jun 01 15:27:11 2007 +0200