[U-Boot] [PATCH v3 11/26] x86: pci: Allow configuration before relocation

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


On 13 November 2014 06:42, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/x86/cpu/pci.c         | 50 ++++++++++++++++++++++++++++++++++++++++++++++
>  arch/x86/include/asm/pci.h | 13 ++++++++++++
>  2 files changed, 63 insertions(+)

Applied to u-boot-x86.


More information about the U-Boot mailing list