[PATCH v7 03/17] x86: apl: Add systemagent driver

Bin Meng bmeng.cn at gmail.com
Sun Dec 15 01:36:44 CET 2019


On Tue, Dec 10, 2019 at 10:06 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Mon, Dec 9, 2019 at 8:32 AM Simon Glass <sjg at chromium.org> wrote:
> >
> > This driver handles communication with the systemagent which needs to be
> > told when U-Boot has completed its init.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> >
> > ---
> >
> > Changes in v7:
> > - Add a comment to enable_bios_reset_cpl()
> >
> > Changes in v6: None
> > Changes in v5: None
> > Changes in v4:
> > - Add a comment for enable_bios_reset_cpl()
> > - Tidy up header guards
> > - use GENMASK() for VTBAR_MASK
> >
> > Changes in v3: None
> > Changes in v2: None
> >
> >  arch/x86/cpu/apollolake/Makefile              |  2 +
> >  arch/x86/cpu/apollolake/systemagent.c         | 23 ++++++++++++
> >  .../include/asm/arch-apollolake/systemagent.h | 37 +++++++++++++++++++
> >  3 files changed, 62 insertions(+)
> >  create mode 100644 arch/x86/cpu/apollolake/systemagent.c
> >  create mode 100644 arch/x86/include/asm/arch-apollolake/systemagent.h
> >
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list