diff options
author | Maurice Ma <maurice.ma@intel.com> | 2016-05-17 09:30:49 -0700 |
---|---|---|
committer | Maurice Ma <maurice.ma@intel.com> | 2016-05-20 10:11:53 -0700 |
commit | 3aa865685a1292aef17d2efa812376d180fc00f9 (patch) | |
tree | b1dcc82048fb4792df314a15ed61e88a59a4f892 /CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf | |
parent | f3a90fbf8b8d816def4be94914295b479f218a1a (diff) | |
download | edk2-platforms-3aa865685a1292aef17d2efa812376d180fc00f9.tar.xz |
CorebootModulePkg: Add video resolution PCD initialization
The video console resolution related PCDs are required to be
initialized after switching to use the generic BdsDxe driver
in MdeModulePkg.
Cc: Prince Agyeman <prince.agyeman@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Maurice Ma <maurice.ma@intel.com>
Reviewed-by: Lee Leahy <leroy.p.leahy@intel.com>
Diffstat (limited to 'CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf')
-rw-r--r-- | CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf b/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf index c92db8ded4..99245183ea 100644 --- a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf +++ b/CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf @@ -49,11 +49,18 @@ IoLib
HobLib
-[Guids]
+[Guids]
gEfiAcpiTableGuid
gEfiSmbiosTableGuid
gUefiSystemTableInfoGuid
gUefiAcpiBoardInfoGuid
+ gUefiFrameBufferInfoGuid
+
+[Pcd]
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
+ gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
+ gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
[Depex]
TRUE
|