coreboot-kgpe-d16/src/arch
Kyösti Mälkki 58b8054cca arch/x86: Fix id section in linker script
Builds where RESET_X86_VECTOR is adjusted would create unintentionally
large bootblock files since id section can move far away from .reset
and .text. Some builds segfault or may try to create close to 4 GB
large intermediate build objects.

For cases where build is successful, id section would not reside within
REGION(program) or REGION(bootblock).

A proper fix to always place the ID data at the end of the coreboot.rom
file is left as follow-up work. For now, just place id section below
.reset.

Change-Id: Idf0e4defcde6d5e264d4752cc93f4ffb6749d287
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40583
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2020-05-28 09:51:46 +00:00
..
arm src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
arm64 src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
ppc64 src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
riscv src: Remove unused 'include <lib.h>' 2020-05-18 07:39:17 +00:00
x86 arch/x86: Fix id section in linker script 2020-05-28 09:51:46 +00:00