[MIPS] Support SNI RM200C SNI in big endian mode and R5000 processors.
Added support for RM200C machines with big endian firmware Added support for RM200-C40 (R5000 support) Signed-off-by: Florian Lohoff <flo@rfc822.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
b00f473e1a
commit
4a0312fca6
@@ -15,9 +15,6 @@
|
||||
/*
|
||||
* ASIC PCI registers for little endian configuration.
|
||||
*/
|
||||
#ifndef __MIPSEL__
|
||||
#error "Fix me for big endian"
|
||||
#endif
|
||||
#define PCIMT_UCONF 0xbfff0000
|
||||
#define PCIMT_IOADTIMEOUT2 0xbfff0008
|
||||
#define PCIMT_IOMEMCONF 0xbfff0010
|
||||
@@ -51,9 +48,9 @@
|
||||
#define PCIMT_PCI_CONF 0xbfff0100
|
||||
|
||||
/*
|
||||
* Data port for the PCI bus.
|
||||
* Data port for the PCI bus in IO space
|
||||
*/
|
||||
#define PCIMT_CONFIG_DATA 0xb4000cfc
|
||||
#define PCIMT_CONFIG_DATA 0x0cfc
|
||||
|
||||
/*
|
||||
* Board specific registers
|
||||
|
Reference in New Issue
Block a user