summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Brune <maximilian.brune@9elements.com>2023-03-05 04:43:14 +0100
committerLean Sheng Tan <sheng.tan@9elements.com>2023-03-28 13:27:57 +0000
commit89b4f69746ac215e4a7c5f204d1ea807b4ea08b5 (patch)
tree9a04fa99f8fb9846a2bb7170b62467b108859ca9
parent347596ae6ee5ec50526f5dbf9300c183e1d48cd0 (diff)
downloadcoreboot-89b4f69746ac215e4a7c5f204d1ea807b4ea08b5.tar.gz
coreboot-89b4f69746ac215e4a7c5f204d1ea807b4ea08b5.tar.bz2
coreboot-89b4f69746ac215e4a7c5f204d1ea807b4ea08b5.zip
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 <maximilian.brune@9elements.com> Change-Id: I55eddfb5641b3011d4525893604ccf87fa05a1e2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73449 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
-rw-r--r--util/cbfstool/default-x86.fmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/default-x86.fmd b/util/cbfstool/default-x86.fmd
index 41be7820465f..8991a8147185 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##