From fd4e676bb38c595906aff64f9c019bca4f36a224 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 7 Apr 2023 14:22:59 +0200 Subject: Revert "cbfstool/default-x86.fmd: Rename BIOS -> SI_BIOS" This reverts commit 89b4f69746ac215e4a7c5f204d1ea807b4ea08b5. SI_BIOS is mostly used to indicate the BIOS region in Intel IFD. Not all platforms are Intel platforms with an IFD, so revert this change. Also tooling often depends on names not changing so renaming things should not be done lightly. The default region should also be in sync with non-x86 and made systematic across the tree. Change-Id: I46f52494498295ba5e2a23d0b66b56f266293050 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/74290 Reviewed-by: Lean Sheng Tan Reviewed-by: Felix Singer Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) Reviewed-by: Maximilian Brune Reviewed-by: Matt DeVillier Reviewed-by: Paul Menzel --- util/cbfstool/default-x86.fmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cbfstool/default-x86.fmd') diff --git a/util/cbfstool/default-x86.fmd b/util/cbfstool/default-x86.fmd index 8991a81471..41be782046 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## { - SI_BIOS@##BIOS_BASE## ##BIOS_SIZE## { + BIOS@##BIOS_BASE## ##BIOS_SIZE## { ##CONSOLE_ENTRY## ##MRC_CACHE_ENTRY## ##SMMSTORE_ENTRY## -- cgit v1.2.3