diff options
author | 4 of 7 (Leah Rowe) <info@minifree.org> | 2016-11-17 06:24:31 +0000 |
---|---|---|
committer | 4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org> | 2017-01-22 04:01:58 +0000 |
commit | c365a3d9a7139b44415b9c7aa5487e6a84f29b1f (patch) | |
tree | e030b294e402054bb817143037ac9db2f2a58cda /resources/scripts/helpers | |
parent | 54681098aa9d0514bef71b47123dc2af74792e95 (diff) | |
download | librebootfr-c365a3d9a7139b44415b9c7aa5487e6a84f29b1f.tar.gz librebootfr-c365a3d9a7139b44415b9c7aa5487e6a84f29b1f.zip |
also add PIKE2008 workaround to SeaBIOS ROMs, not just SeaGRUB
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withseabios_helper | 3 |
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 |