summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Expand)Author
2015-08-05Allow objcopy to work without filling gaps with 0xffSimon Glass
2015-02-24kconfig: switch to single .config configurationMasahiro Yamada
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black
2014-10-23kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada
2014-09-24Reactivate the tracing featureSimon Glass
2014-07-30kconfig: switch to KconfigMasahiro Yamada
2014-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada
2014-03-12kbuild: rename SRCTREE to srctreeMasahiro Yamada
2014-03-12kbuild: rename TOPDIR to stctreeMasahiro Yamada
2014-03-07kbuild: improve Kbuild speedMasahiro Yamada
2014-03-04kbuild: allow empty board directoriesMasahiro Yamada
2014-03-04config.mk: Delete unused variable BCURDIRMasahiro Yamada
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada
2014-02-19kbuild: move include directives of board configuration filesMasahiro Yamada
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-02-19Makefile: move some flags to examples makefilesMasahiro Yamada
2014-02-19Makefile: move some flags to spl/MakefileMasahiro Yamada
2014-02-19Makefile: move more stuff to top MakefileMasahiro Yamada
2014-02-19Makefile: refactor include path settingsMasahiro Yamada
2014-02-19Makefile: move more flags to the top MakefileMasahiro Yamada
2014-02-19kbuild: Use Kbuild.includeMasahiro Yamada
2014-02-19Makefile: move BFD_ROOT_DIR to tools/gdb/MakefileMasahiro Yamada
2014-02-19Makefile: move some variable definitions to the top MakefileMasahiro Yamada
2014-02-19Makfile: move suffix rules to Makefile.buildMasahiro Yamada
2014-02-19tools: convert makefiles to kbuild styleMasahiro Yamada
2014-01-29sandbox: Use system headers first for sandbox's os.c in a different wayMasahiro Yamada
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada
2013-11-21sandbox: Use system headers first for sandbox's os.cSimon Glass
2013-11-17config.mk: delete unnecessary linesMasahiro Yamada
2013-11-08Makefile: do not create a symbolic link to arch/${ARCH}/include/asmMasahiro Yamada
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-09-06Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-09-06cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config headerMasahiro Yamada
2013-09-06config.mk: Delete unnecessary codeMasahiro Yamada
2013-09-05Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut
2013-08-20TPL : introduce the TPL based on the SPLYing Zhang
2013-08-19SPL: Makefile: Build a separate autoconf.mk for SPLJoel Fernandes
2013-08-02Validate dtc is new enoughStephen Warren
2013-07-24Licenses: introduce SPDX Unique Lincense IdentifiersWolfgang Denk
2013-07-19mkimage: Use board config to get CONFIG_FIT_SIGNATURE valueSimon Glass
2013-06-28mkimage: Build signing only if board has CONFIG_FIT_SIGNATURESimon Glass
2013-06-26image: Add RSA support for image signingSimon Glass
2013-06-26Support tracing in config.mk when enabledSimon Glass
2013-05-09build: Pull -DBUILD_TAG into separate ifdefMarek Vasut
2013-05-01Trigger generic board error only when buildingSimon Glass
2013-04-22Makefile: Add target for combined u-boot.img & spl/u-boot.binStefan Roese
2013-04-12Makefile: Move SHELL setup to config.mkBenoît Thébaudeau
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini