
13 Jul
2020
13 Jul
'20
7:29 a.m.
On Wed, Jul 8, 2020 at 11:33 AM Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Rename parameter from 'name' to 'scope'
include/acpi/acpigen.h | 9 +++++++++ lib/acpi/acpigen.c | 7 +++++++ test/dm/acpi.c | 3 +-- test/dm/acpigen.c | 30 ++++++++++++++++++++++++++++++ 4 files changed, 47 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com