[U-Boot] [PATCH v3 10/26] x86: ivybridge: Enable PCI in early init

Simon Glass sjg at chromium.org
Fri Nov 21 07:51:08 CET 2014


On 13 November 2014 06:42, Simon Glass <sjg at chromium.org> wrote:
> Enable PCI so we can access devices that need to be set up before relocation.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3:
> - Adjust PCI setup code to fit with new generic cpu PCI code
>
> Changes in v2: None
>
>  arch/x86/cpu/ivybridge/Makefile   |  1 +
>  arch/x86/cpu/ivybridge/cpu.c      |  6 ++++
>  arch/x86/cpu/ivybridge/pci.c      | 60 +++++++++++++++++++++++++++++++++++++++
>  include/configs/chromebook_link.h | 14 +++++++--
>  4 files changed, 79 insertions(+), 2 deletions(-)
>  create mode 100644 arch/x86/cpu/ivybridge/pci.c

Applied to u-boot-x86.


More information about the U-Boot mailing list