Andrew Wu (arw@dmp.com.tw) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3529
-gerrit
commit 6db30b9c83b4291b3738d349842f4473e9366a1b Author: Andrew Wu arw@dmp.com.tw Date: Tue Jun 25 15:16:03 2013 +0800
Vortex86EX northbridge.c : Remove Vortex86DX PCI N/B related code.
6021 is Vortex86DX northbridge PCI device ID, not for Vortex86EX.
Change-Id: I9bea799c9033adbcfacc8ad47052280a32f9ee59 Signed-off-by: Andrew Wu arw@dmp.com.tw --- src/northbridge/dmp/vortex86ex/northbridge.c | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/src/northbridge/dmp/vortex86ex/northbridge.c b/src/northbridge/dmp/vortex86ex/northbridge.c index e3be6c3..f2344e8 100644 --- a/src/northbridge/dmp/vortex86ex/northbridge.c +++ b/src/northbridge/dmp/vortex86ex/northbridge.c @@ -47,12 +47,6 @@ static struct device_operations northbridge_operations = { .init = northbridge_init };
-static const struct pci_driver northbridge_driver_6021 __pci_driver = { - .ops = &northbridge_operations, - .vendor = PCI_VENDOR_ID_RDC, - .device = 0x6021, /* DX CPU N/B ID */ -}; - static const struct pci_driver northbridge_driver_6025 __pci_driver = { .ops = &northbridge_operations, .vendor = PCI_VENDOR_ID_RDC,