You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
bd07c6504c
Current SBL code will build pointers in E/F segment for ACPI and SMBIOS table. On some platforms, E/F segment is not supported. So a new configuration ENABLE_LEGACY_EF_SEG is added. When it is enabled, SBL will not use legacy E/F segment memory. Signed-off-by: Maurice Ma <maurice.ma@intel.com>