x86: broadwell: Add a PCH driver
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:07:19 +0000 (22:07 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:25 +0000 (10:27 +0800)
commit1e6f4e58862088f31cae350d73f0b1162d0ceb46
tree7e8a990f9adc382bd285ea33a443b9becd8835de
parent2f3f477b77d3a528de41e52a8ba874fd47fb6513
x86: broadwell: Add a PCH driver

Add a driver for the broadwell low-power platform controller hub.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/broadwell/Makefile
arch/x86/cpu/broadwell/iobp.c [new file with mode: 0644]
arch/x86/cpu/broadwell/pch.c [new file with mode: 0644]
arch/x86/include/asm/arch-broadwell/pch.h [new file with mode: 0644]