From fa52b153c51ea56eafa134d6321b6ca8a8574a88 Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Wed, 19 Jan 2022 08:28:21 +0100 Subject: [PATCH] config: use more recent mini-os commit In order to be able to use the recent Mini-OS features switch to the most recent commit. Signed-off-by: Juergen Gross Acked-by: Andrew Cooper --- Config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.mk b/Config.mk index 5c8c737fe4..168273e157 100644 --- a/Config.mk +++ b/Config.mk @@ -231,7 +231,7 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git endif OVMF_UPSTREAM_REVISION ?= 7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5 QEMU_UPSTREAM_REVISION ?= master -MINIOS_UPSTREAM_REVISION ?= a91161eb0f92dac4ad6d41f91117268bc23ef28d +MINIOS_UPSTREAM_REVISION ?= 83ff43bff4bdd6879539fcb2b3d6ba5e61a64135 SEABIOS_UPSTREAM_REVISION ?= rel-1.14.0 -- 2.30.2