]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Move common CPU code to its own place
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:06:58 +0000 (22:06 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:24 +0000 (10:27 +0800)
commit50dd3da0042b4502bab622ef7f72f628b842cf26
tree6ca8ff4c15c6ec456b0b44e743e04ef4b7b59a1f
parent8c30b571303fffd06615aeeb3143112c7bb00f2a
x86: Move common CPU code to its own place

Some of the Intel CPU code is common to several Intel CPUs. Move it into a
common location along with required declarations.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/cpu.c [new file with mode: 0644]
arch/x86/cpu/ivybridge/cpu.c
arch/x86/include/asm/arch-ivybridge/pch.h
arch/x86/include/asm/cpu_common.h [new file with mode: 0644]
arch/x86/include/asm/intel_regs.h