
13 Jul
2020
13 Jul
'20
4:41 a.m.
On Wed, Jul 8, 2020 at 3:12 AM Simon Glass sjg@chromium.org wrote:
Add a function to write an interrupt descriptor to the generated ACPI code.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Wolfgang Wallner wolfgang.wallner@br-automation.com
Changes in v4:
- Rename the length-writing functions to indicate they are for large resources
include/acpi/acpi_device.h | 15 +++++ lib/acpi/acpi_device.c | 119 +++++++++++++++++++++++++++++++++++++ test/dm/acpigen.c | 32 ++++++++++ 3 files changed, 166 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com