]> Git Repo - J-u-boot.git/commit - include/configs/malta.h
MIPS: qemu-malta: add PCI support
authorGabor Juhos <[email protected]>
Wed, 22 May 2013 03:57:42 +0000 (03:57 +0000)
committerTom Rini <[email protected]>
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 <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
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]
This page took 0.038252 seconds and 4 git commands to generate.