[U-Boot] [PATCH v2 13/51] x86: Move common CPU code to its own place
Bin Meng
bmeng.cn at gmail.com
Mon Mar 14 05:44:03 CET 2016
On Sat, Mar 12, 2016 at 1:06 PM, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Use capitals for header guard
>
> arch/x86/cpu/intel_common/Makefile | 1 +
> arch/x86/cpu/intel_common/cpu.c | 111 ++++++++++++++++++++++++++++++
> arch/x86/cpu/ivybridge/cpu.c | 82 ++--------------------
> arch/x86/include/asm/arch-ivybridge/pch.h | 2 -
> arch/x86/include/asm/cpu_common.h | 35 ++++++++++
> arch/x86/include/asm/intel_regs.h | 9 +++
> 6 files changed, 162 insertions(+), 78 deletions(-)
> create mode 100644 arch/x86/cpu/intel_common/cpu.c
> create mode 100644 arch/x86/include/asm/cpu_common.h
>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list