]> git.baikalelectronics.ru Git - uboot.git/commit
acpi: Record the items added to SSDT
authorSimon Glass <sjg@chromium.org>
Tue, 7 Jul 2020 19:12:05 +0000 (13:12 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commit8be29073c0ce539f24c62dedb061e1167543e94f
treec5cad3382145e83a753472504055cb8160580227
parent7a710ce69896db185915cf56449ea6edf3cecb6e
acpi: Record the items added to SSDT

It is useful to be able to control the order of data written to the SSDT
so that we can compare the output against known-good kernel dumps.

Add code to record each item that is added along with the device that
added it. That allows us to reorder things later if needed.

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>
drivers/core/acpi.c