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.h | |
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.h')
-rw-r--r-- | CorebootModulePkg/CbSupportDxe/CbSupportDxe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.h b/CorebootModulePkg/CbSupportDxe/CbSupportDxe.h index bace2728e6..4c59ed94d7 100644 --- a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.h +++ b/CorebootModulePkg/CbSupportDxe/CbSupportDxe.h @@ -29,6 +29,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Guid/SmBios.h>
#include <Guid/SystemTableInfoGuid.h>
#include <Guid/AcpiBoardInfoGuid.h>
+#include <Guid/FrameBufferInfoGuid.h>
#include <IndustryStandard/Acpi.h>
|