Antwort: [PATCH v2 33/39] acpi: Add support for SSDT generation
Wolfgang Wallner
wolfgang.wallner at br-automation.com
Thu Mar 19 08:39:48 CET 2020
Hi Simon,
during the review of a later patch I spotted a typo in this patch
that I missed initially, see below.
"Simon Glass" <sjg at chromium.org> schrieb am 09.03.2020 04:44:57:
> Betreff: [PATCH v2 33/39] acpi: Add support for SSDT generation
>
> Some devices need to generate code for the Secondary System Descriptor
> Table (SSDT). Add a method to handle this.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
[snip]
> diff --git a/drivers/core/acpi.c b/drivers/core/acpi.c
> index 10bac38c1d..d2f6a9a9d1 100644
> --- a/drivers/core/acpi.c
> +++ b/drivers/core/acpi.c
> @@ -17,6 +17,7 @@
> /* Type of method to call */
> enum method_t {
> METHOD_WRITE_TABLES,
> + METHOD_FILL_SDDT,
typo: this should be METHOD_FILL_SSDT
> };
>
regards, Wolfgang
More information about the U-Boot
mailing list