aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/m52277evb
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move testdram() into init.hSimon Glass1-0/+1
2020-01-10m68k: Drop CONFIG_MCFPIT supportTom Rini1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2018-05-01MAINTAINERS: Switch nxp.com domainFabio Estevam1-1/+1
2018-01-19m68k: Drop unreferenced CONFIG_* definesTuomas Tynkkynen1-1/+0
2017-05-15i2c: powerpc: Remove use of CONFIG_HARD_I2CSimon Glass1-1/+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-02-06Use correct spelling of "U-Boot"Bin Meng1-4/+4
2015-04-23m68k: add architecture-specific u-boot.ldsangelo@sysam.it1-85/+0
2014-09-13kconfig: 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-17Makefile: rename all libraries to built-in.oMasahiro Yamada1-2/+2
2013-11-17board: Do not add -DCONFIG_SYS_TEXT_BASE in board config.mkMasahiro Yamada1-11/+0
2013-11-01m68k: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
2013-07-23i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher1-1/+1
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher1-1/+1
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-12Refactor 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 MCF5227xAlison Wang1-14/+16
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+231
2011-11-07ColdFire: Fix the compile issue for M52277Jason Jin1-3/+0
2011-10-19ColdFire: Merge differentiated linking files into a sigle one by boardstany MARCEL2-136/+0
2011-09-04ColdFire: Cleanup for partial linking and --gc-sectionsJason Jin1-57/+15
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-2/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier2-5/+5
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser2-3/+3
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-1/+1
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1/+1
2008-11-03ColdFire: Add SBF support for M52277EVBTsiChung Liew4-5/+161
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-11/+11
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
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: Add MCF5227x cpu and M52277EVB support-1TsiChungLiew4-0/+300