
14 Mar
2016
14 Mar
'16
7:14 a.m.
On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Use setio_32() instead of setio_le32(), etc.
- Use capitals for header guard
arch/x86/cpu/broadwell/Makefile | 2 + arch/x86/cpu/broadwell/iobp.c | 144 ++++++++ arch/x86/cpu/broadwell/pch.c | 540 ++++++++++++++++++++++++++++++ arch/x86/include/asm/arch-broadwell/pch.h | 153 +++++++++ 4 files changed, 839 insertions(+) create mode 100644 arch/x86/cpu/broadwell/iobp.c create mode 100644 arch/x86/cpu/broadwell/pch.c create mode 100644 arch/x86/include/asm/arch-broadwell/pch.h
applied to u-boot-x86/next, thanks!