summaryrefslogtreecommitdiff
path: root/board/freescale/m5329evb
AgeCommit message (Expand)Author
2015-04-23m68k: add architecture-specific u-boot.ldsangelo@sysam.it
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-07-30Add board MAINTAINERS filesMasahiro Yamada
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada
2013-11-01m68k: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-09-20ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301xAlison Wang
2011-09-04ColdFire: Cleanup for partial linking and --gc-sectionsJason Jin
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser
2010-04-13Rename lib_generic/ to lib/Peter Tyser
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho
2009-03-17ColdFire: Fix M5329EVB and M5373EVB nand issueTsiChung Liew
2008-11-03ColdFire: Fix M5329EVB and M5373EVB nand issueTsiChung Liew
2008-11-03ColdFire: Remove platforms mii.c fileTsiChung Liew
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul
2008-06-12Change initdram() return type to phys_size_tBecky Bruce
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-04-17Remove all the search paths from the .lds files.Jason Wessel
2008-01-17ColdFire: Update FlexBus CS for MCF532xTsiChungLiew
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk
2007-09-15ColdFire: fix build error becasue of bad type of mii_init()Liew Tsi Chung-r5aahp
2007-08-16ColdFire: MCF5329 Update and cleanupTsiChungLiew
2007-08-08Coding style cleanupStefan Roese
2007-08-08Added NAND supportTsiChungLiew
2007-08-08Moved sync() from board file to include/asm-m68k/io.hTsiChungLiew
2007-08-08Declared attributes of void __mii_init(void) as an alias for int mii_init(void)TsiChungLiew
2007-07-16Coding style cleanupStefan Roese
2007-07-10Update for flash.o and mii.oTsiChungLiew
2007-07-10MII functions calls.TsiChungLiew
2007-07-10Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.TsiChungLiew
2007-07-10Duplicate codeTsiChungLiew
2007-06-18Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew