aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2016-11-17 06:24:31 +0000
committerLeah Rowe <info@minifree.org>2016-11-17 06:24:31 +0000
commit6b67c8175730aec6961c94d9aa899afa6c0c851d (patch)
treefbb0cb942c608639ae8a6e6f0b9376460b24c9a8 /resources/scripts
parent439be1b3f0ab75ff695f05a4648d097a33656408 (diff)
downloadlibrebootfr-6b67c8175730aec6961c94d9aa899afa6c0c851d.tar.gz
librebootfr-6b67c8175730aec6961c94d9aa899afa6c0c851d.zip
also add PIKE2008 workaround to SeaBIOS ROMs, not just SeaGRUB
Diffstat (limited to 'resources/scripts')
-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 72185aaa..7e8a4317 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