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@13568 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
czhang46 2012-07-30 06:06:32 +00:00
parent 838a9c58c9
commit b5eb03cf4b
1 changed files with 4 additions and 0 deletions

View File

@ -1720,6 +1720,10 @@ EFI_STATUS
OUT UINT64 *MaximumVariableSize OUT UINT64 *MaximumVariableSize
); );
//
// Firmware should stop at a firmware user interface on next boot
//
#define EFI_OS_INDICATIONS_BOOT_TO_FW_UI 0x0000000000000001
// //
// EFI Runtime Services Table // EFI Runtime Services Table