aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/m5329evb
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser1-1/+1
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-1/+1
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-2/+2
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-2/+1
2009-03-17ColdFire: Fix M5329EVB and M5373EVB nand issueTsiChung Liew1-2/+4
2008-11-03ColdFire: Fix M5329EVB and M5373EVB nand issueTsiChung Liew1-37/+20
2008-11-03ColdFire: Remove platforms mii.c fileTsiChung Liew2-307/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-17/+17
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul1-26/+16
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-4/+4
2008-04-17Remove all the search paths from the .lds files.Jason Wessel1-1/+0
2008-01-17ColdFire: Update FlexBus CS for MCF532xTsiChungLiew1-2/+2
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2007-09-15ColdFire: fix build error becasue of bad type of mii_init()Liew Tsi Chung-r5aahp1-1/+1
2007-08-16ColdFire: MCF5329 Update and cleanupTsiChungLiew2-5/+5
2007-08-08Coding style cleanupStefan Roese2-53/+51
2007-08-08Added NAND supportTsiChungLiew2-1/+116
2007-08-08Moved sync() from board file to include/asm-m68k/io.hTsiChungLiew1-7/+0
2007-08-08Declared attributes of void __mii_init(void) as an alias for int mii_init(void)TsiChungLiew1-1/+3
2007-07-16Coding style cleanupStefan Roese1-1/+0
2007-07-10Update for flash.o and mii.oTsiChungLiew1-1/+1
2007-07-10MII functions calls.TsiChungLiew1-0/+304
2007-07-10Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.TsiChungLiew1-282/+3
2007-07-10Duplicate codeTsiChungLiew1-643/+0
2007-06-18Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew5-0/+1232