u-boot-brain/lib/acpi
Simon Glass 0e5a0a00d6 acpi: Support writing Device Properties objects via _DSD
More complex device properties can be provided to drivers via a
device-specific data (_DSD) object.

To create this we need to build it up in a separate data structure and
then generate the ACPI code, due to its recursive nature.

Add an implementation of this.

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>
2020-07-17 14:32:24 +08:00
..
acpi_device.c acpi: Support generation of SPI descriptor 2020-07-17 14:32:24 +08:00
acpi_dp.c acpi: Support writing Device Properties objects via _DSD 2020-07-17 14:32:24 +08:00
acpi_table.c acpi: Support generation of ACPI code 2020-07-17 14:32:24 +08:00
acpigen.c acpi: Support writing a UUID 2020-07-17 14:32:24 +08:00
Makefile acpi: Support writing Device Properties objects via _DSD 2020-07-17 14:32:24 +08:00