From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: SeaBIOS update on master? Date: Thu, 19 Feb 2015 08:43:05 +0000 Message-ID: <1424335385.25370.25.camel@citrix.com> References: <54DB2304020000780005EE08@mail.emea.novell.com> <1423652204.27551.16.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YOMhy-00023i-EL for xen-devel@lists.xenproject.org; Thu, 19 Feb 2015 08:43:42 +0000 In-Reply-To: <1423652204.27551.16.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , Ian Jackson , Wei Liu Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Wed, 2015-02-11 at 10:56 +0000, Ian Campbell wrote: > On Wed, 2015-02-11 at 08:38 +0000, Jan Beulich wrote: > > Ian, > > > > I notice there is 1.7.5.2 available upstream - are there plans for us > > to update, or are we going to wait for 1.7.6 or 1.8 or whatever is > > going to be next? (I ask without having checked whether there are > > any fixes that would specifically concern us.) > > Thanks for the reminder. > > Normally want to track their releases during the dev cycle (when I > remember) but a new release is imminent, so I think rather than bumping > twice I may as well wait for it (whatever version it ends up being). 1.8.0 has just been released[0]. osstest flight 34755 is currently testing rel-1.8.0~4 which is one new commit over the current tested baseline, but that commit and all the ones between it and rel-1.8.0 are ones which don't affect the actual functionality (most are docs, one is against the checkstack.pl tool and doesn't seem relevant since we aren't hitting the underlying issue). So I think we are good to update, see patch below. Ian. [0] http://www.seabios.org/pipermail/seabios/2015-February/008688.html ------ >>From d4b9f2a1eaf1fb46a77a0534f4a86fa514cb3454 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 19 Feb 2015 08:37:44 +0000 Subject: [PATCH] tools: update to seabios rel-1.8.0 Signed-off-by: Ian Campbell --- Config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Config.mk b/Config.mk index d12ad91..27b0997 100644 --- a/Config.mk +++ b/Config.mk @@ -253,9 +253,9 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git endif OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423 QEMU_UPSTREAM_REVISION ?= master -SEABIOS_UPSTREAM_REVISION ?= rel-1.7.5 -# Thu May 22 16:59:16 2014 -0400 -# python3 fixes for vgabios and csm builds. +SEABIOS_UPSTREAM_REVISION ?= rel-1.8.0 +# Wed Feb 18 12:49:59 2015 -0500 +# docs: Note v1.8.0 release ETHERBOOT_NICS ?= rtl8139 8086100e -- 1.7.10.4