x86: Add a x86_ prefix to the x86-specific PCI functions
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:15 +0000 (12:25 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 17 Apr 2015 01:27:41 +0000 (19:27 -0600)
commit31f57c28736d9a070fe56c55d57e9da406ee86ba
tree9d3d2bacb65e48e1ac21ec1c08f852f9f04936c2
parent5f7bfdd63094689af501fdef77423e0029c06622
x86: Add a x86_ prefix to the x86-specific PCI functions

These functions currently use a generic name, but they are for x86 only.
This may introduce confusion and prevents U-Boot from using these names
more widely.

In fact it should be possible to remove these at some point and use
generic functions, but for now, rename them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
21 files changed:
arch/x86/cpu/baytrail/early_uart.c
arch/x86/cpu/ivybridge/bd82x6x.c
arch/x86/cpu/ivybridge/cpu.c
arch/x86/cpu/ivybridge/early_init.c
arch/x86/cpu/ivybridge/early_me.c
arch/x86/cpu/ivybridge/gma.c
arch/x86/cpu/ivybridge/lpc.c
arch/x86/cpu/ivybridge/northbridge.c
arch/x86/cpu/ivybridge/pch.c
arch/x86/cpu/ivybridge/pci.c
arch/x86/cpu/ivybridge/report_platform.c
arch/x86/cpu/ivybridge/sata.c
arch/x86/cpu/ivybridge/sdram.c
arch/x86/cpu/ivybridge/usb_ehci.c
arch/x86/cpu/ivybridge/usb_xhci.c
arch/x86/cpu/pci.c
arch/x86/cpu/quark/quark.c
arch/x86/cpu/queensbay/tnc.c
arch/x86/include/asm/pci.h
arch/x86/lib/bios_interrupts.c
drivers/gpio/intel_ich6_gpio.c