[PATCH v1 08/43] acpi: Export functions to write sized values

Bin Meng bmeng.cn at gmail.com
Tue Jun 30 04:49:15 CEST 2020


Hi Simon,

On Mon, Jun 15, 2020 at 11:57 AM Simon Glass <sjg at 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 at 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@chromium.org/

Regards,
Bin


More information about the U-Boot mailing list