[PATCH v3 2/2] x86: Prevent from missing the FADT chaining

Bin Meng bmeng.cn at gmail.com
Tue Sep 19 09:57:46 CEST 2023


On Sat, Sep 2, 2023 at 1:27 AM Simon Glass <sjg at chromium.org> wrote:
>
> From: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
>
> Recent approach with FADT writer shows that there is
> a room for subtle errors. Prevent this from happening
> again by introducing acpi_add_fadt() helper.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>  arch/x86/cpu/apollolake/acpi.c | 6 +-----
>  arch/x86/cpu/baytrail/acpi.c   | 6 +-----
>  arch/x86/cpu/quark/acpi.c      | 6 +-----
>  arch/x86/cpu/tangier/acpi.c    | 6 +-----
>  include/acpi/acpi_table.h      | 7 +++++++
>  5 files changed, 11 insertions(+), 20 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list