diff options
author | Leah Rowe <info@minifree.org> | 2017-04-30 18:30:30 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-30 20:32:06 +0100 |
commit | e8e19e88869ecdcbb3afbdcdb17bb5bac819a58f (patch) | |
tree | 3538bc2b95f305adffd85b8cc5df37d7e6b31e37 | |
parent | 213324f3516c266f69efe2602c02d862b6ae042a (diff) | |
download | librebootfr-e8e19e88869ecdcbb3afbdcdb17bb5bac819a58f.tar.gz librebootfr-e8e19e88869ecdcbb3afbdcdb17bb5bac819a58f.zip |
Update to latest SeaBIOS version
-rwxr-xr-x | resources/scripts/helpers/download/seabios | 2 | ||||
-rw-r--r-- | resources/seabios/config/config | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios index 39036ebb..18f90dd6 100755 --- a/resources/scripts/helpers/download/seabios +++ b/resources/scripts/helpers/download/seabios @@ -44,7 +44,7 @@ cd "seabios/" # Reset to the last commit that was tested (we use stable releases for seabios) # ------------------------------------------------------------------------------ -git reset --hard rel-1.9.1 +git reset --hard 19fdcca467ad3436d68ef88899b4dcd78154a9c6 ) diff --git a/resources/seabios/config/config b/resources/seabios/config/config index 8333ea9e..cd13ec77 100644 --- a/resources/seabios/config/config +++ b/resources/seabios/config/config @@ -87,4 +87,5 @@ CONFIG_VGA_EXTRA_STACK_SIZE=512 # CONFIG_DEBUG_LEVEL=1 # CONFIG_DEBUG_SERIAL is not set +# CONFIG_DEBUG_SERIAL_MMIO is not set CONFIG_DEBUG_COREBOOT=y |