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 stratav2 and am29xxxxxx CDL doc link properly


Index: amd/am29xxxxxv2/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/amd/am29xxxxxv2/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- amd/am29xxxxxv2/current/ChangeLog	20 Nov 2008 17:15:46 -0000	1.3
+++ amd/am29xxxxxv2/current/ChangeLog	19 Dec 2008 21:05:56 -0000
@@ -1,5 +1,9 @@
+2008-12-19  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/flash_am29xxxxx_v2.cdl: Doh, fix doc link properly.
+
 2008-11-20  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* cdl/flash_am29xxxxx_v2.cdl: Fix doc link.
 
 2008-09-24  Bart Veer  <bartv@ecoscentric.com>
Index: 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.3
diff -u -5 -p -r1.3 flash_am29xxxxx_v2.cdl
--- amd/am29xxxxxv2/current/cdl/flash_am29xxxxx_v2.cdl	20 Nov 2008 17:15:47 -0000	1.3
+++ amd/am29xxxxxv2/current/cdl/flash_am29xxxxx_v2.cdl	19 Dec 2008 21:05:56 -0000
@@ -44,11 +44,11 @@
 #####DESCRIPTIONEND####
 # ====================================================================
 
 cdl_package CYGPKG_DEVS_FLASH_AMD_AM29XXXXX_V2 {
     display	"AMD am29xxxxx flash memory support"
-    doc         ecos-ref/devs-flash-am29xxxxx.html
+    doc         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: intel/stratav2/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/flash/intel/stratav2/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ChangeLog
--- intel/stratav2/current/ChangeLog	23 Nov 2008 02:39:36 -0000	1.4
+++ intel/stratav2/current/ChangeLog	19 Dec 2008 21:05:57 -0000
@@ -1,5 +1,9 @@
+2008-12-19  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/flash_strata_v2.cdl: Doh, fix doc link properly.
+
 2008-11-23  Sergei Gavrikov  <sergei.gavrikov@gmail.com>
 
 	* doc/strata.sgml: Fix cut'n'paste typo in example: amd->strata.
 
 2008-11-20  Jonathan Larmour  <jifl@eCosCentric.com>
Index: 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.3
diff -u -5 -p -r1.3 flash_strata_v2.cdl
--- intel/stratav2/current/cdl/flash_strata_v2.cdl	20 Nov 2008 17:15:33 -0000	1.3
+++ intel/stratav2/current/cdl/flash_strata_v2.cdl	19 Dec 2008 21:05:57 -0000
@@ -48,11 +48,11 @@
 #
 # ====================================================================
 
 cdl_package CYGPKG_DEVS_FLASH_STRATA_V2 {
     display       "Intel StrataFLASH memory support"
-    doc           ecos-ref/devs-flash-strata.html
+    doc           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]