aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
author4 of 7 (Leah Rowe) <info@minifree.org>2016-11-17 06:24:31 +0000
committer4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org>2017-01-22 04:01:58 +0000
commitc365a3d9a7139b44415b9c7aa5487e6a84f29b1f (patch)
treee030b294e402054bb817143037ac9db2f2a58cda /resources
parent54681098aa9d0514bef71b47123dc2af74792e95 (diff)
downloadlibrebootfr-c365a3d9a7139b44415b9c7aa5487e6a84f29b1f.tar.gz
librebootfr-c365a3d9a7139b44415b9c7aa5487e6a84f29b1f.zip
also add PIKE2008 workaround to SeaBIOS ROMs, not just SeaGRUB
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/roms/withseabios_helper3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/roms/withseabios_helper b/resources/scripts/helpers/build/roms/withseabios_helper
index f738e991..61d36d99 100755
--- a/resources/scripts/helpers/build/roms/withseabios_helper
+++ b/resources/scripts/helpers/build/roms/withseabios_helper
@@ -106,6 +106,9 @@ do
# Now add SeaVGABIOS (SeaBIOS wrapper for coreboot native video init)
./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../seabios/out/vgabios.bin -n vgaroms/vgabios.bin -t raw
+ # Add a file to CBFS that tells SeaBIOS not to load option ROMs
+ ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 0 -n etc/pci-optionrom-exec || "already exists"
+
# .config no longer needed
rm -f ".config"
done