From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH] tools: update to seabios rel-1.7.5 Date: Thu, 26 Jun 2014 13:17:16 -0400 Message-ID: <53AC559C.1000607@terremark.com> References: <1403779549-4363-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1403779549-4363-1-git-send-email-ian.campbell@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: Ian Campbell , xen-devel@lists.xen.org, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 06/26/14 06:45, Ian Campbell wrote: > Signed-off-by: Ian Campbell Looks good to me and works for me on F17; so Tested-by: Don Slutz -Don Slutz > --- > Config.mk | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Config.mk b/Config.mk > index e7f14ef..ab95b1c 100644 > --- a/Config.mk > +++ b/Config.mk > @@ -235,9 +235,9 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git > endif > OVMF_UPSTREAM_REVISION ?= 447d264115c476142f884af0be287622cd244423 > QEMU_UPSTREAM_REVISION ?= master > -SEABIOS_UPSTREAM_TAG ?= rel-1.7.4 > -# Sun Dec 22 10:42:26 2013 -0500 > -# coreboot: Make sure to print the SeaBIOS version in cbmem debug output. > +SEABIOS_UPSTREAM_TAG ?= rel-1.7.5 > +# Thu May 22 16:59:16 2014 -0400 > +# python3 fixes for vgabios and csm builds. > > ETHERBOOT_NICS ?= rtl8139 8086100e >