diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-14 21:13:13 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-14 21:13:13 (EDT) |
commit | 2e506d34d060be1ab16b9e3cb435bbef975c3cda (patch) | |
tree | ca9bfd2c6461ea137b40adcadaf5892dc611c641 | |
parent | 7113d6716fe43353dc0bf377f97eecb3169646ab (diff) | |
download | libreboot-2e506d34d060be1ab16b9e3cb435bbef975c3cda.zip libreboot-2e506d34d060be1ab16b9e3cb435bbef975c3cda.tar.gz libreboot-2e506d34d060be1ab16b9e3cb435bbef975c3cda.tar.bz2 |
Update SeaBIOS.
-rwxr-xr-x | getseabios | 8 | ||||
-rw-r--r-- | resources/seabios/config/config | 3 |
2 files changed, 1 insertions, 10 deletions
@@ -38,13 +38,7 @@ cd seabios # Reset to the last commit that was tested # -------------------------------------------------------------------------------- -# -# commit 275672eb70efdf81c51b997d41a4409b404aa8f6 -# Author: Markus Armbruster <armbru@redhat.com> -# Date: Fri Aug 15 08:58:17 2014 +0200 -# - -git reset --hard 275672eb70efdf81c51b997d41a4409b404aa8f6 +git reset --hard 67d1fbef0f630e1e823f137d1bae7fa5790bcf4e # Apply patches # -------------------------------------------------------------------------------- diff --git a/resources/seabios/config/config b/resources/seabios/config/config index 4ef8137..8c7f580 100644 --- a/resources/seabios/config/config +++ b/resources/seabios/config/config @@ -70,9 +70,6 @@ CONFIG_VGAHOOKS=y # VGA ROM # # CONFIG_NO_VGABIOS is not set -# CONFIG_VGA_STANDARD_VGA is not set -# CONFIG_VGA_CIRRUS is not set -# CONFIG_VGA_BOCHS is not set # CONFIG_VGA_GEODEGX2 is not set # CONFIG_VGA_GEODELX is not set CONFIG_VGA_COREBOOT=y |