x86: apl: Add P2SB driver
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:40:16 +0000 (17:40 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:29 +0000 (11:44 +0800)
commit46c674bfdea61fa8d9a4a5dc74074a9cea14fb02
treebe5e847082c5cde2032819ff0fd6254a18898229
parent4dc0ab35511b08f7ab90dbac184a45b606d8dd81
x86: apl: Add P2SB driver

Adds a driver for the Apollo Lake Primary-to-sideband bus. This supports
various child devices. It supposed both device tree and of-platdata.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/apollolake/p2sb.c [new file with mode: 0644]