added framework for chip detection on the ifxmips

SVN-Revision: 9925
This commit is contained in:
John Crispin
2007-12-25 13:11:07 +00:00
parent 1263078f40
commit 8c487df246
3 changed files with 33 additions and 2 deletions

View File

@@ -426,4 +426,10 @@
#define IFXMIPS_FUSE_BASE_ADDR (KSEG1 + 0x1F107354)
/*------------ MPS */
#define IFXMIPS_MPS_BASE_ADDR (KSEG1 + 0x1F107000)
#define IFXMIPS_MPS_CHIPID ((u32*)(IFXMIPS_MPS_BASE_ADDR + 0x0344))
#endif