changeset 737:11a38162cd52

* doc/redboot.sgml: De-vendorise a little. * cdl/redboot.cdl: Add doc links.
author jlarmour
date Mon, 24 Feb 2003 14:32:21 +0000
parents 6b706863e385
children c3c6e67dbc44
files packages/redboot/current/ChangeLog packages/redboot/current/cdl/redboot.cdl packages/redboot/current/doc/redboot.sgml
diffstat 3 files changed, 16 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/packages/redboot/current/ChangeLog
+++ b/packages/redboot/current/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* doc/redboot.sgml: De-vendorise a little.
+
+	* cdl/redboot.cdl: Add doc links.
+
 2003-02-14  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* cdl/redboot.cdl: Put virtually all options inside
--- a/packages/redboot/current/cdl/redboot.cdl
+++ b/packages/redboot/current/cdl/redboot.cdl
@@ -51,6 +51,7 @@
 # ====================================================================
 cdl_package CYGPKG_REDBOOT {
     display       "Redboot ROM monitor"
+    doc           ref/redboot.html
     define_header redboot.h
     description   "
            This package supports the Redboot \[stand-alone debug monitor\]
@@ -138,6 +139,7 @@ cdl_package CYGPKG_REDBOOT {
 
         cdl_option CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM {
             display       "Include support for xyzModem downloads"
+            doc           ref/download-command.html
             no_define
             default_value 1
             implements    CYGINT_REDBOOT_LOAD_METHOD
@@ -146,36 +148,42 @@ cdl_package CYGPKG_REDBOOT {
 
         cdl_option CYGBLD_BUILD_REDBOOT_WITH_CKSUM {
             display       "Include POSIX checksum command"
+            doc           ref/cksum-command.html
             default_value 1
             compile -library=libextras.a cksum.c
         }
 
         cdl_option CYGBLD_BUILD_REDBOOT_WITH_MFILL {
             display       "Include memory fill command"
+            doc           ref/mfill-command.html
             default_value 1
             compile -library=libextras.a mfill.c
         }
 
         cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCMP {
             display       "Include memory compare command"
+            doc           ref/mcmp-command.html
             default_value 1
             compile -library=libextras.a mcmp.c
         }
 
         cdl_option CYGBLD_BUILD_REDBOOT_WITH_DUMP {
             display       "Include memory dump command"
+            doc           ref/dump-command.html
             default_value 1
             compile -library=libextras.a dump.c
         }
 
         cdl_option CYGBLD_BUILD_REDBOOT_WITH_CACHES {
             display       "Include cache command"
+            doc           ref/cache-command.html
             default_value 1
             compile -library=libextras.a caches.c
         }
 
         cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC {
             display       "Include exec command"
+            doc           ref/exec-command.html
             default_value 1
             # Implemented within the platform HAL
         }
@@ -463,6 +471,7 @@ cdl_package CYGPKG_REDBOOT {
             cdl_option CYGOPT_REDBOOT_FIS {
                 display         "RedBoot Flash Image System support"
                 default_value   1
+                doc             ref/flash-image-system.html
                 description "
                     This option enables the Flash Image System commands
                     and support within RedBoot.  If disabled, simple Flash
@@ -749,6 +758,7 @@ cdl_package CYGPKG_REDBOOT {
     
         cdl_component CYGPKG_REDBOOT_BOOT_SCRIPT {
             display         "Boot scripting"
+            doc             ref/persistent-state-flash.html
             flavor          none
             no_define
             description     "
--- a/packages/redboot/current/doc/redboot.sgml
+++ b/packages/redboot/current/doc/redboot.sgml
@@ -87,12 +87,6 @@ of RedBoot in an eCos environment.</para
 <sect1 id="redboot-on-the-web">
 <title>More information about RedBoot on the web</title>
 <para>
-Information about the RedBoot product, including information about
-details of porting,
-customization, training and technical support services from Red Hat, is
-available from the
-<ulink url="http://www.redhat.com/embedded/technologies/redboot/">RedBoot
-Product web site</ulink>. </para>
 <para>The <ulink url="http://sources.redhat.com/redboot/">RedBoot Net
 Distribution web site</ulink> contains downloadable sources and documentation
 for all publically released targets, including the latest features and updates.