IntelFrameworkModulePkg: add BGRT table

Add support for adding a BGRT table for Windows 8/8.1/10 bootlogo.
This commit is contained in:
CoolStar
2016-12-13 18:04:25 -08:00
committed by Matt DeVillier
parent 575764deeb
commit d06545cd3d
3 changed files with 279 additions and 1 deletions

View File

@ -74,6 +74,8 @@ HII_VENDOR_DEVICE_PATH mFrontPageHiiVendorDevicePath = {
}
};
void AddBGRT();
/**
This function allows a caller to extract the current configuration for one
or more named elements from the target driver.
@ -1234,6 +1236,7 @@ PlatformBdsEnterFrontPage (
mModeInitialized = TRUE;
}
AddBGRT();
//
// goto FrontPage directly when EFI_OS_INDICATIONS_BOOT_TO_FW_UI is set