Fix physical presence request failure for PHYSICAL_PRESENCE_SET_NO_PPI_PROVISION_TRUE, PHYSICAL_PRESENCE_SET_NO_PPI_CLEAR_TRUE and PHYSICAL_PRESENCE_SET_NO_PPI_MAINTENANCE_TRUE.
Signed-off-by: Dong Guo <guo.dong@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Yao Jiewen <jiewen.yao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13590 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -954,6 +954,11 @@ ExecutePendingTpmRequest (
|
|||||||
RequestConfirmed = TRUE;
|
RequestConfirmed = TRUE;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case PHYSICAL_PRESENCE_SET_NO_PPI_PROVISION_TRUE:
|
||||||
|
case PHYSICAL_PRESENCE_SET_NO_PPI_CLEAR_TRUE:
|
||||||
|
case PHYSICAL_PRESENCE_SET_NO_PPI_MAINTENANCE_TRUE:
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
//
|
//
|
||||||
// Invalid operation request.
|
// Invalid operation request.
|
||||||
|
Reference in New Issue
Block a user