Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/72756 )
Change subject: acpi/acpi.h: Add a comment for dsdt field ......................................................................
acpi/acpi.h: Add a comment for dsdt field
Change-Id: I75bae70ad8a027d2d3537d77c8902b7a848a24c1 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/include/acpi/acpi.h 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/72756/1
diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index b92c77e..4a70be3 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -772,7 +772,7 @@ typedef struct acpi_fadt { acpi_header_t header; u32 firmware_ctrl; - u32 dsdt; + u32 dsdt; /* 6.0 Errata: if x_dsdt != 0, dsdt should be ignored or deprecated */ u8 reserved; /* Should be 0 */ u8 preferred_pm_profile; u16 sci_int;