summaryrefslogtreecommitdiff
path: root/buildrom-withgrub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-09-16 18:12:04 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-09-16 18:22:54 +0100
commit40fe5eae21fca449809d1223cf4048a26f028227 (patch)
treeccb09791b06c34f8f7ef664f0c2df3f5a802de05 /buildrom-withgrub
parentd0543432adba8db52adcd74167a1706fa9cc99ba (diff)
ROM images no longer include SeaBIOS
Instead, the user adds it afterwards. Documentation and scripts updated.
Diffstat (limited to 'buildrom-withgrub')
-rwxr-xr-xbuildrom-withgrub10
1 files changed, 4 insertions, 6 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub
index 6ff7e2d..117051f 100755
--- a/buildrom-withgrub
+++ b/buildrom-withgrub
@@ -65,12 +65,10 @@ rm -rf .config config_txtmode
# Insert files/configurations and perform operations that are common on all images
# ---------------------------------------------------------------------------------------------------------------
-for rom in libreboot_vesafb.rom libreboot_txtmode.rom
-do
- # Add SeaBIOS and SeaVGABIOS
- ./cbfstool $rom add -f ../seabios/out/vgabios.bin -n vgaroms/vgabios.bin -t raw
- ./cbfstool $rom add -f ../seabios/out/bios.bin.elf -n bios.bin.elf -t raw
-done
+# for rom in libreboot_vesafb.rom libreboot_txtmode.rom
+# do
+ # Nothing to do here
+# done
# Insert files/configurations and perform operations that are common on libreboot_vesafb.rom (coreboot framebuffer configuration)
# ---------------------------------------------------------------------------------------------------------------