[U-Boot] [PATCH v2 14/30] x86: ivybridge: Add support for BD82x6x PCH

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


On 14 November 2014 at 18:18, Simon Glass <sjg at chromium.org> wrote:
> Add basic setup for the PCH.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Use pci_write_bar32() to write to BARs
>
>  arch/x86/cpu/ivybridge/Makefile               |  1 +
>  arch/x86/cpu/ivybridge/bd82x6x.c              | 99 +++++++++++++++++++++++++++
>  arch/x86/cpu/ivybridge/pci.c                  | 40 +++++++++++
>  arch/x86/include/asm/arch-ivybridge/bd82x6x.h | 14 ++++
>  arch/x86/include/asm/arch-ivybridge/pch.h     | 13 ++++
>  5 files changed, 167 insertions(+)
>  create mode 100644 arch/x86/cpu/ivybridge/bd82x6x.c
>  create mode 100644 arch/x86/include/asm/arch-ivybridge/bd82x6x.h

Applied to u-boot-x86.


More information about the U-Boot mailing list