summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-17 09:30:26 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-17 09:30:26 +0000
commit9d19852267252160876e42c3ca018ce718b5e604 (patch)
treeb055c9c4ee0233fab5b153f018c918c9976c0061 /IntelFrameworkPkg/Include
parentb6f968f5590b996a65e48c7f42ca72ba12c2538e (diff)
downloadedk2-9d19852267252160876e42c3ca018ce718b5e604.tar.gz
edk2-9d19852267252160876e42c3ca018ce718b5e604.tar.bz2
edk2-9d19852267252160876e42c3ca018ce718b5e604.zip
[Description]
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
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/SmmIchnDispatch.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmIchnDispatch.h b/IntelFrameworkPkg/Include/Protocol/SmmIchnDispatch.h
index e4bf7379a7..49c5b8b44a 100644
--- a/IntelFrameworkPkg/Include/Protocol/SmmIchnDispatch.h
+++ b/IntelFrameworkPkg/Include/Protocol/SmmIchnDispatch.h
@@ -1,7 +1,7 @@
/** @file
This file declares EFI Smm ICH [N] Specific Smi Child Protocol
- Copyright (c) 2007, Intel Corporation
+ Copyright (c) 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -86,6 +86,11 @@ typedef enum {
IchnIoTrap2,
IchnIoTrap1,
IchnIoTrap0,
+ IchnPciExpress,
+ IchnMonitor,
+ IchnSpi,
+ IchnQRT,
+ IchnGpioUnlock,
//
// INSERT NEW ITEMS JUST BEFORE THIS LINE
//