On Mon, Jun 15, 2020 at 11:57 AM Simon Glass <s...@chromium.org> wrote: > > Allow writing named integers and strings to the generated ACPI code. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > include/acpi/acpigen.h | 72 ++++++++++++++++++++++++++++++++++++++ > lib/acpi/acpigen.c | 49 ++++++++++++++++++++++++++ > test/dm/acpigen.c | 78 ++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 199 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>