1. dd9f054 ColdFire: Cache update for all platforms by TsiChung Liew · 15 years ago
  2. 52affe0 ColdFire: Update processors' serial port configuration by TsiChung Liew · 15 years ago
  3. d04c1ef ColdFire: Correct bit definition by TsiChung Liew · 15 years ago
  4. 870bf3e add include/asm-m68k/unaligned.h by Wolfgang Wegner · 15 years ago
  5. a16028d lmb: only force on arches that use it by Mike Frysinger · 15 years ago
  6. 0413cfe Correct ffs/fls regression for PowerPC etc by Simon Kagstrom · 15 years ago
  7. 52d6122 Define ffs/fls for all architectures by Simon Kagstrom · 15 years ago
  8. 88c811b ColdFire: Fix missing _IO_BASE which caused compile error by TsiChung Liew · 15 years ago
  9. cb32ed1 Merge branch 'next' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 15 years ago
  10. ee0a846 ColdFire: Add DSPI support for MCF5227x and MCF5445x by TsiChung Liew · 15 years ago
  11. bf9a521 ColdFire: Add M5208EVB and MCF520x CPU support by TsiChung Liew · 15 years ago
  12. bc0d329 asm-generic: Consolidate errno.h to asm-generic/errno.h by Michal Simek · 15 years ago
  13. 5927262 Coldfire M5271: Activate u-boot system timer interrupt. by Richard Retanubun · 16 years ago
  14. f9a109b Replace __attribute references with __attribute__ by Peter Tyser · 15 years ago
  15. 566b652 remove bi_enet*addr from global data for all arches by Mike Frysinger · 16 years ago
  16. 8d8235f ColdFire: Fix incorrect definition by TsiChung Liew · 16 years ago
  17. 47d41cc Add an architecture specific config.h for common defines by Kumar Gala · 16 years ago
  18. 6989e4f Coldfire: M527x: Add missing GPIO register address defines by Richard Retanubun · 16 years ago
  19. e0db344 Coldfire: M5271: Allow board header file to specify clock multiplier by Richard Retanubun · 16 years ago
  20. 65e43a1 Introduce virt_to_phys() by Kumar Gala · 16 years ago
  21. 536e7da ColdFire: Add MCF5301x CPU and M53017EVB support by TsiChung Liew · 16 years ago
  22. a21d0c2 ColdFire: Add SBF support for M52277EVB by TsiChung Liew · 16 years ago
  23. f3962d3 ColdFire: Relocate FEC's GPIO and mii functions protocols by TsiChung Liew · 16 years ago
  24. 012522f ColdFire: Modules header files cleanup by TsiChung Liew · 16 years ago
  25. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  26. f5c3ba7 Allow console input to be disabled by Mark Jackson · 16 years ago
  27. eec567a ColdFire: I2C fix for multiple platforms by TsiChung Liew · 16 years ago
  28. 05316f8 ColdFire: Add M54451EVB platform support for MCF5445x by TsiChung Liew · 16 years ago
  29. 94603c2 ColdFire: Fix timer issue for MCF5272 by TsiChung Liew · 16 years ago
  30. b57ca3e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · 16 years ago
  31. eddc7c4 Merge branch 'lwmon5' of /home/wd/git/u-boot/projects by Wolfgang Denk · 16 years ago
  32. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  33. 0e15ddd 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 · 16 years ago
  34. 28a3850 POST: add POST_STOP flag by Yuri Tikhonov · 16 years ago
  35. 886d901 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c by TsiChung Liew · 16 years ago
  36. e99ccb4 Introduce phys_size_t and move phys_addr_t into asm/types.h by Kumar Gala · 17 years ago
  37. bae61ee ColdFire: Add dspi and serial flash support for MCF5445x by TsiChung Liew · 17 years ago
  38. f71d9d9 ColdFire: Added MCF5275 cpu support. by Matthew Fettke · 17 years ago
  39. b428f6a 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 · 17 years ago
  40. b075d74 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. by Shinya Kuribayashi · 17 years ago
  41. 4621fc3 ColdFire: Add MCF547x_8x related header files by TsiChungLiew · 17 years ago
  42. e2756f4 ColdFire: Add MCF5227x cpu and M52277EVB support-3 by TsiChungLiew · 17 years ago
  43. c875810 ColdFire: Add MCF5227x cpu and MCF52277EVB support-2 by TsiChungLiew · 17 years ago
  44. 1552af7 ColdFire: Add MCF5227x cpu and M52277EVB support-1 by TsiChungLiew · 17 years ago
  45. 397b7b8 ColdFire: Fix CFI Flash low level Read/Write macro by TsiChungLiew · 17 years ago
  46. aa5f1f9 ColdFire: Add M5373EVB platform support - 2 by TsiChungLiew · 17 years ago
  47. 2e72ad0 ColdFire: PCI and misc updates for MCF5445x by TsiChungLiew · 17 years ago
  48. d2b1649 ColdFire: MCF5445x header files cleanup by TsiChungLiew · 17 years ago
  49. d9aae62 ColdFire: MCF532x header files cleanup by TsiChungLiew · 17 years ago
  50. 7af7751 ColdFire: Add modules header files by TsiChungLiew · 17 years ago
  51. 4d7d693 Introduce map_physmem() and unmap_physmem() by Haavard Skinnemoen · 17 years ago
  52. 812711c Implement __raw_{read,write}[bwl] on all architectures by Haavard Skinnemoen · 17 years ago
  53. 8d737a2 ColdFire: MCF5329 - Remove reset registers from CCM by TsiChungLiew · 17 years ago
  54. 7d7cdea ColdFire: MCF5329 - Add Reset structure to immap_5329.h by TsiChungLiew · 17 years ago
  55. 09b26cf ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode by TsiChungLiew · 17 years ago
  56. 225a24b ColdFire: MCF5445x - Update correct RAMBAR and missing linker files by TsiChungLiew · 17 years ago
  57. 248c7c1 ColdFire: MCF532x - Update do_reset() using core reset by TsiChungLiew · 17 years ago
  58. 4a442d3 ColdFire: Add M5235EVB Platform for MCF523x by TsiChungLiew · 17 years ago
  59. 8ae158c ColdFire: Add M54455EVB for MCF5445x by TsiChungLiew · 17 years ago
  60. a1436a8 ColdFire: Add M5253EVBE platform for MCF52x2 by TsiChungLiew · 17 years ago
  61. 5611566 ColdFire: MCF52x2 Header files update by TsiChungLiew · 17 years ago
  62. 7171977 ColdFire: MCF5329 header file clean up by TsiChungLiew · 17 years ago
  63. ab77bc5 ColdFire: MCF5329 Update and cleanup by TsiChungLiew · 17 years ago
  64. 1a33ce6 Added NAND support by TsiChungLiew · 17 years ago
  65. eaf9e44 Added I2C support by TsiChungLiew · 17 years ago
  66. 99c03c1 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c by TsiChungLiew · 17 years ago
  67. 6fde84a Moved sync() from board file to include/asm-m68k/io.h by TsiChungLiew · 17 years ago
  68. c883f6e Coding style cleanup by Stefan Roese · 17 years ago
  69. 0cee9c6 New uart structure and defines by TsiChungLiew · 17 years ago
  70. a90e79d New timer structure and defines by TsiChungLiew · 17 years ago
  71. e04acb2 Rename mcfrtc to rtc by TsiChungLiew · 17 years ago
  72. 2744354 Seperate old structure defines and new structure defines by TsiChungLiew · 17 years ago
  73. 2bd5860 Seperate old structure defines and new structure defines by TsiChungLiew · 17 years ago
  74. 8cd5cd6 Clean up by TsiChungLiew · 17 years ago
  75. 514871f Clean up by TsiChungLiew · 17 years ago
  76. 48dbfea Create new header file and move peripherals base address from configs file to new header file. by TsiChungLiew · 17 years ago
  77. 8e585f0 Added M5329AFEE and M5329BFEE Platforms by TsiChung Liew · 17 years ago
  78. 3a197b2 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished by Haiying Wang · 18 years ago
  79. 363d1d8 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip by Bartlomiej Sieka · 18 years ago
  80. b1d7135 Minor code cleanup. by Wolfgang Denk · 18 years ago
  81. 4176c79 Merge with /home/hs/U-Boot/u-boot-dev by Wolfgang Denk · 18 years ago
  82. b4853b7 Update register definitions for MCF5271. by Marian Balakowicz · 18 years ago
  83. 9acb626 Add MCF5282 support (without preloader) by Heiko Schocher · 18 years ago
  84. 3a108ed Add support for r5200 board by Zachary P. Landau · 19 years ago
  85. eacbd31 Add support for Freescale M5271 processor by Zachary P. Landau · 19 years ago
  86. f08abe3 Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h by Wolfgang Denk · 19 years ago
  87. efe2a4d Code cleanup. by wdenk · 20 years ago
  88. cd42dee Coldfire MCF5249 support added by stroese · 20 years ago
  89. 3ff02c2 * Patch by Imre Deak, 26 May 2004: by wdenk · 20 years ago
  90. bf9e3b3 * Some code cleanup by wdenk · 21 years ago
  91. d4ca31c * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
  92. 4e5ca3e * Patch by Bernhard Kuhn, 28 Nov 2003: by wdenk · 21 years ago