From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Thu, 25 Jun 2020 12:55:12 +0200 Subject: [PATCH v1 14/43] acpi: Support writing named values In-Reply-To: <20200615035738.248710-11-sjg@chromium.org> References: <20200615035738.248710-11-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, -----"Simon Glass" schrieb: ----- > Betreff: [PATCH v1 14/43] acpi: Support writing named values > > Allow writing named integers and strings to the generated ACPI code. > > Signed-off-by: Simon Glass > --- > > include/acpi/acpigen.h | 72 ++++++++++++++++++++++++++++++++++++++ > lib/acpi/acpigen.c | 49 ++++++++++++++++++++++++++ > test/dm/acpigen.c | 78 ++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 199 insertions(+) Reviewed-by: Wolfgang Wallner