mirror of https://github.com/acidanthera/audk.git
1, Add logo.bmp to fv file for showing it in graphic mode
2, Hard code timeout to 5 second. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7315 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7fa5d6e149
commit
ba992f96fa
|
@ -61,6 +61,7 @@ READ_STATUS = TRUE
|
|||
READ_LOCK_CAP = TRUE
|
||||
READ_LOCK_STATUS = TRUE
|
||||
|
||||
INF IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
|
||||
INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
||||
INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
||||
INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
||||
|
@ -119,6 +120,11 @@ FILE DRIVER = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F {
|
|||
SECTION PE32 = FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi
|
||||
}
|
||||
|
||||
|
||||
FILE FREEFORM = 7BB28B99-61BB-11D5-9A5D-0090273FC14D {
|
||||
SECTION RAW = MdeModulePkg/Logo/Logo.bmp
|
||||
}
|
||||
|
||||
[Rule.Common.PEI_CORE]
|
||||
FILE PEI_CORE = $(NAMED_GUID) {
|
||||
PE32 PE32 |.efi
|
||||
|
|
|
@ -1209,6 +1209,8 @@ Returns:
|
|||
// Give one chance to enter the setup if we
|
||||
// have the time out
|
||||
//
|
||||
// BUGBUG: hard code timeout to 5 second to show logo in graphic mode.
|
||||
Timeout = 5;
|
||||
if (Timeout != 0) {
|
||||
PlatformBdsEnterFrontPage (Timeout, FALSE);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue