
25 Nov
2014
25 Nov
'14
3:48 a.m.
On 14 November 2014 at 18:18, Simon Glass sjg@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@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.