x86: Allow devices to write ACPI tables
authorSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 15:19:48 +0000 (09:19 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 30 Apr 2020 09:16:12 +0000 (17:16 +0800)
commit5f5ab0d3bfbf2c6e324bea980eddd3abfde62519
tree0836a3040c4971774c426d8798e356156318ff08
parent86e1778ded011051774e20faaefe4b12a838b1a0
x86: Allow devices to write ACPI tables

Call the new core function to permit devices to write their own ACPI
tables. These tables will appear after all other tables.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
arch/x86/lib/acpi_table.c