projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f40033
)
ACPICA: iASL: Add support for CEDT table
author
Bob Moore
<robert.moore@intel.com>
Tue, 6 Apr 2021 21:30:24 +0000
(14:30 -0700)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 7 Apr 2021 17:09:01 +0000
(19:09 +0200)
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>
include/acpi/actbl1.h
patch
|
blob
|
history
diff --git
a/include/acpi/actbl1.h
b/include/acpi/actbl1.h
index 7b286766e810cb40b3b77a5f74d0c527fa5de1b2..ce59903c2695e61d1db245d27743887885878e4b 100644
(file)
--- a/
include/acpi/actbl1.h
+++ b/
include/acpi/actbl1.h
@@
-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;