Home
last modified time | relevance | path

Searched hist:"6 fb3b72e" (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/
H A Dpci.c6fb3b72e Wed Nov 12 23:42:14 CST 2014 Simon Glass <sjg@chromium.org> x86: pci: Allow configuration before relocation

Add simple PCI access routines for x86 which permit use before relocation.
The normal PCI stack is still used, but for pre-relocation use there can
only ever be a single hose. After relocation, fall back to the normal
access, although even then on x86 machines there is normally only a single
PCI bus.

Signed-off-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/arch/x86/include/asm/
H A Dpci.h6fb3b72e Wed Nov 12 23:42:14 CST 2014 Simon Glass <sjg@chromium.org> x86: pci: Allow configuration before relocation

Add simple PCI access routines for x86 which permit use before relocation.
The normal PCI stack is still used, but for pre-relocation use there can
only ever be a single hose. After relocation, fall back to the normal
access, although even then on x86 machines there is normally only a single
PCI bus.

Signed-off-by: Simon Glass <sjg@chromium.org>