summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Expand)AuthorFilesLines
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini1-3/+1
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck1-0/+2
2018-09-11Remove CONFIG_USE_STDINTMasahiro Yamada1-5/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2015-08-05Allow objcopy to work without filling gaps with 0xffSimon Glass1-2/+0
2015-02-25kconfig: switch to single .config configurationMasahiro Yamada1-0/+5
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black1-0/+5
2014-10-24kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada1-0/+2
2014-09-25Reactivate the tracing featureSimon Glass1-0/+4
2014-07-30kconfig: switch to KconfigMasahiro Yamada1-0/+10
2014-07-08build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada1-4/+1
2014-03-13kbuild: rename SRCTREE to srctreeMasahiro Yamada1-1/+1
2014-03-13kbuild: 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-30sandbox: 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-22sandbox: 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-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-09-07Merge 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-20SPL: Makefile: Build a separate autoconf.mk for SPLJoel Fernandes1-0/+6
2013-08-03Validate 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-29mkimage: 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