This is the mail archive of the ecos-discuss@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]

[PATCH] redboot.cdl


Fix missing or wrongs descriptions in redboot.cdl. For the
CYGPRI_REDBOOT_ROM_MONITOR I don't know exactly what it's about so i
just replaced the missings descriptions with a "Missing Description"
comment.

Index: packages/redboot/current/cdl/redboot.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/redboot/current/cdl/redboot.cdl,v
retrieving revision 1.20
diff -u -r1.20 redboot.cdl
--- packages/redboot/current/cdl/redboot.cdl	2001/06/29 07:16:29	1.20
+++ packages/redboot/current/cdl/redboot.cdl	2001/07/12 21:27:06
@@ -69,7 +69,10 @@
         requires CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
 
         cdl_option CYGBLD_BUILD_REDBOOT_WITH_THREADS {
+            display "Threads debugging support"
             no_define
+            description "This option enable the building of Redboot
+                         with thread debugging support"
             active_if { CYG_HAL_STARTUP != "RAM" }
             requires  CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
         }
@@ -94,7 +97,7 @@
     }
 
     cdl_component CYGPKG_REDBOOT_NETWORKING {
-        display       "Build Redboot ROM binary image"
+        display       "Redboot Networking"
         flavor        bool
         active_if     CYGPKG_IO_ETH_DRIVERS
         default_value 1
@@ -441,10 +444,12 @@
     }
 
     cdl_option CYGPRI_REDBOOT_ROM_MONITOR {
+	display "Missing display"
         active_if    { CYG_HAL_STARTUP == "ROM" }
         requires     CYGSEM_HAL_ROM_MONITOR
         calculated   1
         no_define
+	description "Missing Description"
     }
 
     cdl_option CYGSEM_REDBOOT_BSP_SYSCALLS {

-- 
Fabrice Gautier <gautier@email.enstfr>


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