Message ID | 1403779549-4363-1-git-send-email-ian.campbell@citrix.com |
---|---|
State | Accepted |
Commit | 5973432f19a935422cf9032dbe5132bb1382eb61 |
Headers | show |
Ian, ping.... On Thu, 2014-06-26 at 11:45 +0100, Ian Campbell wrote: > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> > --- > 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 >
Ian Campbell writes ("[PATCH] tools: update to seabios rel-1.7.5"): > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
On Wed, 2014-07-09 at 16:24 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH] tools: update to seabios rel-1.7.5"): > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> > > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Thanks, applied along with Don's tested-by. Ian.
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
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- Config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)