x86: Move common LPC code to its own place
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:06:57 +0000 (22:06 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:24 +0000 (10:27 +0800)
commit8c30b571303fffd06615aeeb3143112c7bb00f2a
tree7ffc848c9a8be9d17e408d0e63531d8b73b9d381
parentbb096b9fad65696798ffd1637b30d9cc7951e70c
x86: Move common LPC code to its own place

Some of the LPC code is common to several Intel LPC devices. Move it into a
common location.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/lpc.c [new file with mode: 0644]
arch/x86/cpu/ivybridge/bd82x6x.c
arch/x86/cpu/ivybridge/lpc.c
arch/x86/include/asm/arch-ivybridge/pch.h
arch/x86/include/asm/lpc_common.h [new file with mode: 0644]
board/intel/cougarcanyon2/cougarcanyon2.c