x86: Move common PCH code into a common place
The SATA indexed register write functions are common to several Intel PCHs. Move this into a common location. 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/pch.c 25 additions, 0 deletionsarch/x86/cpu/intel_common/pch.c
- arch/x86/cpu/ivybridge/cpu.c 1 addition, 0 deletionsarch/x86/cpu/ivybridge/cpu.c
- arch/x86/cpu/ivybridge/sata.c 16 additions, 31 deletionsarch/x86/cpu/ivybridge/sata.c
- arch/x86/include/asm/arch-ivybridge/pch.h 0 additions, 53 deletionsarch/x86/include/asm/arch-ivybridge/pch.h
- arch/x86/include/asm/pch_common.h 56 additions, 0 deletionsarch/x86/include/asm/pch_common.h
Loading
Please register or sign in to comment