summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/arch-apollolake/cpu.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: apl: Add core init for the SoCSimon Glass2020-11-051-0/+14
| | | | | | | | Set up MSRs required for Apollo Lake. This enables Linux to use the timers correctly. Also write the fixed MSRs for this platform. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
* x86: apl: Add a CPU driverSimon Glass2019-12-151-0/+20
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>