public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
From: jlarmour@ecoscentric.com (Jonathan Larmour)
To: ecos-patches@ecos.sourceware.org
Subject: Fix a few broken CDL doc links
Date: Thu, 20 Nov 2008 17:15:00 -0000	[thread overview]
Message-ID: <20081120171454.AA4C510C9B6@dargo.barn.ecoscentric.com> (raw)

Index: hal/cortexm/stm32/stm3210e_eval/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/cortexm/stm32/stm3210e_eval/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- hal/cortexm/stm32/stm3210e_eval/current/ChangeLog	19 Nov 2008 17:47:30 -0000	1.2
+++ hal/cortexm/stm32/stm3210e_eval/current/ChangeLog	20 Nov 2008 17:14:51 -0000
@@ -1,5 +1,10 @@
+2008-11-20  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/hal_cortexm_stm32_stm3210e_eval.cdl: Remove doc link
+	to doc that doesn't exist.
+
 2008-11-19  Nick Garnett  <nickg@ecoscentric.com>
 
 	* include/pkgconf/mlt_cortexm_stm3210e_eval_ram.ldi (hal_startup_stack):
 	Adjust initial stack to top of external SRAM.
 
Index: hal/cortexm/stm32/stm3210e_eval/current/cdl/hal_cortexm_stm32_stm3210e_eval.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/cortexm/stm32/stm3210e_eval/current/cdl/hal_cortexm_stm32_stm3210e_eval.cdl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 hal_cortexm_stm32_stm3210e_eval.cdl
--- hal/cortexm/stm32/stm3210e_eval/current/cdl/hal_cortexm_stm32_stm3210e_eval.cdl	3 Nov 2008 14:53:51 -0000	1.1
+++ hal/cortexm/stm32/stm3210e_eval/current/cdl/hal_cortexm_stm32_stm3210e_eval.cdl	20 Nov 2008 17:14:51 -0000
@@ -44,11 +44,10 @@
 ##
 ##==========================================================================
 
 cdl_package CYGPKG_HAL_CORTEXM_STM32_STM3210E_EVAL {
     display       "ST STM3210E EVAL Development Board HAL"
-    doc           ecospro-ref/hal-cortexm-stm3210e_eval-part.html
     parent        CYGPKG_HAL_CORTEXM_STM32
     define_header hal_cortexm_stm32_stm3210e_eval.h
     include_dir   cyg/hal
     hardware
     description   "
@@ -325,6 +324,6 @@ cdl_package CYGPKG_HAL_CORTEXM_STM32_STM
         description "This component causes the ELF image generated by the
                      build process to be converted to S-Record and binary
                      files."
     }
     
-}
\ No newline at end of file
+}
Index: devs/flash/amd/am29xxxxxv2/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/amd/am29xxxxxv2/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- devs/flash/amd/am29xxxxxv2/current/ChangeLog	18 Nov 2008 00:57:48 -0000	1.2
+++ devs/flash/amd/am29xxxxxv2/current/ChangeLog	20 Nov 2008 17:14:52 -0000
@@ -1,5 +1,9 @@
+2008-11-20  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/flash_am29xxxxx_v2.cdl: Fix doc link.
+
 2008-09-24  Bart Veer  <bartv@ecoscentric.com>
 
 	* src/am29xxxxx_aux.c (am29_hw_program): fix handling of parallel
 	chips. Get the debug diagnostics to build cleanly.
 
Index: devs/flash/amd/am29xxxxxv2/current/cdl/flash_am29xxxxx_v2.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/amd/am29xxxxxv2/current/cdl/flash_am29xxxxx_v2.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 flash_am29xxxxx_v2.cdl
--- devs/flash/amd/am29xxxxxv2/current/cdl/flash_am29xxxxx_v2.cdl	18 Nov 2008 00:57:48 -0000	1.2
+++ devs/flash/amd/am29xxxxxv2/current/cdl/flash_am29xxxxx_v2.cdl	20 Nov 2008 17:14:52 -0000
@@ -44,11 +44,11 @@
 #####DESCRIPTIONEND####
 # ====================================================================
 
 cdl_package CYGPKG_DEVS_FLASH_AMD_AM29XXXXX_V2 {
     display	"AMD am29xxxxx flash memory support"
-    doc         ecospro-ref/devs-flash-am29xxxxx.html
+    doc         ecos-ref/devs-flash-am29xxxxx.html
     parent	CYGPKG_IO_FLASH
     active_if	CYGPKG_IO_FLASH
     implements	CYGHWR_IO_FLASH_DEVICE
     include_dir	cyg/io
     compile	am29xxxxx.c
Index: devs/flash/intel/stratav2/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/intel/stratav2/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- devs/flash/intel/stratav2/current/ChangeLog	18 Nov 2008 01:03:17 -0000	1.2
+++ devs/flash/intel/stratav2/current/ChangeLog	20 Nov 2008 17:14:52 -0000
@@ -1,5 +1,9 @@
+2008-11-20  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/flash_strata_v2.cdl: Fix doc link.
+
 2008-11-13  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* include/flash_strata_v2.inl:
 	* include/strata_v2_priv.h:
 	Remove these as they are now unused and don't match the CDL.
Index: devs/flash/intel/stratav2/current/cdl/flash_strata_v2.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/intel/stratav2/current/cdl/flash_strata_v2.cdl,v
retrieving revision 1.2
diff -u -5 -p -r1.2 flash_strata_v2.cdl
--- devs/flash/intel/stratav2/current/cdl/flash_strata_v2.cdl	18 Nov 2008 01:03:18 -0000	1.2
+++ devs/flash/intel/stratav2/current/cdl/flash_strata_v2.cdl	20 Nov 2008 17:14:52 -0000
@@ -48,11 +48,11 @@
 #
 # ====================================================================
 
 cdl_package CYGPKG_DEVS_FLASH_STRATA_V2 {
     display       "Intel StrataFLASH memory support"
-    doc           ecospro-ref/devs-flash-strata.html
+    doc           ecos-ref/devs-flash-strata.html
     parent        CYGPKG_IO_FLASH
     active_if	  CYGPKG_IO_FLASH
     implements    CYGHWR_IO_FLASH_DEVICE
     include_dir   cyg/io
     compile	  strata.c

             reply	other threads:[~2008-11-20 17:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-20 17:15 Jonathan Larmour [this message]
2008-11-20 18:53 ` Andrew Lunn
2008-11-20 19:03   ` Jonathan Larmour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081120171454.AA4C510C9B6@dargo.barn.ecoscentric.com \
    --to=jlarmour@ecoscentric.com \
    --cc=ecos-patches@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).