Skip to content

Commit

Permalink
ACPICA: iASL: Add support for CEDT table
Browse files Browse the repository at this point in the history
Also, update the CEDT template.

ACPICA commit 1e6dded267b13c4aa0c3e16de0fa89d3b9c880e9

Link: https://github.com/acpica/acpica/commit/1e6dded2
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Apr 7, 2021
1 parent 9f40033 commit 519c809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ struct acpi_cedt_header {

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

/*
Expand All @@ -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;
Expand Down

0 comments on commit 519c809

Please sign in to comment.