]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Prevent from missing the FADT chaining
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 1 Sep 2023 17:27:10 +0000 (11:27 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commitb95bc64b06a1ec1786d9c82d3041c63ca1b4e147
tree75dec7434f83278c19127f53992e902d471b1488
parent2e977b2ce8f63aee6a5197eeb2330da093af44a1
x86: Prevent from missing the FADT chaining

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@linux.intel.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/acpi.c
arch/x86/cpu/baytrail/acpi.c
arch/x86/cpu/quark/acpi.c
arch/x86/cpu/tangier/acpi.c
include/acpi/acpi_table.h