aboutsummaryrefslogtreecommitdiff
path: root/board/snmc
AgeCommit message (Expand)AuthorFilesLines
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada2-42/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk8-136/+8
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-2/+2
2013-03-15Replace __bss_end__ with __bss_endSimon Glass2-2/+2
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD2-2/+2
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut2-6/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut2-0/+10
2011-04-20powerpc, 8xx: Fixup all 8xx u-boot.lds scriptsJoakim Tjernlund2-4/+6
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-2/+2
2010-11-278xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2-113/+24
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier2-4/+4
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2-58/+0
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2-2/+2
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2-2/+2
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk2-2/+2
2010-04-21Move arch/ppc to arch/powerpcStefan Roese2-10/+10
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2-4/+4
2010-04-13Rename lib_generic/ to lib/Peter Tyser2-6/+6
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2-6/+6
2009-10-03ppc: Enable full relocation to RAMPeter Tyser2-2/+0
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese2-16/+16
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho2-6/+2
2008-11-18Align end of bss by 4 bytesSelvamuthukumar2-0/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD4-66/+66
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2-2/+2
2008-07-14Fix coding style; make code better parsable by external toolsWolfgang Denk1-8/+9
2008-06-12Change initdram() return type to phys_size_tBecky Bruce2-2/+2
2008-05-21Big white-space cleanup.Wolfgang Denk3-121/+116
2008-04-17Remove all the search paths from the .lds files.Jason Wessel2-2/+0
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk2-2/+2
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2-2/+2
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz2-14/+22
2005-12-12(no commit message)Wolfgang Denk2-0/+2
2005-10-13Cleanup for GCC-4.xWolfgang Denk2-7/+7
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2-0/+4
2004-01-06Add a common get_ram_size() function and modify the thewdenk2-49/+2
2004-01-02* Cleanup lowboot code for MPC5200wdenk2-2/+0
2003-12-07Patch by Wolter Kamphuis, 05 Dec 2003:wdenk10-0/+2670