From 477be7c4cb4b8504dcd6817871ce1534069494e2 Mon Sep 17 00:00:00 2001 From: gdong1 Date: Fri, 3 Aug 2012 03:27:02 +0000 Subject: 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 Reviewed-by: Ye Ting Reviewed-by: Yao Jiewen git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13590 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'SecurityPkg/Library') diff --git a/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c b/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c index 5316e5b785..4b99ab840d 100644 --- a/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c +++ b/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c @@ -954,6 +954,11 @@ ExecutePendingTpmRequest ( RequestConfirmed = TRUE; 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: // // Invalid operation request. -- cgit v1.2.3