diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-20 03:23:21 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-01-20 03:23:21 +0000 |
commit | ba992f96faae5e304c484c70f028a6780c9a290a (patch) | |
tree | 03f81c3fefbdc75bc8544261892ea82ee7393a12 /DuetPkg/Library/DuetBdsLib | |
parent | 7fa5d6e14945d922313db899da45637c6aea17e7 (diff) | |
download | edk2-platforms-ba992f96faae5e304c484c70f028a6780c9a290a.tar.xz |
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
Diffstat (limited to 'DuetPkg/Library/DuetBdsLib')
-rw-r--r-- | DuetPkg/Library/DuetBdsLib/BdsPlatform.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DuetPkg/Library/DuetBdsLib/BdsPlatform.c b/DuetPkg/Library/DuetBdsLib/BdsPlatform.c index f3fc396757..7a4f7e8af3 100644 --- a/DuetPkg/Library/DuetBdsLib/BdsPlatform.c +++ b/DuetPkg/Library/DuetBdsLib/BdsPlatform.c @@ -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);
}
|