-
- Downloads
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>
Showing
- arch/x86/cpu/ivybridge/Makefile 1 addition, 0 deletionsarch/x86/cpu/ivybridge/Makefile
- arch/x86/cpu/ivybridge/cpu.c 141 additions, 0 deletionsarch/x86/cpu/ivybridge/cpu.c
- arch/x86/cpu/ivybridge/early_init.c 145 additions, 0 deletionsarch/x86/cpu/ivybridge/early_init.c
- arch/x86/include/asm/arch-ivybridge/pch.h 120 additions, 1 deletionarch/x86/include/asm/arch-ivybridge/pch.h
- arch/x86/include/asm/arch-ivybridge/sandybridge.h 107 additions, 0 deletionsarch/x86/include/asm/arch-ivybridge/sandybridge.h
- arch/x86/include/asm/global_data.h 8 additions, 0 deletionsarch/x86/include/asm/global_data.h
- arch/x86/include/asm/post.h 2 additions, 0 deletionsarch/x86/include/asm/post.h
arch/x86/cpu/ivybridge/early_init.c
0 → 100644
Please register or sign in to comment