x86: apl: Add FSP support
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:40:19 +0000 (17:40 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:30 +0000 (11:44 +0800)
commit2153e8fbfcf88068f47352b7ea16a4ad7f0602bc
tree231dd5b802a0350b9de6476b38458ab038498c4f
parenta9a4b685ded90051a43ab7fe5c9a12b5c01c2b1b
x86: apl: Add FSP support

The memory and silicon init parts of the FSP need support code to work.
Add this for Apollo Lake.

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/fsp_m.c [new file with mode: 0644]
arch/x86/cpu/apollolake/fsp_s.c [new file with mode: 0644]