[PATCH v7 03/17] x86: apl: Add systemagent driver
Bin Meng
bmeng.cn at gmail.com
Tue Dec 10 15:06:12 CET 2019
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>
More information about the U-Boot
mailing list