summaryrefslogtreecommitdiff
path: root/board/w7o
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk14-238/+14
2013-04-03replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD1-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-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut1-8/+1
2011-12-08board/w7o/vpd.c: Fix GCC 4.6 compile warningsWolfgang Denk1-11/+15
2011-12-08board/w7o/vpd.c: make (mostly) checkpatch cleanWolfgang Denk1-282/+299
2011-12-08board/w7o/flash.c: Fix GCC 4.6 compile warningWolfgang Denk1-2/+1
2011-12-08board/w7o/flash.c: make (mostly) checkpatch cleanWolfgang Denk1-712/+716
2011-12-08board/w7o/fpga.c: Fix GCC 4.6 build warningWolfgang Denk1-1/+2
2011-12-08board/w7o/fpga.c: make (mostly) checkpatch cleanWolfgang Denk1-303/+310
2011-10-16punt unused clean/distclean targetsMike Frysinger1-6/+0
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-19Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-31/+0
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-2/+2
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese3-3/+3
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-22Move arch/ppc to arch/powerpcStefan Roese2-2/+2
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-2/+2
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1/+1
2009-11-02ppc4xx: Remove board specific linker scripts from most PPC4xx boardsStefan Roese1-132/+0
2009-10-03ppc: Enable full relocation to RAMPeter Tyser2-2/+0
2009-09-28ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper caseStefan Roese2-9/+9
2009-09-28ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese1-14/+14
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese2-41/+41
2009-08-10Dual-license IBM code contributionsJosh Boyer1-0/+2
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-03-21Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2008-11-19Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD7-32/+32
2008-09-11rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-06Fix merge problemsStefan Roese1-0/+6
2008-07-03Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-06-03ppc4xx: Remove superfluous dram_init() call or replace it by initdram()Stefan Roese1-0/+8
2008-05-21Big white-space cleanup.Wolfgang Denk3-40/+40
2008-04-18Remove all the search paths from the .lds files.Jason Wessel2-2/+0
2008-03-04W7OLMC/W7OLMG: fix build problems (redundant #define)Wolfgang Denk1-3/+0
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2007-07-10board/[q-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-5/+12
2005-12-12(no commit message)Wolfgang Denk2-0/+3