mirror of https://github.com/acidanthera/audk.git
MdePkg: Remove PPTT ID type structure
Bugzilla: 3697 (https://bugzilla.tianocore.org/show_bug.cgi?id=3697) The ACPI 6.3A specification deprecated the PPTT ID type structure (type 2) therefore remove it from Acpi64.h. Mantis ID: 2072 (https://mantis.uefi.org/mantis/view.php?id=2072) Signed-off-by: Chris Jones <christopher.jones@arm.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
30631f0a26
commit
0077c22f6d
|
@ -2613,7 +2613,6 @@ typedef struct {
|
|||
///
|
||||
#define EFI_ACPI_6_4_PPTT_TYPE_PROCESSOR 0x00
|
||||
#define EFI_ACPI_6_4_PPTT_TYPE_CACHE 0x01
|
||||
#define EFI_ACPI_6_4_PPTT_TYPE_ID 0x02
|
||||
|
||||
///
|
||||
/// PPTT Structure Header
|
||||
|
@ -2737,21 +2736,6 @@ typedef struct {
|
|||
UINT32 CacheId;
|
||||
} EFI_ACPI_6_4_PPTT_STRUCTURE_CACHE;
|
||||
|
||||
///
|
||||
/// ID structure
|
||||
///
|
||||
typedef struct {
|
||||
UINT8 Type;
|
||||
UINT8 Length;
|
||||
UINT8 Reserved[2];
|
||||
UINT32 VendorId;
|
||||
UINT64 Level1Id;
|
||||
UINT64 Level2Id;
|
||||
UINT16 MajorRev;
|
||||
UINT16 MinorRev;
|
||||
UINT16 SpinRev;
|
||||
} EFI_ACPI_6_4_PPTT_STRUCTURE_ID;
|
||||
|
||||
///
|
||||
/// Platform Health Assessment Table (PHAT) Format
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue