From 3aa865685a1292aef17d2efa812376d180fc00f9 Mon Sep 17 00:00:00 2001 From: Maurice Ma Date: Tue, 17 May 2016 09:30:49 -0700 Subject: 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 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Maurice Ma Reviewed-by: Lee Leahy --- CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf') 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 -- cgit v1.2.3