Updated x86 linker scripts with missing variable

pull/714/head
David Garske 2026-03-13 08:58:48 -07:00 committed by Daniele Lacamera
parent 79fd23950c
commit 27ab92ec21
4 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,8 @@ SECTIONS
_end_wolfboot = .;
} > RAM
_stored_data = _end_text;
_fsp_size = _end_fsp_s - _start_fsp_s;
.bss WOLFBOOT_LOAD_BASE + SIZEOF(.text) (NOLOAD):
{

View File

@ -56,6 +56,7 @@ SECTIONS
.bootloader WOLFBOOT_ORIGIN :
{
_start_text = .;
KEEP(*(.boot*))
*(.text*)
*(.rodata*)

View File

@ -25,6 +25,7 @@ SECTIONS
_end_wolfboot = .;
}
_stored_data = _end_text;
_fsp_size = _end_fsp_s - _start_fsp_s;
.bss WOLFBOOT_LOAD_BASE + SIZEOF(.text) (NOLOAD):
{

View File

@ -53,6 +53,7 @@ SECTIONS
.bootloader WOLFBOOT_ORIGIN :
{
_start_text = .;
KEEP(./tgl_fsp.o(.boot))
KEEP(*(.boot*))
KEYSTORE_START = .;