Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | Move architecture-specific includes to arch/$ARCH/include/asm | Peter Tyser | |
This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
2008-11-03 | ColdFire: Relocate FEC's GPIO and mii functions protocols | TsiChung Liew | |
Place FEC pin assignments in cpu_init.c from platform's mii.c Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> | |||
2008-01-17 | ColdFire: Add MCF547x_8x related header files | TsiChungLiew | |
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Signed-off by: John Rigby <jrigby@freescale.com> | |||
2007-08-16 | ColdFire: MCF52x2 Header files update | TsiChungLiew | |
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
2007-06-18 | Added M5329AFEE and M5329BFEE Platforms | TsiChung Liew | |
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> | |||
2004-02-12 | * Some code cleanup | wdenk | |
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems |