]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: Support generation of a scope
authorSimon Glass <sjg@chromium.org>
Wed, 8 Jul 2020 03:32:10 +0000 (21:32 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commit82659cc91014df7dfcc55474c1657d1c9b6fe957
tree6f265db5df0bbbb26f89bf67f383aa95e555ae93
parentfea9651084e72fe94aefa0b828854ef5ce2835b4
acpi: Support generation of a scope

Add a function to write a scope to the generated ACPI code.

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>
[bmeng: Fix build failures on Sandbox]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
include/acpi/acpigen.h
lib/acpi/acpigen.c
test/dm/acpi.c
test/dm/acpi.h
test/dm/acpigen.c