aboutsummaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Expand)AuthorFilesLines
2014-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada1-4/+1
2014-03-12kbuild: rename SRCTREE to srctreeMasahiro Yamada1-1/+1
2014-03-12kbuild: rename TOPDIR to stctreeMasahiro Yamada1-4/+4
2014-03-07kbuild: improve Kbuild speedMasahiro Yamada1-8/+20
2014-03-04kbuild: allow empty board directoriesMasahiro Yamada1-0/+2
2014-03-04config.mk: Delete unused variable BCURDIRMasahiro Yamada1-2/+0
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada1-1/+1
2014-02-19kbuild: move include directives of board configuration filesMasahiro Yamada1-15/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-11/+2
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-39/+3
2014-02-19Makefile: move some flags to examples makefilesMasahiro Yamada1-8/+0
2014-02-19Makefile: move some flags to spl/MakefileMasahiro Yamada1-19/+0
2014-02-19Makefile: move more stuff to top MakefileMasahiro Yamada1-18/+1
2014-02-19Makefile: refactor include path settingsMasahiro Yamada1-9/+2
2014-02-19Makefile: move more flags to the top MakefileMasahiro Yamada1-37/+4
2014-02-19kbuild: Use Kbuild.includeMasahiro Yamada1-29/+0
2014-02-19Makefile: move BFD_ROOT_DIR to tools/gdb/MakefileMasahiro Yamada1-23/+0
2014-02-19Makefile: move some variable definitions to the top MakefileMasahiro Yamada1-75/+3
2014-02-19Makfile: move suffix rules to Makefile.buildMasahiro Yamada1-35/+0
2014-02-19tools: convert makefiles to kbuild styleMasahiro Yamada1-27/+1
2014-01-29sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada1-7/+2
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada1-3/+3
2013-11-21sandbox: Use system headers first for sandbox's os.cSimon Glass1-2/+7
2013-11-17config.mk: delete unnecessary linesMasahiro Yamada1-6/+0
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