1. d48cd88 ColdFire: Fix missing _IO_BASE which caused compile error by TsiChung Liew · Wed Jul 22 16:32:39 2009 +0000
  2. 90d1d73 Merge branch 'next' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · Tue Aug 04 21:54:11 2009 +0200
  3. a424ba2 ColdFire: Add DSPI support for MCF5227x and MCF5445x by TsiChung Liew · Tue Jun 30 14:18:29 2009 +0000
  4. b354aef ColdFire: Add M5208EVB and MCF520x CPU support by TsiChung Liew · Fri Jun 12 11:29:00 2009 +0000
  5. 88c12e0 asm-generic: Consolidate errno.h to asm-generic/errno.h by Michal Simek · Tue Jun 30 23:47:30 2009 +1000
  6. 0dd9431 Coldfire M5271: Activate u-boot system timer interrupt. by Richard Retanubun · Thu Mar 26 15:26:01 2009 -0400
  7. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · Mon Apr 20 11:08:46 2009 -0500
  8. c2aef50 remove bi_enet*addr from global data for all arches by Mike Frysinger · Wed Feb 11 18:26:08 2009 -0500
  9. 941ddce ColdFire: Fix incorrect definition by TsiChung Liew · Tue Mar 17 11:21:43 2009 +0000
  10. 4c88289 Add an architecture specific config.h for common defines by Kumar Gala · Thu Feb 05 20:40:57 2009 -0600
  11. df58afe Coldfire: M527x: Add missing GPIO register address defines by Richard Retanubun · Thu Feb 05 09:33:50 2009 -0500
  12. fbb5521 Coldfire: M5271: Allow board header file to specify clock multiplier by Richard Retanubun · Thu Jan 29 14:36:06 2009 -0500
  13. 9364a67 Introduce virt_to_phys() by Kumar Gala · Sat Dec 13 17:20:27 2008 -0600
  14. e7e4fc8 ColdFire: Add MCF5301x CPU and M53017EVB support by TsiChung Liew · Wed Oct 22 11:38:21 2008 +0000
  15. 39966e3 ColdFire: Add SBF support for M52277EVB by TsiChung Liew · Tue Oct 21 15:37:02 2008 +0000
  16. 69b1757 ColdFire: Relocate FEC's GPIO and mii functions protocols by TsiChung Liew · Tue Oct 21 13:47:54 2008 +0000
  17. 7f1a046 ColdFire: Modules header files cleanup by TsiChung Liew · Tue Oct 21 10:03:07 2008 +0000
  18. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  19. 5de5621 Allow console input to be disabled by Mark Jackson · Mon Aug 25 19:21:30 2008 +0100
  20. 0c1e325 ColdFire: I2C fix for multiple platforms by TsiChung Liew · Tue Aug 19 03:01:19 2008 +0600
  21. 3cdc00a ColdFire: Add M54451EVB platform support for MCF5445x by TsiChung Liew · Mon Aug 11 13:41:49 2008 +0000
  22. e15aa1c ColdFire: Fix timer issue for MCF5272 by TsiChung Liew · Wed Jun 18 19:14:01 2008 -0500
  23. a36601e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · Mon Jun 09 20:37:16 2008 -0500
  24. b42863f Merge branch 'lwmon5' of /home/wd/git/u-boot/projects by Wolfgang Denk · Wed May 21 01:13:39 2008 +0200
  25. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  26. 35d81ce POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. by Yuri Tikhonov · Thu May 08 15:46:42 2008 +0200
  27. bc439b0 POST: add POST_STOP flag by Yuri Tikhonov · Thu May 08 15:45:26 2008 +0200
  28. 7ae3586 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c by TsiChung Liew · Wed Apr 30 12:10:47 2008 -0500
  29. c957c0a Introduce phys_size_t and move phys_addr_t into asm/types.h by Kumar Gala · Thu Mar 27 11:46:38 2008 -0500
  30. 523d963 ColdFire: Add dspi and serial flash support for MCF5445x by TsiChung Liew · Tue Mar 25 15:41:15 2008 -0500
  31. 761e2e9 ColdFire: Added MCF5275 cpu support. by Matthew Fettke · Mon Feb 04 15:38:20 2008 -0600
  32. d773efb The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. by Yuri Tikhonov · Mon Feb 04 14:11:03 2008 +0100
  33. 23cd156 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. by Shinya Kuribayashi · Sat Feb 23 17:24:16 2008 +0900
  34. 471b2c6 ColdFire: Add MCF547x_8x related header files by TsiChungLiew · Tue Jan 15 13:39:44 2008 -0600
  35. 190359b ColdFire: Add MCF5227x cpu and M52277EVB support-3 by TsiChungLiew · Mon Jan 14 17:47:23 2008 -0600
  36. ae831cd ColdFire: Add MCF5227x cpu and MCF52277EVB support-2 by TsiChungLiew · Mon Jan 14 17:46:19 2008 -0600
  37. 99b037a ColdFire: Add MCF5227x cpu and M52277EVB support-1 by TsiChungLiew · Mon Jan 14 17:43:33 2008 -0600
  38. 9b05263 ColdFire: Fix CFI Flash low level Read/Write macro by TsiChungLiew · Mon Jan 14 17:35:44 2008 -0600
  39. 6f8a0a3 ColdFire: Add M5373EVB platform support - 2 by TsiChungLiew · Mon Jan 14 17:23:08 2008 -0600
  40. 3b79050 ColdFire: PCI and misc updates for MCF5445x by TsiChungLiew · Mon Jan 14 17:11:47 2008 -0600
  41. 2b2dcae ColdFire: MCF5445x header files cleanup by TsiChungLiew · Mon Jan 14 17:06:55 2008 -0600
  42. 6e5bd0d ColdFire: MCF532x header files cleanup by TsiChungLiew · Mon Jan 14 16:59:42 2008 -0600
  43. 25ebc30 ColdFire: Add modules header files by TsiChungLiew · Mon Jan 14 15:30:15 2008 -0600
  44. f985551 Introduce map_physmem() and unmap_physmem() by Haavard Skinnemoen · Thu Dec 13 12:56:33 2007 +0100
  45. 47f6085 Implement __raw_{read,write}[bwl] on all architectures by Haavard Skinnemoen · Thu Dec 13 12:56:31 2007 +0100
  46. 9519e10 ColdFire: MCF5329 - Remove reset registers from CCM by TsiChungLiew · Thu Nov 08 12:50:18 2007 -0600
  47. 7320349 ColdFire: MCF5329 - Add Reset structure to immap_5329.h by TsiChungLiew · Thu Nov 08 12:31:11 2007 -0600
  48. cd18250 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode by TsiChungLiew · Thu Nov 08 12:19:01 2007 -0600
  49. 0573a7a ColdFire: MCF5445x - Update correct RAMBAR and missing linker files by TsiChungLiew · Wed Nov 07 18:00:54 2007 -0600
  50. 00f0032 ColdFire: MCF532x - Update do_reset() using core reset by TsiChungLiew · Wed Nov 07 17:56:15 2007 -0600
  51. b859ef1 ColdFire: Add M5235EVB Platform for MCF523x by TsiChungLiew · Thu Aug 16 19:23:50 2007 -0500
  52. fc3ca3b ColdFire: Add M54455EVB for MCF5445x by TsiChungLiew · Thu Aug 16 15:05:11 2007 -0500
  53. 3467469 ColdFire: Add M5253EVBE platform for MCF52x2 by TsiChungLiew · Thu Aug 16 13:20:50 2007 -0500
  54. 0e81abc ColdFire: MCF52x2 Header files update by TsiChungLiew · Wed Aug 15 19:38:15 2007 -0500
  55. 12c7fe8 ColdFire: MCF5329 header file clean up by TsiChungLiew · Wed Aug 15 15:40:20 2007 -0500
  56. aedd3d7 ColdFire: MCF5329 Update and cleanup by TsiChungLiew · Wed Aug 15 15:39:17 2007 -0500
  57. ec8468f Added NAND support by TsiChungLiew · Sun Aug 05 04:31:18 2007 -0500
  58. 876343b Added I2C support by TsiChungLiew · Sun Aug 05 04:11:20 2007 -0500
  59. 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
  60. 54d7b34 Moved sync() from board file to include/asm-m68k/io.h by TsiChungLiew · Sun Aug 05 03:43:30 2007 -0500
  61. f111012 Coding style cleanup by Stefan Roese · Mon Jul 16 13:11:12 2007 +0200
  62. fe95636 New uart structure and defines by TsiChungLiew · Thu Jul 05 23:23:15 2007 -0500
  63. b7a2d7a New timer structure and defines by TsiChungLiew · Thu Jul 05 23:22:31 2007 -0500
  64. c7d0b9e Rename mcfrtc to rtc by TsiChungLiew · Thu Jul 05 23:21:09 2007 -0500
  65. ccbad4f Seperate old structure defines and new structure defines by TsiChungLiew · Thu Jul 05 22:46:38 2007 -0500
  66. 7f90165 Seperate old structure defines and new structure defines by TsiChungLiew · Thu Jul 05 22:45:01 2007 -0500
  67. f4e17e1 Clean up by TsiChungLiew · Thu Jul 05 22:42:23 2007 -0500
  68. 29d6748 Clean up by TsiChungLiew · Thu Jul 05 22:41:24 2007 -0500
  69. 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
  70. f6afe72 Added M5329AFEE and M5329BFEE Platforms by TsiChung Liew · Mon Jun 18 13:50:13 2007 -0500
  71. c123a38 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished by Haiying Wang · Wed Feb 21 16:52:31 2007 +0100
  72. ad87026 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip by Bartlomiej Sieka · Tue Jan 23 13:25:22 2007 +0100
  73. f729075 Minor code cleanup. by Wolfgang Denk · Sat Jun 10 22:00:40 2006 +0200
  74. b4b1c46 Merge with /home/hs/U-Boot/u-boot-dev by Wolfgang Denk · Sat Jun 10 19:27:47 2006 +0200
  75. e537444 Update register definitions for MCF5271. by Marian Balakowicz · Tue May 09 11:43:59 2006 +0200
  76. ac1956e Add MCF5282 support (without preloader) by Heiko Schocher · Thu Apr 20 08:42:42 2006 +0200
  77. 552d314 Add support for r5200 board by Zachary P. Landau · Thu Jan 26 17:37:59 2006 -0500
  78. 0bba862 Add support for Freescale M5271 processor by Zachary P. Landau · Thu Jan 26 17:35:56 2006 -0500
  79. f3f4518 Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h by Wolfgang Denk · Fri Nov 25 16:38:03 2005 +0100
  80. 07d7e6b Code cleanup. by wdenk · Thu Dec 16 21:44:03 2004 +0000
  81. 8960792 Coldfire MCF5249 support added by stroese · Thu Dec 16 17:56:09 2004 +0000
  82. 920e91b * Patch by Imre Deak, 26 May 2004: by wdenk · Wed Jun 09 15:25:53 2004 +0000
  83. e65527f * Some code cleanup by wdenk · Thu Feb 12 00:47:09 2004 +0000
  84. 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · Fri Jan 02 14:00:00 2004 +0000
  85. abf7a7c * Patch by Bernhard Kuhn, 28 Nov 2003: by wdenk · Mon Dec 08 01:34:36 2003 +0000