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 - default board speed now 63MHz


Index: images/powerpc/viper/MD5SUMS
===================================================================
RCS file: /cvs/ecos/ecos/images/powerpc/viper/MD5SUMS,v
retrieving revision 1.1
diff -u -5 -p -r1.1 MD5SUMS
--- images/powerpc/viper/MD5SUMS	20 May 2002 22:19:48 -0000	1.1
+++ images/powerpc/viper/MD5SUMS	31 Jul 2002 14:15:41 -0000
@@ -1,9 +1,7 @@
+0b430cd442caf2a6f092cd95a9643645  redboot_ROMRAM.elf
 e3a64a3d7d02bc8c97f8e078d11a8dd9  redboot_RAM.bin
-0e18c7d7775b859ea8525f0e8fce6f99  redboot_RAM.img
-e7cb1a0dc8f6aaf1c5f61c4ae2de6665  redboot_RAM.srec
 e10687e2a9d509f2728f658fd86bbdab  redboot_ROM.bin
-e8569d589b3144ebdc2fbbeaf2fef7a4  redboot_ROM.img
-12a3e3dfa0e4e608b2037e47406fad1f  redboot_ROMRAM.bin
-de5c0ef0832ceef0b2c58b0d8afad3e1  redboot_ROMRAM.elf
-ba30c7852aa13997851af3d591f6fb26  redboot_ROMRAM.srec
+8dbb83d2384c8b6a2383c222dcbbb09a  redboot_ROMRAM.bin
+e7cb1a0dc8f6aaf1c5f61c4ae2de6665  redboot_RAM.srec
+d5bd8667d57fd73039bea89969a45061  redboot_ROMRAM.srec
 bfebff862b7ac9c89221a29696b25e16  redboot_ROM.srec
Index: images/powerpc/viper/redboot_ROMRAM.bin
===================================================================
RCS file: /cvs/ecos/ecos/images/powerpc/viper/redboot_ROMRAM.bin,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROMRAM.bin
Binary files /sourceware/cvs-tmp/cvsGyUqCi and redboot_ROMRAM.bin differ
Index: images/powerpc/viper/redboot_ROMRAM.elf
===================================================================
RCS file: /cvs/ecos/ecos/images/powerpc/viper/redboot_ROMRAM.elf,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROMRAM.elf
Binary files /sourceware/cvs-tmp/cvs8e2gyq and redboot_ROMRAM.elf differ
Index: packages/hal/powerpc/viper/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/ChangeLog,v
retrieving revision 1.13
diff -u -5 -p -r1.13 ChangeLog
--- packages/hal/powerpc/viper/current/ChangeLog	24 Jul 2002 14:49:05 -0000	1.13
+++ packages/hal/powerpc/viper/current/ChangeLog	31 Jul 2002 14:15:34 -0000
@@ -1,5 +1,10 @@
+2002-07-31  Gary Thomas  <gary@chez-thomas.org>
+
+	* misc/redboot_ROMRAM.ecm: 
+	* cdl/hal_powerpc_viper.cdl: Default board speed is now 63MHz.
+
 2002-07-24  Gary Thomas  <gary@chez-thomas.org>
 
 	* src/viper.S: 
 	* cdl/hal_powerpc_viper.cdl: More choices for system clock.
 
Index: packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl,v
retrieving revision 1.7
diff -u -5 -p -r1.7 hal_powerpc_viper.cdl
--- packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl	24 Jul 2002 14:49:06 -0000	1.7
+++ packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl	31 Jul 2002 12:46:08 -0000
@@ -92,11 +92,11 @@ cdl_package CYGPKG_HAL_POWERPC_VIPER {
 
     cdl_option CYGHWR_HAL_POWERPC_BOARD_SPEED {
         display          "Development board clock speed (MHz)"
         flavor           data
         legal_values     { 47 51 55 59 63 }
-        default_value    47
+        default_value    63
         description      "
            VIPER Development Boards have various system clock speeds
            depending on the processor fitted.  Select the clock speed
            appropriate for your board so that the system can set the serial
            baud rate correctly, amongst other things."
Index: packages/hal/powerpc/viper/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROMRAM.ecm
--- packages/hal/powerpc/viper/current/misc/redboot_ROMRAM.ecm	24 Jun 2002 13:10:12 -0000	1.2
+++ packages/hal/powerpc/viper/current/misc/redboot_ROMRAM.ecm	31 Jul 2002 14:13:28 -0000
@@ -57,10 +57,14 @@ cdl_option CYGSEM_HAL_ROM_MONITOR {
 
 cdl_component CYG_HAL_STARTUP {
     user_value ROMRAM
 };
 
+cdl_option CYGHWR_HAL_POWERPC_BOARD_SPEED {
+    user_value 63
+};
+
 cdl_component CYGBLD_BUILD_REDBOOT {
     user_value 1
 };
 
 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {




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