summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-19 04:20:46 (EDT)
committer Leah Woods <info@minifree.org>2016-05-19 04:20:46 (EDT)
commita33099490113b82356bdc2a2b2339a48623fd27c (patch)
treef2f41d69bf9c7bc394c16a87efe7b507e85fb469
parente2c06ebf4ae25ef2f95d4bc51c06a4c1c8431377 (diff)
downloadlibreboot-a33099490113b82356bdc2a2b2339a48623fd27c.zip
libreboot-a33099490113b82356bdc2a2b2339a48623fd27c.tar.gz
libreboot-a33099490113b82356bdc2a2b2339a48623fd27c.tar.bz2
build/roms/withgrub: (buildfix) remove existing default timeout file
Also increase our timeout from 20s to 60s.
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper7
1 files changed, 5 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index a34bebb..9a20d64 100755
--- a/resources/scripts/helpers/build/roms/withgrub_helper
+++ b/resources/scripts/helpers/build/roms/withgrub_helper
@@ -137,8 +137,11 @@ 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
+ # Remove default 3000ms timeout
+ ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" remove -n etc/ps2-keyboard-spinup
+
+ # Add keyboard startup delay timeout. Needed on some boards. 60s, just to play it safe.
+ ./util/cbfstool/cbfstool "${boardtarget}_${romtype}.rom" add-int -i 60000 -n etc/ps2-keyboard-spinup
# .config no longer needed
rm -f ".config"