Re: [U-Boot] [PATCH v2 13/51] x86: Move common CPU code to its own place

2016-03-13 Thread Bin Meng
On Sat, Mar 12, 2016 at 1:06 PM, Simon Glass 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 > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Use capitals for header guard >

[U-Boot] [PATCH v2 13/51] x86: Move common CPU code to its own place

2016-03-11 Thread Simon Glass
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 Reviewed-by: Bin Meng --- Changes in v2: - Use capitals for header guard arch/x86/cpu/intel_common/Makefile| 1 + arch/x86/cpu/inte