mirror of https://github.com/acidanthera/audk.git
MdePkg ACPI60: Update MADT Revision per ACPI 6.0 Errata A
Fix issue: https://bugzilla.tianocore.org/show_bug.cgi?id=94 Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
b84621bcbd
commit
50506050d1
|
@ -1,5 +1,5 @@
|
|||
/** @file
|
||||
ACPI 6.0 definitions from the ACPI Specification Revision 6.0 April, 2015.
|
||||
ACPI 6.0 definitions from the ACPI Specification Revision 6.0 Errata A January, 2016.
|
||||
|
||||
Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||
(C) Copyright 2015-2016 Hewlett Packard Enterprise Development LP<BR>
|
||||
|
@ -290,9 +290,9 @@ typedef struct {
|
|||
} EFI_ACPI_6_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER;
|
||||
|
||||
///
|
||||
/// MADT Revision (as defined in ACPI 6.0 spec.)
|
||||
/// MADT Revision (as defined in ACPI 6.0 Errata A spec.)
|
||||
///
|
||||
#define EFI_ACPI_6_0_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION 0x03
|
||||
#define EFI_ACPI_6_0_MULTIPLE_APIC_DESCRIPTION_TABLE_REVISION 0x04
|
||||
|
||||
///
|
||||
/// Multiple APIC Flags
|
||||
|
|
Loading…
Reference in New Issue