
30 Jun
2020
30 Jun
'20
4:49 a.m.
Hi Simon,
On Mon, Jun 15, 2020 at 11:57 AM Simon Glass sjg@chromium.org wrote:
At present only acpigen_write_integer() is exported for use by other code. But in some cases it is useful to call the specific function depending on the size of the value.
Export these functions and add a test.
Signed-off-by: Simon Glass sjg@chromium.org
include/acpi/acpigen.h | 46 ++++++++++++++++++++++++++++++++++++++++++ test/dm/acpigen.c | 45 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 90 insertions(+), 1 deletion(-)
Since the acpigen_write_integer() patch has not been applied, could you please squash this patch into:
[v3,15/35] acpi: Support writing an integer http://patchwork.ozlabs.org/project/uboot/patch/20200614025523.40183-5-sjg@c...
Regards, Bin