dm: x86: Add a driver for Intel PCH7
authorSimon Glass <sjg@chromium.org>
Tue, 19 Jan 2016 03:19:18 +0000 (20:19 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:07:17 +0000 (12:07 +0800)
commit1ff4f321b69950acca1b06daed89d872a52a337c
tree2587f3068cabe4f34f2000a6829360ab89bd3d47
parentca831f4933dc68d9ed1b6399cbda90068c520005
dm: x86: Add a driver for Intel PCH7

At some point we may need to distinguish between different types of PCHs,
but for existing supported platforms we only need to worry about version 7
and version 9 bridges. Add a driver for the PCH7.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pch/Makefile
drivers/pch/pch7.c [new file with mode: 0644]
include/pch.h