[U-Boot] [PATCH v3 20/26] x86: ivybridge: Add early init for PCH devices
Simon Glass
sjg at chromium.org
Fri Nov 21 07:52:07 CET 2014
On 13 November 2014 06:42, Simon Glass <sjg at chromium.org> wrote:
> Many PCH devices are hard-coded to a particular PCI address. Set these
> up early in case they are needed.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/x86/cpu/ivybridge/Makefile | 1 +
> arch/x86/cpu/ivybridge/cpu.c | 141 +++++++++++++++++++++
> arch/x86/cpu/ivybridge/early_init.c | 145 ++++++++++++++++++++++
> arch/x86/include/asm/arch-ivybridge/pch.h | 121 +++++++++++++++++-
> arch/x86/include/asm/arch-ivybridge/sandybridge.h | 107 ++++++++++++++++
> arch/x86/include/asm/global_data.h | 8 ++
> arch/x86/include/asm/post.h | 2 +
> 7 files changed, 524 insertions(+), 1 deletion(-)
> create mode 100644 arch/x86/cpu/ivybridge/early_init.c
> create mode 100644 arch/x86/include/asm/arch-ivybridge/sandybridge.h
Applied to u-boot-x86.
More information about the U-Boot
mailing list