X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FSmmCpu.h;h=2e7f7c3db049fb6d84504f45dde36df49da304f5;hb=8f3446d8ee7b581334b61d19dca3f5b48f0a0b00;hp=03342366c436f8ef8062424c25f90a19ace57300;hpb=9fddf05b7e4e93a5e49d3195ada27552beff6c73;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/SmmCpu.h b/MdePkg/Include/Protocol/SmmCpu.h index 03342366c4..2e7f7c3db0 100644 --- a/MdePkg/Include/Protocol/SmmCpu.h +++ b/MdePkg/Include/Protocol/SmmCpu.h @@ -6,8 +6,8 @@ but not in the same format. These so-called pseudo-registers provide this information in a standard format. - Copyright (c) 2009, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2009 - 2012, 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 http://opensource.org/licenses/bsd-license.php @@ -106,7 +106,8 @@ typedef enum { /// Pseudo-Registers /// 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; /// @@ -151,9 +152,7 @@ typedef struct _EFI_SMM_SAVE_STATE_IO_INFO { /// instructions (OUT, OUTS) this is data that was written before the SMI occurred. The /// width of the data is specified by IoWidth. /// - /// Note: inconsistency with PI 1.2 spec here. wait for spec update. - /// - UINTN IoData; + UINT64 IoData; /// /// The I/O port that was being accessed when the SMI was triggered. ///