From 217713e2cfc9ceafd0f850bc1f5b24ef2cf1615b Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Wed, 5 Dec 2018 19:42:17 +0100 Subject: Platform/AMD/OverdriveBoard: use default resolution for GOP Set the GOP resolution to 0x0 so that the resolution will be chosen by the driver, usually based on the capabilities of the connected display. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Platform') diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc index ed67c986..05433d44 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -485,6 +485,9 @@ DEFINE DO_CAPSULE = FALSE gAmdModulePkgTokenSpaceGuid.PcdPciePort2Present|1 gAmdModulePkgTokenSpaceGuid.PcdPcieHardcodeEnumeration|TRUE + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|0 + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|0 + [PcdsDynamicDefault.common] gAmdStyxTokenSpaceGuid.PcdSocCoreCount|$(NUM_CORES) gArmTokenSpaceGuid.PcdSystemMemorySize|0x0400000000 -- cgit v1.2.3