Update of /cvsroot/blob/blob/include/blob/arch
In directory usw-pr-cvs1:/tmp/cvs-serv21607/include/blob/arch
Modified Files:
idr.h
Log Message:
speed up cpu and flash
Index: idr.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/arch/idr.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- idr.h 30 Apr 2002 23:29:45 -0000 1.11
+++ idr.h 6 Jul 2002 08:28:31 -0000 1.12
@@ -25,7 +25,7 @@
#define BLOB_ARCH_IDR_H
/* boot CPU speed */
-#define CPU_SPEED (CPU_CORE_SPEED_132mhz)
+#define CPU_SPEED (CPU_CORE_SPEED_206mhz)
/* serial port */
#define USE_SERIAL3
@@ -74,12 +74,11 @@
/* Memory configuration */
#ifdef BLOB_NEED_MEMCONFIG
#warning "use defines from memsetup.h for better readability"
-/* # define MDCNFG_VALUE 0x72347234 */ /* 0x0 MDCNFG 12 rows*/
-# define MDCNFG_VALUE 0x72547254 /* 0x0 MDCNFG 14 rows */
+# define MDCNFG_VALUE 0x72577257 /* 0x0 MDCNFG 14 rows */
# define MDCAS00_VALUE 0x55555557 /* 0x04 MDCAS00 */
# define MDCAS01_VALUE 0x55555555 /* 0x08 MDCAS01 */
# define MDCAS02_VALUE 0x55555555 /* 0x0c MDCAS02 */
-# define MSC0_VALUE 0x00004B94 /* 0x10 MCS0 */
+# define MSC0_VALUE 0x00004374 /* 0x10 MCS0 */
# define MSC1_VALUE 0x22212419 /* 0x14 MCS1 */
# define MECR_VALUE 0x00000000 /* 0x18 MECR */
# define MDREFR_VALUE DO_NOT_USE_THIS_VALUE__GETS_AUTOMAGICALLY_COMPUTED
|