This is the mail archive of the ecos-patches@sourceware.org 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]

Fix a few broken CDL doc links


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


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