This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Viper - new board variants


-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates
Index: hal/powerpc/viper/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/ChangeLog,v
retrieving revision 1.28
diff -u -5 -p -r1.28 ChangeLog
--- hal/powerpc/viper/current/ChangeLog	21 Sep 2003 12:27:59 -0000	1.28
+++ hal/powerpc/viper/current/ChangeLog	6 Oct 2003 12:42:43 -0000
@@ -1,5 +1,10 @@
+2003-10-06  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/viper2_866T.ecm: 
+	* misc/viper2_860T.ecm: New file(s) describing new board variants.
+
 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
 
 	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
 	template - DNS now must be enabled manually.
 
Index: hal/powerpc/viper/current/misc/viper2_860T.ecm
===================================================================
RCS file: hal/powerpc/viper/current/misc/viper2_860T.ecm
diff -N hal/powerpc/viper/current/misc/viper2_860T.ecm
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ hal/powerpc/viper/current/misc/viper2_860T.ecm	6 Oct 2003 12:41:33 -0000
@@ -0,0 +1,13 @@
+cdl_component CYGHWR_HAL_POWERPC_MPC8XX {
+    user_value 860T
+};
+
+cdl_option CYGHWR_HAL_POWERPC_VIPER_I {
+    inferred_value 0
+};
+
+cdl_option CYGHWR_HAL_POWERPC_VIPER_II {
+    user_value 1
+};
+
+
Index: hal/powerpc/viper/current/misc/viper2_866T.ecm
===================================================================
RCS file: hal/powerpc/viper/current/misc/viper2_866T.ecm
diff -N hal/powerpc/viper/current/misc/viper2_866T.ecm
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ hal/powerpc/viper/current/misc/viper2_866T.ecm	6 Oct 2003 12:41:25 -0000
@@ -0,0 +1,17 @@
+cdl_component CYGHWR_HAL_POWERPC_MPC8XX {
+    user_value 866T
+};
+
+cdl_option CYGHWR_HAL_POWERPC_VIPER_I {
+    inferred_value 0
+};
+
+cdl_option CYGHWR_HAL_POWERPC_VIPER_II {
+    user_value 1
+};
+
+cdl_option CYGHWR_HAL_POWERPC_BOARD_SPEED {
+    user_value 133
+};
+
+

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]