]> git.baikalelectronics.ru Git - uboot.git/commit
x86: apl: Add systemagent driver
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:32:10 +0000 (17:32 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:27 +0000 (11:44 +0800)
commit1e2d6b0679a72771909bdffbb6f97cd1a3ca182b
tree31bc8302f165edeab430fa9f05cfc96a0a2913d0
parent8d15fee6f4fc075e939a6a5d34b850c732c1780a
x86: apl: Add systemagent driver

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/apollolake/systemagent.c [new file with mode: 0644]
arch/x86/include/asm/arch-apollolake/systemagent.h [new file with mode: 0644]