mirror of https://github.com/acidanthera/audk.git
MdePkg SmmCpu.h: Add EFI_SMM_SAVE_STATE_REGISTER_PROCESSOR_ID in enum EFI_SMM_SAVE_STATE_REGISTER Per PI 1.2.1 spec.
Signed-off-by: Sun Rui <rui.sun@intel.com> Reviewed-by: Fan Jeff <jeff.fan@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13374 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a5f15e3025
commit
650b87cc1b
|
@ -6,7 +6,7 @@
|
||||||
but not in the same format. These so-called pseudo-registers provide this information in a standard
|
but not in the same format. These so-called pseudo-registers provide this information in a standard
|
||||||
format.
|
format.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -106,7 +106,8 @@ typedef enum {
|
||||||
/// Pseudo-Registers
|
/// Pseudo-Registers
|
||||||
///
|
///
|
||||||
EFI_SMM_SAVE_STATE_REGISTER_IO = 512,
|
EFI_SMM_SAVE_STATE_REGISTER_IO = 512,
|
||||||
EFI_SMM_SAVE_STATE_REGISTER_LMA = 513
|
EFI_SMM_SAVE_STATE_REGISTER_LMA = 513,
|
||||||
|
EFI_SMM_SAVE_STATE_REGISTER_PROCESSOR_ID = 514
|
||||||
} EFI_SMM_SAVE_STATE_REGISTER;
|
} EFI_SMM_SAVE_STATE_REGISTER;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue