Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ColdFire: MCF5329 Update and cleanup | TsiChungLiew | 2007-08-16 | -31/+31 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | Moved sync() from board file to include/asm-m68k/io.h | TsiChungLiew | 2007-08-08 | -0/+7 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | Clean up | TsiChungLiew | 2007-07-10 | -1/+1 |
| | | | | | | Removed whitespace Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | Added M5329AFEE and M5329BFEE Platforms | TsiChung Liew | 2007-06-18 | -4/+210 |
| | | | | | | | | | | | | | | | | Added board/freescale/m5329evb, cpu/mcf532x, drivers/net, drivers/serial, immap_5329.h, m5329.h, mcfrtc.h, include/configs/M5329EVB.h, lib_m68k/interrupts.c, and rtc/mcfrtc.c Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c, common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h, include/asm-m68k/io.h, include/asm-m68k/mcftimer.h, include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h, include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c, lib_m68k/time.c, net/eth.c and rtc/Makefile Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> | |||
* | [PATCH v3] Add sync to ensure flash_write_cmd is fully finished | Haiying Wang | 2007-02-21 | -1/+8 |
| | | | | | | | | | Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command is fully finished. The sync() is defined in each CPU's io.h file. For those CPUs which do not need sync for now, a dummy sync() is defined in their io.h as well. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
* | * Patch by Bernhard Kuhn, 28 Nov 2003: | wdenk | 2003-12-08 | -0/+1 |
add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards |