diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-14 09:30:55 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-14 09:30:55 (EST) |
commit | 95411c48adc77b0944e1a408993f5d760b4b239c (patch) | |
tree | dc6c61c2b11640c4cb70f6649773f408cbd05492 | |
parent | 8be1737b288afd97cb92c980854ba649fcd26a3c (diff) | |
download | libreboot-95411c48adc77b0944e1a408993f5d760b4b239c.zip libreboot-95411c48adc77b0944e1a408993f5d760b4b239c.tar.gz libreboot-95411c48adc77b0944e1a408993f5d760b4b239c.tar.bz2 |
Update SeaBIOS (again)
-rw-r--r-- | docs/release.html | 4 | ||||
-rwxr-xr-x | getseabios | 2 | ||||
-rw-r--r-- | resources/seabios/config/config | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/release.html b/docs/release.html index de0388b..6826172 100644 --- a/docs/release.html +++ b/docs/release.html @@ -120,6 +120,10 @@ Changes for this release (latest changes first, earliest changes last) </h2> <ul> + <li>Updated SeaBIOS (again)</li> + <li>docs/install/index.html#flashrom_x200: improve instructions</li> + <li>Updated flashrom (again) - patches updated</li> + <li>Updated GRUB (again)</li> <li>Updated coreboot (again)</li> <li>build-release: not all files were copied to libreboot_src. fix that.</li> <li>build-release: include cbmem (statically compiled) in libreboot_bin</li> @@ -38,7 +38,7 @@ cd seabios/ # Reset to the last commit that was tested # -------------------------------------------------------------------------------- -git reset --hard 9f505f715793d99235bd6b4afb2ca7b96ba5729b +git reset --hard ed675ad4193bc7f929e5b39074d50672970aefa3 # Apply patches # -------------------------------------------------------------------------------- diff --git a/resources/seabios/config/config b/resources/seabios/config/config index 1f8a4d2..4bbba94 100644 --- a/resources/seabios/config/config +++ b/resources/seabios/config/config @@ -86,6 +86,5 @@ CONFIG_VGA_VBE=y # Debugging # CONFIG_DEBUG_LEVEL=1 -CONFIG_DEBUG_SERIAL=y -CONFIG_DEBUG_SERIAL_PORT=0x3f8 +# CONFIG_DEBUG_SERIAL is not set CONFIG_DEBUG_COREBOOT=y |