svn commit: r244919 - head/sys/arm/include

Andrew Turner andrew at FreeBSD.org
Tue Jan 1 03:48:40 UTC 2013


Author: andrew
Date: Tue Jan  1 03:48:39 2013
New Revision: 244919
URL: http://svnweb.freebsd.org/changeset/base/244919

Log:
  Document the known values of the RTL release field in the cache is register

Modified:
  head/sys/arm/include/pl310.h

Modified: head/sys/arm/include/pl310.h
==============================================================================
--- head/sys/arm/include/pl310.h	Tue Jan  1 00:45:28 2013	(r244918)
+++ head/sys/arm/include/pl310.h	Tue Jan  1 03:48:39 2013	(r244919)
@@ -37,8 +37,16 @@
 #define PL310_CACHE_ID			0x000
 #define 	CACHE_ID_RELEASE_SHIFT		0
 #define 	CACHE_ID_RELEASE_MASK		0x3f
+#define 	CACHE_ID_RELEASE_r0p0		0x00
+#define 	CACHE_ID_RELEASE_r1p0		0x02
+#define 	CACHE_ID_RELEASE_r2p0		0x04
+#define 	CACHE_ID_RELEASE_r3p0		0x05
+#define 	CACHE_ID_RELEASE_r3p1		0x06
+#define 	CACHE_ID_RELEASE_r3p2		0x08
+#define 	CACHE_ID_RELEASE_r3p3		0x09
 #define 	CACHE_ID_PARTNUM_SHIFT		6
 #define 	CACHE_ID_PARTNUM_MASK		0xf
+#define 	CACHE_ID_PARTNUM_VALUE		0x3
 #define PL310_CACHE_TYPE		0x004
 #define PL310_CTRL			0x100
 #define		CTRL_ENABLED			0x01


More information about the svn-src-all mailing list