summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Include/Library
diff options
context:
space:
mode:
authorczhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-30 05:56:33 +0000
committerczhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-30 05:56:33 +0000
commit18cf3950226cb7e279f19978ea441ce6639f7bb3 (patch)
tree4490be02bb9f7d056e421dfbeb917ad73873be1c /IntelFrameworkModulePkg/Include/Library
parent402e4a9d777677296945afa020194bf4123885e2 (diff)
downloadedk2-18cf3950226cb7e279f19978ea441ce6639f7bb3.tar.gz
edk2-18cf3950226cb7e279f19978ea441ce6639f7bb3.tar.bz2
edk2-18cf3950226cb7e279f19978ea441ce6639f7bb3.zip
Add 2 new Bds features
1. Lazy ConIn 2. OsIndicationsSupported & OsIndications Signed-off-by: Chao Zhang<chao.b.zhang@intel.com> Reviewed-by: Hot Tian<Hot.Tian@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13566 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Library')
-rw-r--r--IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h b/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h
index 64732e5180..422666abe0 100644
--- a/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h
+++ b/IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h
@@ -4,7 +4,7 @@
2) BDS boot device connect interface.
3) BDS Misc interfaces for mainting boot variable, ouput string.
-Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
@@ -465,6 +465,23 @@ BdsLibConnectAllDefaultConsoles (
VOID
);
+
+/**
+ This function will connect console device except ConIn base on the console
+ device variable ConOut and ErrOut.
+
+ @retval EFI_SUCCESS At least one of the ConOut device have
+ been connected success.
+ @retval EFI_STATUS Return the status of BdsLibConnectConsoleVariable ().
+
+**/
+EFI_STATUS
+EFIAPI
+BdsLibConnectAllDefaultConsolesWithOutConIn (
+ VOID
+ );
+
+
/**
This function updates the console variable based on ConVarName. It can
add or remove one specific console device path from the variable