Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Get rid of "#undef DEBUG" from board config files. | Wolfgang Denk | 2008-02-12 | -2/+0 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | ColdFire: Update FlexBus CS for MCF532x | TsiChungLiew | 2008-01-17 | -4/+4 |
| | | | | | | | Definition update and change from 16bit to 32bit Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com> | |||
* | ColdFire 5329: Assign correct SDRAM size and fix cache | TsiChungLiew | 2007-10-25 | -1/+1 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | ColdFire: MCF5329 Update and cleanup | TsiChungLiew | 2007-08-16 | -37/+32 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | Added NAND support | TsiChungLiew | 2007-08-08 | -3/+24 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | Added I2C support | TsiChungLiew | 2007-08-08 | -21/+31 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART | TsiChungLiew | 2007-08-08 | -4/+2 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | Cache update and added CFG_UNIFY_CACHE | TsiChung | 2007-07-10 | -12/+14 |
| | | | | | | Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only. Signed-off-by: TsiChung <tcliew@Goku.(none)> | |||
* | Create new header file and move peripherals base address from configs file ↵ | TsiChungLiew | 2007-07-10 | -40/+6 |
| | | | | | | | | to new header file. Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h. Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | Added M5329AFEE and M5329BFEE Platforms | TsiChung Liew | 2007-06-18 | -0/+275 |
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> |