
21 Mar
2015
21 Mar
'15
12:16 a.m.
On 5 March 2015 at 12:25, Simon Glass sjg@chromium.org wrote:
Add a simple x86 PCI driver which uses standard functions provided by the architecture.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/cpu/pci.c | 40 ++++++++++++++++++++++++++++++++++++++++ arch/x86/include/asm/pci.h | 8 ++++++++ arch/x86/lib/Makefile | 2 ++ drivers/pci/Makefile | 1 + drivers/pci/pci_x86.c | 24 ++++++++++++++++++++++++ 5 files changed, 75 insertions(+) create mode 100644 drivers/pci/pci_x86.c
Applied to u-boot-dm/next.