On Sat, Sep 2, 2023 at 1:27 AM Simon Glass <s...@chromium.org> wrote: > > From: Andy Shevchenko <andriy.shevche...@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.shevche...@linux.intel.com> > Signed-off-by: Simon Glass <s...@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...@gmail.com>