From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Thu, 28 May 2020 11:45:14 +0200 Subject: [PATCH v2 15/35] acpi: Support writing an integer In-Reply-To: <20200510203409.203520-13-sjg@chromium.org> References: <20200510203409.203520-13-sjg@chromium.org>, <20200510203409.203520-1-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 v2 15/35] acpi: Support writing an integer > >ACPI supports storing integers in various ways. Add a function to >handle >this. > >Signed-off-by: Simon Glass >--- > >Changes in v2: None >Changes in v1: None > > include/acpi/acpigen.h | 17 ++++++++++++++ > lib/acpi/acpigen.c | 51 >++++++++++++++++++++++++++++++++++++++++++ > test/dm/acpigen.c | 46 +++++++++++++++++++++++++++++++++++++ > 3 files changed, 114 insertions(+) Reviewed-by: Wolfgang Wallner