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

2023-09-19 Thread Bin Meng
On Sat, Sep 2, 2023 at 1:27 AM Simon Glass wrote: > > From: Andy Shevchenko > > 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 > Signed-off-by: Simon

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

2023-09-01 Thread Simon Glass
From: Andy Shevchenko 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 Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/cpu/apollolake/acpi.c |