Pull in two fixes for newer IASL compilers. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com> Cc: George Dunlap <George.Dunlap@eu.citrix.com> Cc: Ian Jackson <Ian.Jackson@eu.citrix.com> --- Config.mk | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Config.mk b/Config.mk index ba17929..e8f411e 100644 --- a/Config.mk +++ b/Config.mk @@ -213,9 +213,9 @@ SEABIOS_UPSTREAM_URL ?= $(XEN_ROOT)/../seabios.git endif OVMF_UPSTREAM_REVISION ?= b0855f925c6e2e0b21fbb03fab4b5fb5b6876871 QEMU_UPSTREAM_REVISION ?= qemu-xen-4.3.0-rc1 -SEABIOS_UPSTREAM_TAG ?= rel-1.7.1 -# Wed Aug 29 21:27:37 2012 -0400 -# Make iasl option check work with older versions of iasl. +SEABIOS_UPSTREAM_TAG ?= 30ef08fb25af278ba012efd8b2c0050c108be54d +# Sun Feb 10 21:06:14 2013 -0500 +# Update tools/acpi_extract.py to handle iasl 20130117 release. ETHERBOOT_NICS ?= rtl8139 8086100e -- 1.7.2.5
On 10/05/13 12:09, Ian Campbell wrote:> Pull in two fixes for newer IASL compilers. > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> > Cc: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com> > Cc: George Dunlap <George.Dunlap@eu.citrix.com> > Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>Re the release: Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Ian Campbell writes ("[PATCH] Update SEABIOS_UPSTREAM_TAG"):> Pull in two fixes for newer IASL compilers. > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> > Cc: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com> > Cc: George Dunlap <George.Dunlap@eu.citrix.com> > Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
On Mon, 2013-05-13 at 14:05 +0100, Ian Jackson wrote:> Ian Campbell writes ("[PATCH] Update SEABIOS_UPSTREAM_TAG"): > > Pull in two fixes for newer IASL compilers. > > > > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> > > Cc: Dietmar Hahn <dietmar.hahn@ts.fujitsu.com> > > Cc: George Dunlap <George.Dunlap@eu.citrix.com> > > Cc: Ian Jackson <Ian.Jackson@eu.citrix.com> > > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>Applied, thanks.