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:
klu2
2009-01-20 03:23:21 +00:00
parent 7fa5d6e149
commit ba992f96fa
2 changed files with 8 additions and 0 deletions

View File

@@ -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);
}