x86: Allow devices to write an SSDT
authorSimon Glass <sjg@chromium.org>
Tue, 7 Jul 2020 19:12:07 +0000 (13:12 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commit351fef5c579b4cabbd2976e61d1f8a9ef7c06b53
tree14219f2ff10239aa3133dbcc3a7f934c92f279e1
parent0f7b111f70087f60e84f936fbe0c2a0a243a4fec
x86: Allow devices to write an SSDT

Call the new core function to write the SSDT. This is made up of fragments
generated by devices that have the fill_ssdt() method.

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