diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 13:12:04 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 13:22:54 (EDT) |
commit | 40fe5eae21fca449809d1223cf4048a26f028227 (patch) | |
tree | ccb09791b06c34f8f7ef664f0c2df3f5a802de05 /buildrom-withgrub | |
parent | d0543432adba8db52adcd74167a1706fa9cc99ba (diff) | |
download | libreboot-40fe5eae21fca449809d1223cf4048a26f028227.zip libreboot-40fe5eae21fca449809d1223cf4048a26f028227.tar.gz libreboot-40fe5eae21fca449809d1223cf4048a26f028227.tar.bz2 |
ROM images no longer include SeaBIOS
Instead, the user adds it afterwards. Documentation and scripts updated.
Diffstat (limited to 'buildrom-withgrub')
-rwxr-xr-x | buildrom-withgrub | 10 |
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) # --------------------------------------------------------------------------------------------------------------- |