BaseTools: Add reconnect request flag for question.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17514 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -422,7 +422,11 @@ public:
|
||||
if (_FLAG_TEST_AND_CLEAR (Flags, EFI_IFR_FLAG_RESET_REQUIRED)) {
|
||||
mHeader->Flags |= EFI_IFR_FLAG_RESET_REQUIRED;
|
||||
}
|
||||
|
||||
|
||||
if (_FLAG_TEST_AND_CLEAR (Flags, EFI_IFR_FLAG_RECONNECT_REQUIRED)) {
|
||||
mHeader->Flags |= EFI_IFR_FLAG_RECONNECT_REQUIRED;
|
||||
}
|
||||
|
||||
//
|
||||
// Set LateCheck Flag to compatible for framework flag
|
||||
// but it uses 0x20 as its flag, if in the future UEFI may take this flag
|
||||
|
Reference in New Issue
Block a user