On Mon, Dec 9, 2019 at 8:32 AM Simon Glass <s...@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 <s...@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...@gmail.com>