Add Cotulla CPU IDs.

This commit is contained in:
rjs 2002-02-14 01:37:20 +00:00
parent c809c3243b
commit 9134bf2610
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: armreg.h,v 1.9 2001/11/29 02:24:59 thorpej Exp $ */
/* $NetBSD: armreg.h,v 1.10 2002/02/14 01:37:20 rjs Exp $ */
/*
* Copyright (c) 1998, 2001 Ben Harris
@ -146,6 +146,8 @@
/* Next three nybbles are part number */
#define CPU_ID_PARTNO_MASK 0x0000fff0
#define CPU_ID_XSCALE_COREREV_MASK 0x0000e000
/* And finally, the revision number. */
#define CPU_ID_REVISION_MASK 0x0000000f
@ -185,6 +187,8 @@
#define CPU_ID_SA1100 0x4401a110
#define CPU_ID_SA1110 0x6901b110
#define CPU_ID_I80200 0x69052000 /* XScale core */
#define CPU_ID_PXA250 0x69052100
#define CPU_ID_PXA210 0x69052120
/* ARM3-specific coprocessor 15 registers */
#define ARM3_CP15_FLUSH 1