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

Simon Glass sjg at chromium.org
Wed Jul 8 04:23:01 CEST 2020


Hi Bin,

On Mon, 29 Jun 2020 at 20:49, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> 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/

Oh, I've already resent that series. I tend to work one at a time.
Feel free to squash if you like but I think this merits a different
patch.

Regards,
SImon


More information about the U-Boot mailing list