aboutsummaryrefslogtreecommitdiff
path: root/board/mpl/vcma9
AgeCommit message (Expand)AuthorFilesLines
2016-12-04arm: Remove VCMA9 boardSimon Glass7-888/+0
2015-03-24remove unnecessary version.h includesRob Herring1-2/+0
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj1-3/+0
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-5/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+23
2014-07-07vcma9/lowlevel_init.S: trivial: terminate commentJeroen Hofstee1-1/+1
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-4/+1
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada1-4/+0
2013-11-01board: arm: convert makefiles to Kbuild styleMasahiro Yamada1-22/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-87/+5
2011-11-08ARM: remove superfluous setting of arch_number in board specific code.David Müller (ELSOFT AG)1-3/+0
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-07-04VCMA9: various cleanups/code style fixesDavid Müller (ELSOFT AG)5-489/+513
2011-07-04VCMA9: use CFI driver (and remove the old one)David Müller (ELSOFT AG)3-433/+13
2011-07-04VCMA9: remove unneeded config.mkDavid Müller (ELSOFT AG)1-24/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-28Add generic support for samsung s3c2440C Nauman1-20/+21
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2-3/+3
2010-10-06board/mpl: Remove mpl-specific memory test commandPeter Tyser1-1/+1
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-2/+2
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2009-11-27Add a unified s3c24x0 header filekevin.morfitt@fearnside-systems.co.uk2-2/+2
2009-11-27Clean-up of s3c24x0 header fileskevin.morfitt@fearnside-systems.co.uk1-7/+7
2009-11-27Move s3c24x0 header files to asm-arm/arch-s3c24x0/kevin.morfitt@fearnside-systems.co.uk2-2/+2
2009-10-13Clean-up of s3c24x0 drivers excluding nand driverkevin.morfitt@fearnside-systems.co.uk2-16/+17
2009-10-03mpl: Remove memory test relocation fixupsPeter Tyser1-3/+0
2009-08-25Convert CS8900 Ethernet driver to CONFIG_NET_MULTI APIBen Warren2-10/+30
2009-07-19mpl: printing current stdio devices cleanupJean-Christophe PLAGNIOL-VILLARD1-1/+2
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-06-12arm: unify linker scriptJean-Christophe PLAGNIOL-VILLARD1-57/+0
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
2009-03-29VCMA9: fix compile errorsWolfgang Denk1-2/+3
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-1/+1
2009-03-20boards: get mac address from environmentMike Frysinger1-7/+4
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-10/+10
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-05-21Big white-space cleanup.Wolfgang Denk2-73/+73
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-18Fix compiler warnings for ARM systems.Wolfgang Denk2-2/+2
2007-10-13Fix warning differ in signedness in board/mpl/vcma9/vcma9.cWolfgang Denk1-2/+2
2007-09-15Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk1-2/+2
2007-07-09board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2-2/+2
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2-2/+2
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-8/+15