]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Fix ACPI memory aggregator/device type mismatch
authorChris Jones <christopher.jones@arm.com>
Wed, 6 Oct 2021 10:11:54 +0000 (18:11 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 9 Nov 2021 05:30:11 +0000 (05:30 +0000)
commitd6e6337cd6ee0b7f06578693ea0cef8e428b93f9
tree606033518fcb1ad8b9b120cfa7cb255704edb269
parent8c1b1fe634a233ad7570f2243027d6be8a7849a1
MdePkg: Fix ACPI memory aggregator/device type mismatch

Bugzilla: 3578 (https://bugzilla.tianocore.org/show_bug.cgi?id=3579)

Since the Common Memory Device (formerly Memory Aggregator Device) was
introduced in ACPI 5.0, the edk2 type values have not matched the
values defined in the ACPI specification.

Fix this discrepancy by aligning the code to match the specification.

Signed-off-by: Chris Jones <christopher.jones@arm.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdePkg/Include/IndustryStandard/Acpi50.h
MdePkg/Include/IndustryStandard/Acpi51.h
MdePkg/Include/IndustryStandard/Acpi60.h
MdePkg/Include/IndustryStandard/Acpi61.h
MdePkg/Include/IndustryStandard/Acpi62.h
MdePkg/Include/IndustryStandard/Acpi63.h
MdePkg/Include/IndustryStandard/Acpi64.h