From ba992f96faae5e304c484c70f028a6780c9a290a Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 20 Jan 2009 03:23:21 +0000 Subject: 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 --- DuetPkg/Library/DuetBdsLib/BdsPlatform.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DuetPkg/Library') 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); } -- cgit v1.2.3