
16 Jun
2020
16 Jun
'20
1:31 p.m.
Hi Simon,
-----"Simon Glass" sjg@chromium.org schrieb: -----
Betreff: [PATCH v3 29/35] acpi: Support ordering SSDT data by device
Add a /chosen property to control the order in which the data appears in the SSDT. This allows matching up U-Boot's output from a dump of the known-good data obtained from within Linux.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Make find_item() static and rename to find_acpi_item()
- Rename build_type() and add a comment
Changes in v1:
- Generalise the ACPI function recursion with acpi_recurse_method()
arch/sandbox/dts/test.dts | 5 +- doc/device-tree-bindings/chosen.txt | 9 ++++ drivers/core/acpi.c | 75 +++++++++++++++++++++++++++++ test/dm/acpi.c | 15 +++--- 4 files changed, 96 insertions(+), 8 deletions(-)
Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com