x86: Move P2SB from Apollo Lake to a more generic location
authorWolfgang Wallner <wolfgang.wallner@br-automation.com>
Tue, 4 Feb 2020 08:04:56 +0000 (09:04 +0100)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 7 Feb 2020 14:41:24 +0000 (22:41 +0800)
commit2999846c112712ec3bcd4f1937006dd62d3b20e3
treefc39f27046ad319424c24eeceba4af41e28ace5a
parent8a6ffeda97dfda5263ef40e1a4efb25b032ce04c
x86: Move P2SB from Apollo Lake to a more generic location

The Primary to Sideband Bridge (P2SB) is not specific to Apollo Lake, so
move its driver to a common location within arch/x86.

Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/Kconfig
arch/x86/cpu/apollolake/Kconfig
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/p2sb.c [moved from arch/x86/cpu/apollolake/p2sb.c with 100% similarity]