[U-Boot] [PATCH v2 17/30] x86: ivybridge: Add additional LPC init

Simon Glass sjg at chromium.org
Tue Nov 25 03:48:36 CET 2014


On 14 November 2014 at 18:18, Simon Glass <sjg at chromium.org> wrote:
> Set up all the remaining pieces of the LPC (low-pin-count) peripheral in
> PCH (Peripheral Controller Hub).
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Adjust rtc_init() call to remove the parameter
> - Remove ISA DMA init which isn't needed in U-Boot
> - Use i8259 init in pcat_interrupts.c
> - Use interrupt.h header instead of i8259.h
> - Use pci_write_bar32() to write to BARs
>
>  arch/x86/cpu/ivybridge/bd82x6x.c            |   6 +
>  arch/x86/cpu/ivybridge/lpc.c                | 523 +++++++++++++++++++++++++++-
>  doc/device-tree-bindings/misc/intel-lpc.txt |  47 ++-
>  3 files changed, 572 insertions(+), 4 deletions(-)

Applied to u-boot-x86.


More information about the U-Boot mailing list