[U-Boot] [PATCH 56/69] x86: broadwell: Add an LPC driver

Bin Meng bmeng.cn at gmail.com
Fri Mar 11 09:22:30 CET 2016


On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass <sjg at chromium.org> wrote:
> Add a driver for the broadwell LPC (low-pin-count peripheral). This mostly
> uses common code.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  arch/x86/cpu/broadwell/Makefile           |  1 +
>  arch/x86/cpu/broadwell/lpc.c              | 77 +++++++++++++++++++++++++++++++
>  arch/x86/include/asm/arch-broadwell/lpc.h | 32 +++++++++++++
>  3 files changed, 110 insertions(+)
>  create mode 100644 arch/x86/cpu/broadwell/lpc.c
>  create mode 100644 arch/x86/include/asm/arch-broadwell/lpc.h
>

Except several nits about "GPL-2.0+" and capital letters for the
_asm_arch_lpc_h, generally it looks good, so
Acked-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list