summaryrefslogtreecommitdiff
path: root/arch/x86/config.mk
AgeCommit message (Expand)Author
2023-02-23x86: Pass -z execstack for EFI payload flagsTom Rini
2022-12-22Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini
2022-01-15x86: efi: Set the correct link flags for the 64-bit EFI appSimon Glass
2021-10-21x86: Keep symbol information in u-boot ELF fileSimon Glass
2021-04-20Add support for stack-protectorJoel Peshkin
2021-04-20x86: correct usage of CFLAGS_NON_EFIHeinrich Schuchardt
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini
2018-12-02x86: efi: app: Generate Microsoft PE format compliant imageBin Meng
2018-12-02x86: efi: payload: Generate Microsoft PE format compliant imageBin Meng
2018-10-22x86: Ensure no instruction sets of MMX/SSE are generated in 64-bit buildBin Meng
2018-10-22x86: Specify -march=core2 to build 64-bit U-Boot properBin Meng
2018-09-25config.mk: Remove duplicated -fno-strict-aliasingBin Meng
2018-08-20x86: Enable -fdata-sections alwaysAlexander Graf
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf
2018-06-03efi_selftest: allow building relocation code on x86_64Heinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-09efi_loader: correctly set the machine type in the PE headerHeinrich Schuchardt
2017-11-30x86: lib: Implement standalone __udivdi3 etc instead of libgcc onesStefan Roese
2017-08-01x86: Enforce toolchain to generate 64-bit codes for 64-bit U-BootBin Meng
2017-08-01x86: Use default stack boundary alignmentBin Meng
2017-02-07x86: Update compile/link flags to support 64-bit U-BootSimon Glass
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf
2016-11-14efi: x86: Adjust EFI files support efi_loaderSimon Glass
2016-11-14x86: Move efi .S files into the 'lib' directorySimon Glass
2016-11-14x86: Move efi .lds files into the 'lib' directorySimon Glass
2015-08-05efi: Add 64-bit payload supportSimon Glass
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass
2015-08-05x86: Set up toolchain flags for running as EFI applicationBen Stoltz
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada
2014-11-21x86: Remove REALMODE_BASE which is no longer usedSimon Glass
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada
2014-06-23x86: Enable 32-bit build using x86_64 multilib toolchainVasili Galka
2014-03-12x86: specify CONFIG_USE_PRIVATE_LIBGCC more simplyMasahiro Yamada
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada
2014-03-04x86: Delete redundant compiler flagsMasahiro Yamada
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-15x86: Enable generic board supportSimon Glass
2011-11-29x86: Wrap small helper functions from libgcc to avoid an ABI mismatchGabe Black
2011-11-03Reduce build timesWolfgang Denk
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood
2011-04-13x86: Rename i386 to x86Graeme Russ