summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake/systemagent.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-15x86: apl: Add systemagent driverSimon Glass1-0/+23
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>