summaryrefslogtreecommitdiff
path: root/board/freescale/m5329evb
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-01-17common: Move testdram() into init.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2018-05-02MAINTAINERS: Switch nxp.com domainFabio Estevam1-1/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-2/+4
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2016-06-04mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-1/+1
2016-01-20m68k: move CONFIG_SYS_TEXT_BASE to defconfig filesMasahiro Yamada1-9/+0
2015-04-23m68k: add architecture-specific u-boot.ldsangelo@sysam.it1-86/+0
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-4/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+7
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+19
2013-11-01m68k: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-85/+5
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-09-20ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301xAlison Wang2-20/+22
2011-09-04ColdFire: Cleanup for partial linking and --gc-sectionsJason Jin1-53/+11
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-19Rename 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-21Fix all linker script to handle all rodata sectionsTrent Piepho1-2/+1
2009-03-18ColdFire: 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-11rename 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-18Remove 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-17ColdFire: 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-11Update for flash.o and mii.oTsiChungLiew1-1/+1