On Wed, Mar 16, 2016 at 9:44 PM, Simon Glass <[email protected]> wrote: > The SATA indexed register write functions are common to several Intel PCHs. > Move this into a common location. > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v3: > - Rename pch_common.c to pch.c > > Changes in v2: None > > arch/x86/cpu/intel_common/Makefile | 1 + > arch/x86/cpu/intel_common/pch.c | 25 ++++++++++++++ > arch/x86/cpu/ivybridge/cpu.c | 1 + > arch/x86/cpu/ivybridge/sata.c | 47 +++++++++----------------- > arch/x86/include/asm/arch-ivybridge/pch.h | 53 ----------------------------- > arch/x86/include/asm/pch_common.h | 56 > +++++++++++++++++++++++++++++++ > 6 files changed, 99 insertions(+), 84 deletions(-) > create mode 100644 arch/x86/cpu/intel_common/pch.c > create mode 100644 arch/x86/include/asm/pch_common.h >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

