[coreboot-gerrit] Change in coreboot[master]: payloads/seabios: Update stable from 1.10.3 to 1.11.0

Martin Kepplinger (Code Review) gerrit at coreboot.org
Sat Nov 11 02:31:47 CET 2017


Martin Kepplinger has uploaded this change for review. ( https://review.coreboot.org/22429


Change subject: payloads/seabios: Update stable from 1.10.3 to 1.11.0
......................................................................

payloads/seabios: Update stable from 1.10.3 to 1.11.0

SeaBIOS 1.11.0 was released on November 10th, 2017. Changes include

* Initial support for NVME drives
* Support for vga emulation over a serial port in SeaBIOS (sercon)
* Support for serial debugging using MMIO based serial ports
* Support for scsi devices with multiple LUNs
* Support for boot-to-boot persistent coreboot cbmem logs
* Improved coreboot vga (cbvga) mode setting compatibility
* Several bug fixes and code cleanups

See also https://www.seabios.org/Releases#SeaBIOS_1.11.0 and for all
details on the changes, use
  git log --oneline rel-1.10.3..rel-1.11.0
in the SeaBIOS repository.

Change-Id: Ie46a526593177c5241fbd979c7fa1934478f7382
Signed-off-by: Martin Kepplinger <martink at posteo.de>
---
M payloads/external/SeaBIOS/Kconfig
M payloads/external/SeaBIOS/Makefile
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/22429/1

diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig
index eb1ed0f..5c0faaa 100644
--- a/payloads/external/SeaBIOS/Kconfig
+++ b/payloads/external/SeaBIOS/Kconfig
@@ -5,7 +5,7 @@
 	default SEABIOS_STABLE
 
 config SEABIOS_STABLE
-	bool "1.10.3"
+	bool "1.11.0"
 	help
 	  Stable SeaBIOS version
 config SEABIOS_MASTER
diff --git a/payloads/external/SeaBIOS/Makefile b/payloads/external/SeaBIOS/Makefile
index c2e24fc..b494b48 100644
--- a/payloads/external/SeaBIOS/Makefile
+++ b/payloads/external/SeaBIOS/Makefile
@@ -1,5 +1,5 @@
 TAG-$(CONFIG_SEABIOS_MASTER)=origin/master
-TAG-$(CONFIG_SEABIOS_STABLE)=b7661dd083d6ed9493d6f0c0da945140ed888ff9
+TAG-$(CONFIG_SEABIOS_STABLE)=63451fca13c75870e1703eb3e20584d91179aebc
 TAG-$(CONFIG_SEABIOS_REVISION)=$(CONFIG_SEABIOS_REVISION_ID)
 
 project_git_repo=https://review.coreboot.org/p/seabios.git

-- 
To view, visit https://review.coreboot.org/22429
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie46a526593177c5241fbd979c7fa1934478f7382
Gerrit-Change-Number: 22429
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Kepplinger <martink at posteo.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171111/e105452b/attachment-0001.html>


More information about the coreboot-gerrit mailing list