diff options
author | Leah Woods <info@minifree.org> | 2016-05-19 08:52:41 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-19 08:52:41 +0100 |
commit | ae7f762fa4a868889c1d15ddbd7deb8533476218 (patch) | |
tree | ef6ba978513be6594299516a0877008c62a0da52 /resources/scripts/helpers | |
parent | c405ab82e18b4f7bc4414383cb19a18c5b4d63d5 (diff) | |
download | librebootfr-ae7f762fa4a868889c1d15ddbd7deb8533476218.tar.gz librebootfr-ae7f762fa4a868889c1d15ddbd7deb8533476218.zip |
build/roms/withgrub: add timeout for SeaBIOS (needed on some boards)
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/build/roms/withgrub_helper | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper index b14a285e..a34bebb6 100755 --- a/resources/scripts/helpers/build/roms/withgrub_helper +++ b/resources/scripts/helpers/build/roms/withgrub_helper @@ -137,6 +137,9 @@ do # SeaVGABIOS stuff ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add -f ../../../seabios/out/vgabios.bin -n vgaroms/vgabios.bin -t raw + # Add keyboard startup delay timeout. Needed on some boards. 20s, just to play it safe. + ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 20000 -n etc/ps2-keyboard-spinup + # .config no longer needed rm -f ".config" |