]> git.proxmox.com Git - mirror_edk2.git/commitdiff
[Description]
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 Mar 2008 09:30:26 +0000 (09:30 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 17 Mar 2008 09:30:26 +0000 (09:30 +0000)
ICH9x supports a new SMI type-IchnGpioUnlock. Then IchnGpioUnlock should be added to the enum definition EFI_SMM_ICHN_SMI_TYPE
[Impaction]
modify the SmmIchnDispatch.h file
[Reference Info]
ICH9x supports a new SMI type-IchnGpioUnlock.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4862 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Protocol/SmmIchnDispatch.h

index e4bf7379a7b05b5c1274ffd706907f42759efd3a..49c5b8b44ac932bcf781203a05422b90830b46f0 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This file declares EFI Smm ICH [N] Specific Smi Child Protocol\r
 \r
-  Copyright (c) 2007, Intel Corporation\r
+  Copyright (c) 2008, Intel Corporation\r
   All rights reserved. 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
@@ -86,6 +86,11 @@ typedef enum {
   IchnIoTrap2,\r
   IchnIoTrap1,\r
   IchnIoTrap0,\r
+  IchnPciExpress,\r
+  IchnMonitor,\r
+  IchnSpi,\r
+  IchnQRT,\r
+  IchnGpioUnlock,\r
   //\r
   // INSERT NEW ITEMS JUST BEFORE THIS LINE\r
   //\r