aboutsummaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Expand)AuthorFilesLines
2013-11-08Makefile: do not create a symbolic link to arch/${ARCH}/include/asmMasahiro Yamada1-2/+2
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-09-06Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+9
2013-09-06cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config headerMasahiro Yamada1-4/+0
2013-09-06config.mk: Delete unnecessary codeMasahiro Yamada1-16/+0
2013-09-05Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+9
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut1-0/+9
2013-08-20TPL : introduce the TPL based on the SPLYing Zhang1-2/+28
2013-08-19SPL: Makefile: Build a separate autoconf.mk for SPLJoel Fernandes1-0/+6
2013-08-02Validate dtc is new enoughStephen Warren1-0/+1
2013-07-24Licenses: introduce SPDX Unique Lincense IdentifiersWolfgang Denk1-19/+2
2013-07-19mkimage: Use board config to get CONFIG_FIT_SIGNATURE valueSimon Glass1-0/+4
2013-06-28mkimage: Build signing only if board has CONFIG_FIT_SIGNATURESimon Glass1-1/+5
2013-06-26image: Add RSA support for image signingSimon Glass1-0/+1
2013-06-26Support tracing in config.mk when enabledSimon Glass1-1/+10
2013-05-09build: Pull -DBUILD_TAG into separate ifdefMarek Vasut1-4/+3
2013-05-01Trigger generic board error only when buildingSimon Glass1-2/+2
2013-04-22Makefile: Add target for combined u-boot.img & spl/u-boot.binStefan Roese1-0/+4
2013-04-12Makefile: Move SHELL setup to config.mkBenoît Thébaudeau1-0/+7
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+0
2013-03-15__HAVE_ARCH_GENERIC_BOARD controls availabilty of generic boardSimon Glass1-0/+8
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-2/+0
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut1-0/+2
2012-10-15add check infrastructure, default sparseKim Phillips1-0/+8
2012-10-15serial: Compile drivers/serial/serial.c by defaultMarek Vasut1-1/+1
2012-10-15serial: Unconditionally enable CONFIG_SERIAL_MULTIMarek Vasut1-1/+1
2012-10-04tools, config.mk: add binutils-versionAllen Martin1-0/+1
2012-08-10config: Always use GNU ldKhem Raj1-1/+5
2012-07-07Makefile: Add u-boot.spr build target (SPEAr)Stefan Roese1-0/+4
2012-05-15tools, config.mk: Add gcc-version.sh, cc-version test from LinuxTom Rini1-1/+5
2012-03-26config.mk: Check for -fstack-usage supportTom Rini1-0/+4
2012-03-26config.mk: Make cc-option create a file under include/generatedTom Rini1-4/+3
2011-11-07config.mk: use memoization in cc-option macro to speed up compilationDaniel Schwierzeck1-2/+18
2011-11-03Reduce build timesWolfgang Denk1-3/+5
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass1-0/+1
2011-10-22build: force migration away from $(AR)Mike Frysinger1-5/+3
2011-10-17Adjust dependency rules to permit per-file flagsSimon Glass1-0/+7
2011-07-26disable security warning flags when possibleMike Frysinger1-0/+4
2011-07-26Extend build-system for SPL frameworkDaniel Schwierzeck1-1/+33
2011-06-22config.mk: move LDSCRIPT processing to the top-level MakefileIlya Yanok1-30/+0
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood1-5/+28
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang1-1/+2
2011-03-21Top config.mk: add include/config.mkJoakim Tjernlund1-0/+1
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu1-3/+5
2010-12-17config.mk: unify duplicated flag settingMike Frysinger1-10/+7
2010-11-27Coding Style (white space) cleanupWolfgang Denk1-4/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-0/+7
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-5/+5
2010-08-09config.mk: avoid -traditional-cpp on OS X 10.5Mike Frysinger1-5/+5
2010-05-28nios: remove nios-32 archThomas Chou1-8/+0