]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: ivybridge: Add early init for PCH devices
authorSimon Glass <sjg@chromium.org>
Thu, 13 Nov 2014 05:42:23 +0000 (22:42 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:34:14 +0000 (07:34 +0100)
commit8e0df066ffc40fde4cf43014114f8e472b8b9bd6
tree37c047232a6870908a48c432186b8722fd816fdd
parent9c678e152a9a5f2ca786af15e6816ddeaa520c8b
x86: ivybridge: Add early init for PCH devices

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@chromium.org>
arch/x86/cpu/ivybridge/Makefile
arch/x86/cpu/ivybridge/cpu.c
arch/x86/cpu/ivybridge/early_init.c [new file with mode: 0644]
arch/x86/include/asm/arch-ivybridge/pch.h
arch/x86/include/asm/arch-ivybridge/sandybridge.h [new file with mode: 0644]
arch/x86/include/asm/global_data.h
arch/x86/include/asm/post.h