]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3b4270f57f24954ad08f3d3c317b87300c07d13d
tree14219f2ff10239aa3133dbcc3a7f934c92f279e1
parentfdbb18c76d8eeac68df5f4e729d73dfbb7bcb901
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