]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Add ACPI 6.5 header
authorChao Li <lichao@loongson.cn>
Tue, 17 Jan 2023 08:05:52 +0000 (16:05 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 31 Jan 2023 02:27:58 +0000 (02:27 +0000)
commitc5ef1f01a1564d5579016c9391a530c77df8bd70
treeb64efac7f53ce0df0a4c0635f7bb5bceed82b25f
parent620cddb1e0e92e16407d4f2354cf85f49b7306c7
MdePkg: Add ACPI 6.5 header

Create Acpi65.h, which is copied from Acpi64.h, and make the following
changes:

1. Replace all occurences of "6.4/6_4" with "6.5/6_5".
2. Incremented FADT minor revision.
3. Make Acpi65.h the latest ACPI definitions that Acpi.h contains.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4306

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Chao Li <lichao@loongson.cn>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdePkg/Include/IndustryStandard/Acpi.h
MdePkg/Include/IndustryStandard/Acpi65.h [new file with mode: 0644]