Re: [U-Boot] [PATCH v2 17/51] x86: Move common PCH code into a common place

2016-03-13 Thread Bin Meng
Hi Simon, On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass wrote: > The SATA indexed register write functions are common to several Intel PCHs. > Move this into a common location. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/intel_common/Makefile| 1 + > ar

[U-Boot] [PATCH v2 17/51] x86: Move common PCH code into a common place

2016-03-11 Thread Simon Glass
The SATA indexed register write functions are common to several Intel PCHs. Move this into a common location. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/intel_common/Makefile| 1 + arch/x86/cpu/intel_common/pch_common.c| 25 ++ arch/x86/cpu/ivybrid