1. 3cdc00a ColdFire: Add M54451EVB platform support for MCF5445x by TsiChung Liew · 16 years ago
  2. e15aa1c ColdFire: Fix timer issue for MCF5272 by TsiChung Liew · 16 years ago
  3. a36601e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · 16 years ago
  4. b42863f Merge branch 'lwmon5' of /home/wd/git/u-boot/projects by Wolfgang Denk · 17 years ago
  5. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  6. 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 · 17 years ago
  7. bc439b0 POST: add POST_STOP flag by Yuri Tikhonov · 17 years ago
  8. 7ae3586 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c by TsiChung Liew · 17 years ago
  9. c957c0a Introduce phys_size_t and move phys_addr_t into asm/types.h by Kumar Gala · 17 years ago
  10. 523d963 ColdFire: Add dspi and serial flash support for MCF5445x by TsiChung Liew · 17 years ago
  11. 761e2e9 ColdFire: Added MCF5275 cpu support. by Matthew Fettke · 17 years ago
  12. 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 · 17 years ago
  13. 23cd156 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. by Shinya Kuribayashi · 17 years ago
  14. 471b2c6 ColdFire: Add MCF547x_8x related header files by TsiChungLiew · 17 years ago
  15. 190359b ColdFire: Add MCF5227x cpu and M52277EVB support-3 by TsiChungLiew · 17 years ago
  16. ae831cd ColdFire: Add MCF5227x cpu and MCF52277EVB support-2 by TsiChungLiew · 17 years ago
  17. 99b037a ColdFire: Add MCF5227x cpu and M52277EVB support-1 by TsiChungLiew · 17 years ago
  18. 9b05263 ColdFire: Fix CFI Flash low level Read/Write macro by TsiChungLiew · 17 years ago
  19. 6f8a0a3 ColdFire: Add M5373EVB platform support - 2 by TsiChungLiew · 17 years ago
  20. 3b79050 ColdFire: PCI and misc updates for MCF5445x by TsiChungLiew · 17 years ago
  21. 2b2dcae ColdFire: MCF5445x header files cleanup by TsiChungLiew · 17 years ago
  22. 6e5bd0d ColdFire: MCF532x header files cleanup by TsiChungLiew · 17 years ago
  23. 25ebc30 ColdFire: Add modules header files by TsiChungLiew · 17 years ago
  24. f985551 Introduce map_physmem() and unmap_physmem() by Haavard Skinnemoen · 17 years ago
  25. 47f6085 Implement __raw_{read,write}[bwl] on all architectures by Haavard Skinnemoen · 17 years ago
  26. 9519e10 ColdFire: MCF5329 - Remove reset registers from CCM by TsiChungLiew · 17 years ago
  27. 7320349 ColdFire: MCF5329 - Add Reset structure to immap_5329.h by TsiChungLiew · 17 years ago
  28. cd18250 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode by TsiChungLiew · 17 years ago
  29. 0573a7a ColdFire: MCF5445x - Update correct RAMBAR and missing linker files by TsiChungLiew · 17 years ago
  30. 00f0032 ColdFire: MCF532x - Update do_reset() using core reset by TsiChungLiew · 17 years ago
  31. b859ef1 ColdFire: Add M5235EVB Platform for MCF523x by TsiChungLiew · 17 years ago
  32. fc3ca3b ColdFire: Add M54455EVB for MCF5445x by TsiChungLiew · 17 years ago
  33. 3467469 ColdFire: Add M5253EVBE platform for MCF52x2 by TsiChungLiew · 17 years ago
  34. 0e81abc ColdFire: MCF52x2 Header files update by TsiChungLiew · 17 years ago
  35. 12c7fe8 ColdFire: MCF5329 header file clean up by TsiChungLiew · 17 years ago
  36. aedd3d7 ColdFire: MCF5329 Update and cleanup by TsiChungLiew · 17 years ago
  37. ec8468f Added NAND support by TsiChungLiew · 17 years ago
  38. 876343b Added I2C support by TsiChungLiew · 17 years ago
  39. 699f228 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c by TsiChungLiew · 17 years ago
  40. 54d7b34 Moved sync() from board file to include/asm-m68k/io.h by TsiChungLiew · 17 years ago
  41. f111012 Coding style cleanup by Stefan Roese · 17 years ago
  42. fe95636 New uart structure and defines by TsiChungLiew · 17 years ago
  43. b7a2d7a New timer structure and defines by TsiChungLiew · 17 years ago
  44. c7d0b9e Rename mcfrtc to rtc by TsiChungLiew · 17 years ago
  45. ccbad4f Seperate old structure defines and new structure defines by TsiChungLiew · 17 years ago
  46. 7f90165 Seperate old structure defines and new structure defines by TsiChungLiew · 17 years ago
  47. f4e17e1 Clean up by TsiChungLiew · 17 years ago
  48. 29d6748 Clean up by TsiChungLiew · 17 years ago
  49. 2e0aeef Create new header file and move peripherals base address from configs file to new header file. by TsiChungLiew · 17 years ago
  50. f6afe72 Added M5329AFEE and M5329BFEE Platforms by TsiChung Liew · 17 years ago
  51. c123a38 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished by Haiying Wang · 18 years ago
  52. ad87026 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip by Bartlomiej Sieka · 18 years ago
  53. f729075 Minor code cleanup. by Wolfgang Denk · 18 years ago
  54. b4b1c46 Merge with /home/hs/U-Boot/u-boot-dev by Wolfgang Denk · 18 years ago
  55. e537444 Update register definitions for MCF5271. by Marian Balakowicz · 19 years ago
  56. ac1956e Add MCF5282 support (without preloader) by Heiko Schocher · 19 years ago
  57. 552d314 Add support for r5200 board by Zachary P. Landau · 19 years ago
  58. 0bba862 Add support for Freescale M5271 processor by Zachary P. Landau · 19 years ago
  59. f3f4518 Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h by Wolfgang Denk · 19 years ago
  60. 07d7e6b Code cleanup. by wdenk · 20 years ago
  61. 8960792 Coldfire MCF5249 support added by stroese · 20 years ago
  62. 920e91b * Patch by Imre Deak, 26 May 2004: by wdenk · 20 years ago
  63. e65527f * Some code cleanup by wdenk · 21 years ago
  64. 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
  65. abf7a7c * Patch by Bernhard Kuhn, 28 Nov 2003: by wdenk · 21 years ago