[U-Boot] [PATCH v2 19/22] dm: x86: pci: Add a PCI driver for driver model
Simon Glass
sjg at chromium.org
Sat Mar 21 00:16:42 CET 2015
On 5 March 2015 at 12:25, Simon Glass <sjg at chromium.org> wrote:
> Add a simple x86 PCI driver which uses standard functions provided by the
> architecture.
>
> Signed-off-by: Simon Glass <sjg at 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.
More information about the U-Boot
mailing list