]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPICA: infrastructure: Add new header and ACPI_DMT_BUF26 types
authorTony Luck <tony.luck@intel.com>
Fri, 25 Apr 2025 19:23:17 +0000 (21:23 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 May 2025 13:38:41 +0000 (15:38 +0200)
commit67f9d690c94ad97f03e055e1444f5471b2d44e4c
tree6ca0477dc92f7970a277b25d02d47dfdcd42a336
parentf61c39494901d729d5c21ba92040e9164ea957be
ACPICA: infrastructure: Add new header and ACPI_DMT_BUF26 types

ACPICA commit 52840d3826bd7e183fcb555e044e190aea0b5021

New MRRM tables can have subtables that are larger than 255 bytes.

Add a new header typedef that uses u16 for Length. Could be
backported to acpi_aspt_header, struct acpi_dmar_header, struct acpi_nfit_header,
struct acpi_prmt_module_header, struct acpi_prmt_module_info. Will be used for
upcoming ERDT table.

MRRM table has a 26-byte reserved section in header. Add ACPI_DMT_BUF26
to describe this in struct acpi_dmtable_info.

Link: https://github.com/acpica/acpica/commit/52840d38
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/3005638.e9J7NaK4W3@rjwysocki.net
include/acpi/actbl1.h