aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
AgeCommit message (Expand)AuthorFilesLines
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black1-0/+5
2014-10-23kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada1-0/+2
2014-09-24Reactivate the tracing featureSimon Glass1-0/+4
2014-07-30kconfig: switch to KconfigMasahiro Yamada1-0/+10
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
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
2010-05-26config.mk: use different host compiler for OS X 10.6Andreas Biessmann1-3/+11
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+6
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1/+1
2010-04-13Change directory-specific CFLAGS to use full pathPeter Tyser1-6/+11
2010-04-13Create CPUDIR variablePeter Tyser1-6/+7
2009-12-02makefiles: fixes for building build toolsScott Wood1-3/+31
2009-09-09ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link addressKumar Gala1-0/+4
2009-08-23start a linker script helper fileMike Frysinger1-10/+0
2009-08-21Fix all linker scripts for older binutils versions (pre-2.16)Wolfgang Denk1-1/+11
2009-08-21ARM: compiler options cleanup - improve tool chain supportWolfgang Denk1-1/+1
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser1-1/+1
2009-07-19config.mk: Remove unused HPATHShinya Kuribayashi1-1/+1
2009-07-17config.mk: Remove $(PCI_CLOCK) referenceShinya Kuribayashi1-4/+0
2009-06-14add %.c->%.i and %.c->%.s rulesMike Frysinger1-0/+4
2009-06-14allow boards to customize compiler options on a per-file/dir basisMike Frysinger1-3/+5
2009-06-12config.mk: remove un-needed REMOTE_BUILD checkJean-Christophe PLAGNIOL-VILLARD1-12/+0
2009-01-18build system: treat all Darwin's alikeMike Frysinger1-2/+2
2008-12-08Remove unneeded CONFIG_SHELL referencesPeter Tyser1-7/+2
2008-09-12make: Remove redundant __ARM__ addition when cross-compiling on *BSDShinya Kuribayashi1-9/+0
2008-09-07config.mk: Move arch-specific condition to $(ARCH)_config.mkShinya Kuribayashi1-16/+0
2008-06-26Conditionally add -fno-stack-protector to CFLAGSHaavard Skinnemoen1-0/+2
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-05-03config.mk: use correct (cross) compilerWolfgang Denk1-21/+25
2008-02-22include autoconf.mk before any other .mk filesMike Frysinger1-3/+3
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk1-0/+1
2008-02-14Only use TEXT_BASE if defined by the boardMike Frysinger1-2/+8
2008-02-04generate u-boot.ldr for Blackfin targetsMike Frysinger1-0/+1
2007-11-20[BUILD] Generate include/autoconf.mk from board config filesGrant Likely1-0/+3
2007-11-03blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mkShinya Kuribayashi1-4/+0
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li1-1/+1
2006-10-29Automatically adjust ARFLAGS so "make -s" is really silent.Wolfgang Denk1-0/+4
2006-10-27Don't pass any debug options directly to the assemblerHaavard Skinnemoen1-1/+3
2006-10-24Use -g instead of -gstabs in AFLAGS_DEBUGWolfgang Denk1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-0/+1
2006-10-09Coding style cleanupWolfgang Denk1-1/+1
2006-09-07Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese1-0/+4
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-6/+39
2006-06-10Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk1-1/+1
2006-05-17Fix gcc 3.4.x AFLAGS setting for m68k platform.Marian Balakowicz1-2/+3
2006-05-09Fixes for gcc 3.4 based m68k toolchain,Marian Balakowicz1-0/+7
2006-04-20Add MCF5282 support (without preloader)Heiko Schocher1-1/+1
2006-03-12Add ADI Blackfin supportWolfgang Denk1-0/+4
2006-03-07Cleanup (get rid of debug code that sneaked in)Wolfgang Denk1-9/+0
2006-02-28Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher1-1/+6
2006-02-07This is the first commit for the u-boot zylonite port. The following has beMarkus Klotzbücher1-0/+4
2005-10-04Update ARM Integrator boards:Wolfgang Denk1-1/+1
2005-10-04Make sure only supported compiler options are usedWolfgang Denk1-0/+6
2005-07-28* Patch by Eran LibertyEran Liberty1-0/+4
2004-10-09Patch by Steven Scholz, 16 Aug 2004:wdenk1-0/+3
2004-05-19Patch by Scott McNutt, 25 Apr 2004:wdenk1-1/+1
2004-03-13* Patch by Rune Torgersen, 27 Feb 2004:wdenk1-0/+8
2003-09-16* Modify XLB arbiter priorities on MPC5200 so all devices use samewdenk1-1/+1
2003-07-24* Implement new mechanism to export U-Boot's functions to standalonewdenk1-2/+2
2003-06-25* Header file cleanup for ARMwdenk1-1/+3
2003-06-21Patch by Murray Jensen, 20 Jun 2003:wdenk1-0/+5
2003-06-19Patches by Murray Jensen, 17 Jun 2003:wdenk1-1/+3
2002-11-21* Added support for both PCMCIA slots (at the same time!) on MPC8xxwdenk1-1/+5
2002-11-10* Vince Husovsky, 7 Nov 2002:wdenk1-1/+1
2002-11-02Initial revisionwdenk1-0/+156