x86: apl: Add a CPU driver
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:40:14 +0000 (17:40 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:29 +0000 (11:44 +0800)
commit6a4c237af93e698b03ab962437aa6f9de552f6a4
tree627b0064080e5779d8e23e27fba635fc84caacb8
parent409d4c6fe984eab55688792e5d9a64afb5d6f095
x86: apl: Add a CPU driver

Add a bare-bones CPU driver so that CPUs can be probed.

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/cpu.c [new file with mode: 0644]
arch/x86/cpu/apollolake/cpu_common.c [new file with mode: 0644]
arch/x86/include/asm/arch-apollolake/cpu.h [new file with mode: 0644]
arch/x86/include/asm/msr-index.h