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>
Showing
- arch/x86/cpu/intel_common/Makefile 1 addition, 0 deletionsarch/x86/cpu/intel_common/Makefile
- arch/x86/cpu/intel_common/cpu.c 111 additions, 0 deletionsarch/x86/cpu/intel_common/cpu.c
- arch/x86/cpu/ivybridge/cpu.c 6 additions, 74 deletionsarch/x86/cpu/ivybridge/cpu.c
- arch/x86/include/asm/arch-ivybridge/pch.h 0 additions, 2 deletionsarch/x86/include/asm/arch-ivybridge/pch.h
- arch/x86/include/asm/cpu_common.h 35 additions, 0 deletionsarch/x86/include/asm/cpu_common.h
- arch/x86/include/asm/intel_regs.h 9 additions, 0 deletionsarch/x86/include/asm/intel_regs.h
Loading
Please register or sign in to comment