From eb5fc5eddcb1456d9d11de3166d3887bcd2bd95b Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Sun, 19 Sep 2021 14:25:32 +0800 Subject: [PATCH] Platform/Comcast: Use HighMemDxe provided by OvmfPkg Compliant with BZ: #3665 https://bugzilla.tianocore.org/show_bug.cgi?id=3665 HighMemDxe is relocated from ArmVirtPkg to OvmfPkg/Fdt, use the OvmfPkg one instead. Signed-off-by: Abner Chang Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Daniel Schaefer Acked-by: Leif Lindholm --- Platform/Comcast/RDKQemu/RDKQemu.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc b/Platform/Comcast/RDKQemu/RDKQemu.dsc index cea3a206..98163267 100644 --- a/Platform/Comcast/RDKQemu/RDKQemu.dsc +++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc @@ -310,7 +310,7 @@ # ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf EmbeddedPkg/Drivers/FdtClientDxe/FdtClientDxe.inf - ArmVirtPkg/HighMemDxe/HighMemDxe.inf + OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf OvmfPkg/VirtioBlkDxe/VirtioBlk.inf OvmfPkg/VirtioScsiDxe/VirtioScsi.inf OvmfPkg/VirtioNetDxe/VirtioNet.inf