summaryrefslogtreecommitdiffstats
path: root/arch/arm/config.mk
Commit message (Expand)AuthorAgeFilesLines
* arm: config: enforce -fno-pic for gccPeng Fan2016-01-311-0/+1
* arm, powerpc: Update cc-version tests to check for cc-name as wellTom Rini2016-01-251-1/+2
* arm: Include the .got section in the binarySimon Glass2015-05-141-1/+2
* generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada2015-03-281-3/+0
* arm: build arch memset/memcpy in Thumb2 modeStefan Agner2015-01-091-1/+3
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* ARM: HYP/non-sec: add separate section for secure codeMarc Zyngier2014-07-281-1/+1
* kmake: include DTB section into u-boot.bin if CONFIG_OF_EMBED enabledAlexey Ignatov2014-07-071-0/+4
* build:arm: Remove setting of CROSS_COMPILE environment variableŁukasz Majewski2014-04-071-4/+0
* Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic2014-04-041-9/+16
|\
| * kbuild: move "checkthumb" to ARM archprepareMasahiro Yamada2014-03-071-1/+11
| * kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-041-1/+3
| * kbuild: consolidate PLATFORM_LIBSMasahiro Yamada2014-03-041-7/+2
* | imx: add rules for U-Boot DTB supportStefano Babic2014-04-021-0/+4
|/
* kbuild: refactor more IMX image rulesMasahiro Yamada2014-02-251-0/+10
* kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada2014-02-251-2/+2
* ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada2014-01-241-1/+2
* arm: put .hash, .got.plt and .machine_param back in binariesAlbert ARIBAUD2014-01-141-1/+1
* arm64: core supportDavid Feng2014-01-091-1/+6
* arm: keep all sections in ELF fileAlbert ARIBAUD2013-12-071-0/+3
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-141-1/+1
* ARM: use r9 for gdJeroen Hofstee2013-09-231-1/+1
* ARM: refactor compiler options in config.mkMasahiro Yamada2013-09-231-1/+2
* arm: prevent using movt/movw address loadsJeroen Hofstee2013-09-231-2/+6
* ARM: OMAP: Add CONFIG_OMAP_COMMONLokesh Vutla2013-08-151-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* arm: ensure u-boot only uses relative relocationsAlbert ARIBAUD2013-06-211-0/+5
* arm: Enable -ffunction-sections / -fdata-sections / --gc-sectionsTom Rini2013-05-231-0/+3
* arm: Remove deprecated and now unused NAND SPLBenoît Thébaudeau2013-04-121-2/+0
* arm: Correct CONFIG_STANDALONE_LOAD_ADDR for AM33XX/OMAP* platformsTom Rini2013-03-241-1/+1
* arm: Enable generic board supportSimon Glass2013-03-151-0/+3
* arm: work around assembler bugAllen Martin2012-10-041-0/+18
* Makefile: Add a 'checkthumb' ruleTom Rini2012-05-151-0/+5
* ARM: enable Thumb buildAneesh V2012-05-151-7/+15
* arm: Remove unneeded setting of LDCSRIPTSimon Glass2012-03-301-7/+0
* Reduce build timesWolfgang Denk2011-11-031-9/+10
* arm: adjust PLATFORM_LIBS for SPLAneesh V2011-07-261-3/+10
* support CONFIG_SYS_LDSCRIPT on ARMMichael Schwingen2011-06-231-0/+7
* Handle most LDSCRIPT setting centrallyScott Wood2011-04-301-1/+0
* Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk2011-04-121-5/+3
* ARM: fix broken build of ARMStefano Babic2011-02-021-1/+1
* Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk2010-10-291-5/+0
* arm926ejs, tx25: add support for ELF relocationsHeiko Schocher2010-10-131-0/+2
* arm: implement ELF relocationsAlbert Aribaud2010-10-131-5/+5
* ARM: add relocation supportHeiko Schocher2010-09-191-0/+8
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-131-0/+66
OpenPOWER on IntegriCloud