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