summaryrefslogtreecommitdiff
path: root/arch/arm/config.mk
AgeCommit message (Expand)Author
2022-04-06MLK-13450-7 mx7ulp: Add M4 core boot support when using single boot modeYe Li
2021-09-02ARM: Prevent the compiler from using NEON registersSamuel Holland
2021-08-31imx: Finish migration of IMX_CONFIG to KconfigTom Rini
2021-05-24ARM: don't use --gc-sections with LTO when using private libgccMarek Behún
2021-05-24ARM: don't use -ffunction-sections/-fdata-sections with LTO buildMarek Behún
2021-04-20Add support for stack-protectorJoel Peshkin
2020-07-28Makefile: Rename ALL-y to INPUTS-ySimon Glass
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27clang: Update documentationTom Rini
2017-12-12binman: arm: Include the binman symbol tableSimon Glass
2017-12-04arm: Make gcc 6.0 or later a hard requirement now.Tom Rini
2017-06-05arm: Always keep the dtb section on objcopyPantelis Antoniou
2017-05-10u-boot.elf: remove hard-coded arm64 flagsÁlvaro Fernández Rojas
2017-04-27ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate KconfigMasahiro Yamada
2017-04-27arm: Warn that starting with v2018.01 gcc-6 or later is requiredTom Rini
2017-04-08ARMv8: add GOT sections to the list of sections copiedPhilipp Tomsich
2017-03-18arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini
2016-12-15ARMv8: Add secure sections for PSCI text and datamacro.wave.z@gmail.com
2016-11-21TI: Remove CONFIG_OMAP_COMMON in favor of CONFIG_ARCH_OMAP2Tom Rini
2016-11-14efi: arm: Add EFI app supportSimon Glass
2016-10-06tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)
2016-07-15ARM: Add secure section for initialized dataChen-Yu Tsai
2016-04-01arm: clang: Update support slightlyTom Rini
2016-03-15efi_loader: Add runtime servicesAlexander Graf
2016-01-31arm: config: enforce -fno-pic for gccPeng Fan
2016-01-25arm, powerpc: Update cc-version tests to check for cc-name as wellTom Rini
2015-05-14arm: Include the .got section in the binarySimon Glass
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada
2015-01-09arm: build arch memset/memcpy in Thumb2 modeStefan Agner
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada
2014-07-28ARM: HYP/non-sec: add separate section for secure codeMarc Zyngier
2014-07-07kmake: include DTB section into u-boot.bin if CONFIG_OF_EMBED enabledAlexey Ignatov
2014-04-07build:arm: Remove setting of CROSS_COMPILE environment variableŁukasz Majewski
2014-04-04Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic
2014-04-02imx: add rules for U-Boot DTB supportStefano Babic
2014-03-07kbuild: move "checkthumb" to ARM archprepareMasahiro Yamada
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada
2014-03-04kbuild: consolidate PLATFORM_LIBSMasahiro Yamada
2014-02-25kbuild: refactor more IMX image rulesMasahiro Yamada
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada
2014-01-24ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada
2014-01-14arm: put .hash, .got.plt and .machine_param back in binariesAlbert ARIBAUD
2014-01-09arm64: core supportDavid Feng
2013-12-07arm: keep all sections in ELF fileAlbert ARIBAUD
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-09-23ARM: use r9 for gdJeroen Hofstee
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada
2013-09-23arm: prevent using movt/movw address loadsJeroen Hofstee
2013-08-15ARM: OMAP: Add CONFIG_OMAP_COMMONLokesh Vutla