From 89b4f69746ac215e4a7c5f204d1ea807b4ea08b5 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Sun, 5 Mar 2023 04:43:14 +0100 Subject: [PATCH] cbfstool/default-x86.fmd: Rename BIOS -> SI_BIOS Currently ifdtool --validate will not correctly validate the FMAP against the IFD regions, since it will compare the IFD bios region with an FMAP region called SI_BIOS. It's probably a good idea to define default name for the BIOS FMAP region like we have for 'COREBOOT' or 'FMAP' FMAP region. Signed-off-by: Maximilian Brune Change-Id: I55eddfb5641b3011d4525893604ccf87fa05a1e2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73449 Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan --- util/cbfstool/default-x86.fmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cbfstool/default-x86.fmd b/util/cbfstool/default-x86.fmd index 41be782046..8991a81471 100644 --- a/util/cbfstool/default-x86.fmd +++ b/util/cbfstool/default-x86.fmd @@ -8,7 +8,7 @@ # +-------------+ <-- 4GB / end of flash FLASH@##ROM_BASE## ##ROM_SIZE## { - BIOS@##BIOS_BASE## ##BIOS_SIZE## { + SI_BIOS@##BIOS_BASE## ##BIOS_SIZE## { ##CONSOLE_ENTRY## ##MRC_CACHE_ENTRY## ##SMMSTORE_ENTRY##