[U-Boot] [PATCH 52/69] x86: broadwell: Add a PCH driver
Bin Meng
bmeng.cn at gmail.com
Fri Mar 11 09:18:50 CET 2016
On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass <sjg at chromium.org> wrote:
> Add a driver for the broadwell low-power platform controller hub.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> 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
>
Except several nits about "GPL-2.0+" and capital letters for the
__asm_arch_pch_h, generally it looks good, so
Acked-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list