mirror of https://github.com/acidanthera/audk.git
[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
This commit is contained in:
parent
b6f968f559
commit
9d19852267
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue