]> git.ipfire.org Git - thirdparty/u-boot.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)
commitbd47209743341bf68f44cf1bcaa7d797aedd914c
tree31bc8302f165edeab430fa9f05cfc96a0a2913d0
parent070a94600855d895e3aef97a0acfbf4d8fca26e8
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]