From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH] Update to SeaBIOS rel-1.8.2 Date: Mon, 22 Jun 2015 14:51:08 +0100 Message-ID: <1434981068-5530-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, wei.liu2@citrix.com Cc: Ian Campbell , jbeulich@suse.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Campbell --- Build tested only, osstest has tested the patches which went into rel-1.8.2 while they were in mainline, but does not test stable branches of seabios. I think the risks are minimal enough. --- Config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Config.mk b/Config.mk index 052e17c..4a40e49 100644 --- a/Config.mk +++ b/Config.mk @@ -259,9 +259,9 @@ MINIOS_UPSTREAM_REVISION ?= edfd5aae6ec5ba7d0a8834a3e9dfe5e69424150a # Thu Mar 12 19:08:05 2015 +0100 # Fix accidentally removed brace causing a build error. -SEABIOS_UPSTREAM_REVISION ?= rel-1.8.0 -# Wed Feb 18 12:49:59 2015 -0500 -# docs: Note v1.8.0 release +SEABIOS_UPSTREAM_REVISION ?= rel-1.8.2 +# Tue Mar 17 10:52:16 2015 -0400 +# vgabios: On bda_save_restore() the saved vbe_mode also has flags in it ETHERBOOT_NICS ?= rtl8139 8086100e -- 1.7.10.4