summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2023-04-07 14:22:59 +0200
committerFelix Singer <felixsinger@posteo.net>2023-04-07 15:14:04 +0000
commitfd4e676bb38c595906aff64f9c019bca4f36a224 (patch)
tree76b0c79be59d210e57a6f364c6ed0230b2801da3 /util
parent7301cfac601d16460a7b592f011493de3f0c6d9d (diff)
downloadcoreboot-fd4e676bb38c595906aff64f9c019bca4f36a224.tar.gz
coreboot-fd4e676bb38c595906aff64f9c019bca4f36a224.tar.bz2
coreboot-fd4e676bb38c595906aff64f9c019bca4f36a224.zip
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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74290 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'util')
-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 8991a8147185..41be7820465f 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##