--- newlib/libc/machine/or1k/include/spr-defs.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/newlib/libc/machine/or1k/include/spr-defs.h b/newlib/libc/machine/or1k/include/spr-defs.h index 09ae4fa..54e6ec5 100644 --- a/newlib/libc/machine/or1k/include/spr-defs.h +++ b/newlib/libc/machine/or1k/include/spr-defs.h @@ -201,6 +201,15 @@ #define SPR_VR2_CPUID_OFF 24 #define SPR_VR2_VER_OFF 0 +/* + * CPU implementation unique identifiers + */ +#define SPR_VR2_CPUID_OR1KSIM 0x00 +#define SPR_VR2_CPUID_MOR1KX 0x01 +#define SPR_VR2_CPUID_OR1200 0x12 +#define SPR_VR2_CPUID_ALTOR32 0x32 +#define SPR_VR2_CPUID_OR10 0x10 + /* * Bit definitions for the Architecture Version register * -- 1.7.4.1 _______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
