Commit 519c8090 authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki
Browse files

ACPICA: iASL: Add support for CEDT table

Also, update the CEDT template.

ACPICA commit 1e6dded267b13c4aa0c3e16de0fa89d3b9c880e9

Link: https://github.com/acpica/acpica/commit/1e6dded2


Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarErik Kaneda <erik.kaneda@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 9f400337
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -327,6 +327,7 @@ struct acpi_cedt_header {

enum acpi_cedt_type {
	ACPI_CEDT_TYPE_CHBS = 0,
	ACPI_CEDT_TYPE_RESERVED = 1
};

/*
@@ -336,7 +337,7 @@ enum acpi_cedt_type {
/* 0: CXL Host Bridge Structure */

struct acpi_cedt_chbs {
	ACPI_CEDT_HEADER header;
	struct acpi_cedt_header header;
	u32 uid;
	u32 cxl_version;
	u32 reserved;