]> Git Repo - u-boot.git/commit
x86: Move P2SB from Apollo Lake to a more generic location
authorWolfgang Wallner <[email protected]>
Tue, 4 Feb 2020 08:04:56 +0000 (09:04 +0100)
committerBin Meng <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
arch/x86/Kconfig
arch/x86/cpu/apollolake/Kconfig
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/apollolake/p2sb.c [deleted file]
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/p2sb.c [new file with mode: 0644]
This page took 0.035179 seconds and 4 git commands to generate.