* [PATCH] tools: update to seabios rel-1.7.5
@ 2014-06-26 10:45 Ian Campbell
2014-06-26 17:17 ` Don Slutz
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Ian Campbell @ 2014-06-26 10:45 UTC (permalink / raw)
To: xen-devel, ian.jackson; +Cc: Ian Campbell
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
--
1.7.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] tools: update to seabios rel-1.7.5
2014-06-26 10:45 [PATCH] tools: update to seabios rel-1.7.5 Ian Campbell
@ 2014-06-26 17:17 ` Don Slutz
2014-07-09 12:31 ` Ian Campbell
2014-07-09 15:24 ` Ian Jackson
2 siblings, 0 replies; 5+ messages in thread
From: Don Slutz @ 2014-06-26 17:17 UTC (permalink / raw)
To: Ian Campbell, xen-devel, ian.jackson
On 06/26/14 06:45, Ian Campbell wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Looks good to me and works for me on F17; so
Tested-by: Don Slutz <dslutz@verizon.com>
-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
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] tools: update to seabios rel-1.7.5
2014-06-26 10:45 [PATCH] tools: update to seabios rel-1.7.5 Ian Campbell
2014-06-26 17:17 ` Don Slutz
@ 2014-07-09 12:31 ` Ian Campbell
2014-07-09 15:24 ` Ian Jackson
2 siblings, 0 replies; 5+ messages in thread
From: Ian Campbell @ 2014-07-09 12:31 UTC (permalink / raw)
To: xen-devel, ian.jackson
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
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] tools: update to seabios rel-1.7.5
2014-06-26 10:45 [PATCH] tools: update to seabios rel-1.7.5 Ian Campbell
2014-06-26 17:17 ` Don Slutz
2014-07-09 12:31 ` Ian Campbell
@ 2014-07-09 15:24 ` Ian Jackson
2014-07-10 10:32 ` Ian Campbell
2 siblings, 1 reply; 5+ messages in thread
From: Ian Jackson @ 2014-07-09 15:24 UTC (permalink / raw)
To: Ian Campbell; +Cc: ian.jackson, xen-devel
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>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] tools: update to seabios rel-1.7.5
2014-07-09 15:24 ` Ian Jackson
@ 2014-07-10 10:32 ` Ian Campbell
0 siblings, 0 replies; 5+ messages in thread
From: Ian Campbell @ 2014-07-10 10:32 UTC (permalink / raw)
To: Ian Jackson; +Cc: xen-devel
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-07-10 10:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 10:45 [PATCH] tools: update to seabios rel-1.7.5 Ian Campbell
2014-06-26 17:17 ` Don Slutz
2014-07-09 12:31 ` Ian Campbell
2014-07-09 15:24 ` Ian Jackson
2014-07-10 10:32 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.