]> Git Repo - u-boot.git/commit - arch/x86/cpu/ivybridge/cpu.c
x86: Move common CPU code to its own place
authorSimon Glass <[email protected]>
Sat, 12 Mar 2016 05:06:58 +0000 (22:06 -0700)
committerBin Meng <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
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
This page took 0.034149 seconds and 4 git commands to generate.