x86: Add basic support for broadwell
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:07:18 +0000 (22:07 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:25 +0000 (10:27 +0800)
commit2f3f477b77d3a528de41e52a8ba874fd47fb6513
treedaf0f7f7207c9ff3be56fbdfba2ad3f5a9c6fb37
parentc13dcb3dc7aeaf0a78daff0a3d28eaaa94ad1f28
x86: Add basic support for broadwell

This adds the broadwell architecture, with the CPU driver and some useful
header files.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/Kconfig
arch/x86/cpu/Makefile
arch/x86/cpu/broadwell/Kconfig [new file with mode: 0644]
arch/x86/cpu/broadwell/Makefile [new file with mode: 0644]
arch/x86/cpu/broadwell/cpu.c [new file with mode: 0644]
arch/x86/include/asm/arch-broadwell/cpu.h [new file with mode: 0644]
arch/x86/include/asm/arch-broadwell/iomap.h [new file with mode: 0644]
arch/x86/include/asm/arch-broadwell/me.h [new file with mode: 0644]
arch/x86/include/asm/arch-broadwell/rcb.h [new file with mode: 0644]
arch/x86/include/asm/arch-broadwell/spi.h [new file with mode: 0644]