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]

HAL - RAM applications shouldn't claim version string


Index: hal/common/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/common/current/ChangeLog,v
retrieving revision 1.82
diff -u -5 -p -r1.82 ChangeLog
--- hal/common/current/ChangeLog	3 Dec 2002 19:48:20 -0000	1.82
+++ hal/common/current/ChangeLog	4 Dec 2002 14:28:46 -0000
@@ -1,5 +1,10 @@
+2002-12-04  Gary Thomas  <gthomas@ecoscentric.com>
+
+	* cdl/hal.cdl: RAM applications should not claim (reset) version
+	string by default.
+
 2002-12-03  Gary Thomas  <gthomas@ecoscentric.com>
 
 	* src/hal_if.c (hal_if_init): 
 	* include/hal_if.h: 
 	* cdl/hal.cdl: Allow monitor (RedBoot) version string to be exported
Index: hal/common/current/cdl/hal.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/common/current/cdl/hal.cdl,v
retrieving revision 1.18
diff -u -5 -p -r1.18 hal.cdl
--- hal/common/current/cdl/hal.cdl	3 Dec 2002 19:48:22 -0000	1.18
+++ hal/common/current/cdl/hal.cdl	4 Dec 2002 14:24:47 -0000
@@ -306,12 +306,11 @@ cdl_package CYGPKG_HAL {
                     virtual vectors to be claimed."
             }
 
             cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_VERSION {
                 display       "Claim version virtual vectors"
-                default_value { CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE \
-                                || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT }
+                default_value { CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE }
                 description   "
                     This option will cause the version
                     virtual vectors to be claimed."
             }
 


-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


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