]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/TcgSmm/TcgSmm.c
SecurityPkg: Tcg: New field for User Confirmation Status
[mirror_edk2.git] / SecurityPkg / Tcg / TcgSmm / TcgSmm.c
index 96fb456ccd9bd1c3c6dcb0e4f53bbaa1f5b614ce..589bab694b3ad4affbb6aa0bbf322d21653f910e 100644 (file)
@@ -8,7 +8,7 @@
 \r
   PhysicalPresenceCallback() and MemoryClearCallback() will receive untrusted input and do some check.\r
 \r
-Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
@@ -152,7 +152,7 @@ PhysicalPresenceCallback (
 \r
     RequestConfirmed = FALSE;\r
 \r
-    switch (mTcgNvs->PhysicalPresence.Request) {\r
+    switch (mTcgNvs->PPRequestUserConfirm) {\r
       case PHYSICAL_PRESENCE_ENABLE:\r
       case PHYSICAL_PRESENCE_DISABLE:\r
       case PHYSICAL_PRESENCE_ACTIVATE:\r