]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: qemu-malta: add PCI support
authorGabor Juhos <juhosg@openwrt.org>
Wed, 22 May 2013 03:57:42 +0000 (03:57 +0000)
committerTom Rini <trini@ti.com>
Wed, 24 Jul 2013 13:51:04 +0000 (09:51 -0400)
commitfeaa60662768dcc97fdf7c593583876ce4e1564c
tree72703233c476cba89131d99c9cc769c3d0d1ba87
parentac12984de8e2239a19c054ffcc615ad4a2e57cc4
MIPS: qemu-malta: add PCI support

Qemu emulates the Galileo GT64120 System Controller
which provides a CPU bus to PCI bus bridge.

The patch adds driver for this bridge and enables
PCI support for the emulated Malta board.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
board/qemu-malta/qemu-malta.c
drivers/pci/Makefile
drivers/pci/pci_gt64120.c [new file with mode: 0644]
include/configs/qemu-malta.h
include/pci_gt64120.h [new file with mode: 0644]