aboutsummaryrefslogtreecommitdiff
path: root/board/w7o
AgeCommit message (Expand)AuthorFilesLines
2015-03-17powerpc: ppc4xx: remove W7OLMC/W7OLMG board supportMasahiro Yamada17-3618/+0
2014-10-25elf: add prototype for valid_elf_imageJeroen Hofstee1-2/+1
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-4/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+8
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+23
2014-01-24Remove obsolete _LINUX_CONFIG_H macroMasahiro Yamada2-4/+0
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-22/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk5-5/+5
2013-09-20SPDX: fix IBM-pibs license identifierWolfgang Denk1-1/+1
2013-08-19SPDX-License-Identifier: convert PIBS licensed filesWolfgang Denk1-23/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk14-238/+14
2013-04-02replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD1-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-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-15punt 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-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-31/+0
2010-10-18Rename 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-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-21Move 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-09Dual-license IBM code contributionsJosh Boyer1-0/+2
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-03-20Fix 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-18Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD7-32/+32
2008-09-10rename 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-02Cleanup 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