u-boot/arch/x86
Bin Meng 9a95f51ffe x86: Use default stack boundary alignment
At present U-Boot x86 build is using -mpreferred-stack-boundary=2
which is 4 bytes stack boundary alignment. With 64-bit U-Boot, the
minimal required stack boundary alignment is 16 bytes.

If -mpreferred-stack-boundary is not specified, the default is 4
(16 bytes). Switch to use the default one.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-08-01 20:17:02 +08:00
..
cpu x86: acpi: Deduplicate acpi_fill_madt() implementation 2017-07-30 10:30:25 +08:00
dts x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dts 2017-07-30 10:30:25 +08:00
include/asm x86: acpi: Export acpi_fill_mcfg() with __weak attribute 2017-07-30 10:30:25 +08:00
lib x86: acpi: Don't touch hardware on HW reduced platforms 2017-07-30 10:30:25 +08:00
config.mk x86: Use default stack boundary alignment 2017-08-01 20:17:02 +08:00
Kconfig x86: Add Intel Tangier support 2017-07-30 10:30:25 +08:00
Makefile x86: Add 64-bit start-up code 2017-02-06 11:38:46 +08:00