summaryrefslogtreecommitdiff
path: root/Platform
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-12-05 19:42:17 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-12-11 08:31:38 +0100
commit217713e2cfc9ceafd0f850bc1f5b24ef2cf1615b (patch)
tree8c3ccf9cdf498971468c22f39d0d18a74535c5b6 /Platform
parent210da6f02138530a4f9c2d641eaec0ae3600ea3a (diff)
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 <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Platform')
-rw-r--r--Platform/AMD/OverdriveBoard/OverdriveBoard.dsc3
1 files changed, 3 insertions, 0 deletions
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