]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7f0f89e7553238254527105d2e1913a4b1f9e2f0
tree0836a3040c4971774c426d8798e356156318ff08
parente3237968535d53410b4490af37bd94f4699c8fd2
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