diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-04-07 14:22:59 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-04-07 15:14:04 +0000 |
commit | fd4e676bb38c595906aff64f9c019bca4f36a224 (patch) | |
tree | 76b0c79be59d210e57a6f364c6ed0230b2801da3 /util/cbfstool | |
parent | 7301cfac601d16460a7b592f011493de3f0c6d9d (diff) | |
download | coreboot-fd4e676bb38c595906aff64f9c019bca4f36a224.tar.gz |
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/cbfstool')
-rw-r--r-- | util/cbfstool/default-x86.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
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## |