This patch adds references to per-package documentation for various packages where this reference was missing. Checked-in.
John Dallaway
Index: devs/eth/phy/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/phy/current/ChangeLog,v retrieving revision 1.13 diff -u -5 -r1.13 ChangeLog --- devs/eth/phy/current/ChangeLog 28 Oct 2008 08:57:25 -0000 1.13 +++ devs/eth/phy/current/ChangeLog 30 Dec 2008 21:40:33 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/phy_eth_drivers.cdl: Reference per-package documentation. + 2008-10-28 Oliver Munz <[email protected]> * cdl/phy_eth_drivers.cdl: * src/KSZ8041.c: Add support for Micrel KSZ8041 PHY Index: devs/eth/phy/current/cdl/phy_eth_drivers.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl,v retrieving revision 1.10 diff -u -5 -r1.10 phy_eth_drivers.cdl --- devs/eth/phy/current/cdl/phy_eth_drivers.cdl 28 Oct 2008 08:57:25 -0000 1.10 +++ devs/eth/phy/current/cdl/phy_eth_drivers.cdl 30 Dec 2008 21:40:33 -0000 @@ -49,10 +49,11 @@ # #==================================================================== cdl_package CYGPKG_DEVS_ETH_PHY { display "Ethernet transciever (PHY) support" + doc ref/io-eth-phy-generic.html description "API for ethernet PHY devices" parent CYGPKG_IO_ETH_DRIVERS active_if CYGPKG_IO_ETH_DRIVERS requires CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT Index: devs/framebuf/synth/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/framebuf/synth/current/ChangeLog,v retrieving revision 1.1 diff -u -5 -r1.1 ChangeLog --- devs/framebuf/synth/current/ChangeLog 7 Oct 2008 21:10:17 -0000 1.1 +++ devs/framebuf/synth/current/ChangeLog 30 Dec 2008 21:40:36 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/framebuf_synth.cdl: Reference per-package documentation. + 2008-10-06 Bart Veer <[email protected]> * synthetic target framebuffer driver imported into anoncvs //=========================================================================== Index: devs/framebuf/synth/current/cdl/framebuf_synth.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/framebuf/synth/current/cdl/framebuf_synth.cdl,v retrieving revision 1.1 diff -u -5 -r1.1 framebuf_synth.cdl --- devs/framebuf/synth/current/cdl/framebuf_synth.cdl 7 Oct 2008 21:10:17 -0000 1.1 +++ devs/framebuf/synth/current/cdl/framebuf_synth.cdl 30 Dec 2008 21:40:38 -0000 @@ -43,10 +43,11 @@ #####DESCRIPTIONEND#### #======================================================================== cdl_package CYGPKG_DEVS_FRAMEBUF_SYNTH { display "Synthetic Target Framebuffer device driver" + doc ref/devs-framebuf-synth-ref.html parent CYGPKG_IO_FRAMEBUF active_if CYGPKG_IO_FRAMEBUF hardware include_files Index: devs/i2c/m68k/mcf52xx/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/i2c/m68k/mcf52xx/current/ChangeLog,v retrieving revision 1.1 diff -u -5 -r1.1 ChangeLog --- devs/i2c/m68k/mcf52xx/current/ChangeLog 6 Aug 2006 22:34:06 -0000 1.1 +++ devs/i2c/m68k/mcf52xx/current/ChangeLog 30 Dec 2008 21:40:38 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/i2c_mcf52xx.cdl: Reference per-package documentation. + 2006-02-28 Bart Veer <[email protected]> * doc/mcf52xx_i2c.sgml, include/i2c_mcf52xx.h: new files * src/i2c_mcf52xx.c, cdl/i2c_mcf52xx.cdl: various clean-ups Index: devs/i2c/m68k/mcf52xx/current/cdl/i2c_mcf52xx.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/i2c/m68k/mcf52xx/current/cdl/i2c_mcf52xx.cdl,v retrieving revision 1.1 diff -u -5 -r1.1 i2c_mcf52xx.cdl --- devs/i2c/m68k/mcf52xx/current/cdl/i2c_mcf52xx.cdl 6 Aug 2006 22:34:06 -0000 1.1 +++ devs/i2c/m68k/mcf52xx/current/cdl/i2c_mcf52xx.cdl 30 Dec 2008 21:40:38 -0000 @@ -42,10 +42,11 @@ # ==================================================================== cdl_package CYGPKG_DEVS_I2C_MCF52xx { display "I2C driver for coldfire MCF52xx family" + doc ref/devs-i2c-m68k-mcf52xx-part.html parent CYGPKG_IO_I2C active_if CYGPKG_IO_I2C active_if CYGPKG_HAL_M68K_MCF52xx Index: devs/wallclock/dallas/ds1307/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/wallclock/dallas/ds1307/current/ChangeLog,v retrieving revision 1.2 diff -u -5 -r1.2 ChangeLog --- devs/wallclock/dallas/ds1307/current/ChangeLog 20 Apr 2005 12:38:42 -0000 1.2 +++ devs/wallclock/dallas/ds1307/current/ChangeLog 30 Dec 2008 21:40:40 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/wallclock_ds1307.cdl: Reference per-package documentation. + 2004-10-09 Bart Veer <[email protected]> * doc/ds1307.sgml: add package documentation * src/ds1307.cxx, cdl/wallclock_ds1307.cdl: use the generic I2C Index: devs/wallclock/dallas/ds1307/current/cdl/wallclock_ds1307.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/wallclock/dallas/ds1307/current/cdl/wallclock_ds1307.cdl,v retrieving revision 1.2 diff -u -5 -r1.2 wallclock_ds1307.cdl --- devs/wallclock/dallas/ds1307/current/cdl/wallclock_ds1307.cdl 20 Apr 2005 12:38:42 -0000 1.2 +++ devs/wallclock/dallas/ds1307/current/cdl/wallclock_ds1307.cdl 30 Dec 2008 21:40:40 -0000 @@ -55,10 +55,11 @@ active_if CYGPKG_IO_WALLCLOCK display "Wallclock device driver for Dallas 1307" description " This package provides a file with init, get and set functions for the Dallas 1307 clock part." + doc ref/devs-wallclock-dallas-ds1307-part.html compile ds1307.cxx implements CYGINT_WALLCLOCK_HW_IMPLEMENTATIONS active_if CYGIMP_WALLCLOCK_HARDWARE Index: hal/sh/sh4_202_md/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sh/sh4_202_md/current/ChangeLog,v retrieving revision 1.1 diff -u -5 -r1.1 ChangeLog --- hal/sh/sh4_202_md/current/ChangeLog 5 Dec 2003 17:08:47 -0000 1.1 +++ hal/sh/sh4_202_md/current/ChangeLog 30 Dec 2008 21:40:42 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/hal_sh_sh4_202_md.cdl: Reference per-package documentation. + 2003-10-16 John Dallaway <[email protected]> * misc/sh4_202_md.ld: Place .stack at 0x88200000 by default. 2003-10-15 Nick Garnett <[email protected]> Index: hal/sh/sh4_202_md/current/cdl/hal_sh_sh4_202_md.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/sh/sh4_202_md/current/cdl/hal_sh_sh4_202_md.cdl,v retrieving revision 1.1 diff -u -5 -r1.1 hal_sh_sh4_202_md.cdl --- hal/sh/sh4_202_md/current/cdl/hal_sh_sh4_202_md.cdl 5 Dec 2003 17:08:47 -0000 1.1 +++ hal/sh/sh4_202_md/current/cdl/hal_sh_sh4_202_md.cdl 30 Dec 2008 21:40:43 -0000 @@ -50,10 +50,11 @@ # # ==================================================================== cdl_package CYGPKG_HAL_SH_SH4_202_MD { display "SuperH SH4-202 MicroDev CPU Board" + doc ref/hal-sh4-microdev-part.html parent CYGPKG_HAL_SH requires CYGPKG_HAL_SH_202 requires CYGHWR_HAL_SH_IRQ_USE_IRQLVL requires ! CYGHWR_HAL_SH_BIGENDIAN define_header hal_sh_sh4_202_md.h Index: hal/synth/arch/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/synth/arch/current/ChangeLog,v retrieving revision 1.39 diff -u -5 -r1.39 ChangeLog --- hal/synth/arch/current/ChangeLog 7 Oct 2008 09:47:40 -0000 1.39 +++ hal/synth/arch/current/ChangeLog 30 Dec 2008 21:40:43 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/hal_synth.cdl: Reference per-package documentation. + 2008-10-07 Bart Veer <[email protected]> * host/ecosynth.tcl: another attempt to fix the X problems when shutting down. Index: hal/synth/arch/current/cdl/hal_synth.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/hal/synth/arch/current/cdl/hal_synth.cdl,v retrieving revision 1.10 diff -u -5 -r1.10 hal_synth.cdl --- hal/synth/arch/current/cdl/hal_synth.cdl 13 Aug 2008 21:06:19 -0000 1.10 +++ hal/synth/arch/current/cdl/hal_synth.cdl 30 Dec 2008 21:40:43 -0000 @@ -49,10 +49,11 @@ # # ==================================================================== cdl_package CYGPKG_HAL_SYNTH { display "Linux Synthetic target" + doc ref/hal-synth-arch.html parent CYGPKG_HAL_I386 define_header hal_synth.h include_dir cyg/hal requires !CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT Index: io/adc/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/adc/current/ChangeLog,v retrieving revision 1.1 diff -u -5 -r1.1 ChangeLog --- io/adc/current/ChangeLog 8 Aug 2008 10:47:04 -0000 1.1 +++ io/adc/current/ChangeLog 30 Dec 2008 21:40:44 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/io_adc.cdl: Reference per-package documentation. + 2008-08-08 Nick Garnett <[email protected]> * cdl/io_adc.cdl: * doc/adc.sgml: * include/adc.h: Index: io/adc/current/cdl/io_adc.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/io/adc/current/cdl/io_adc.cdl,v retrieving revision 1.1 diff -u -5 -r1.1 io_adc.cdl --- io/adc/current/cdl/io_adc.cdl 8 Aug 2008 10:47:04 -0000 1.1 +++ io/adc/current/cdl/io_adc.cdl 30 Dec 2008 21:40:44 -0000 @@ -46,10 +46,11 @@ ##========================================================================*/ cdl_package CYGPKG_IO_ADC { display "ADC device drivers" + doc ref/io-adc.html parent CYGPKG_IO active_if CYGPKG_IO requires CYGPKG_ERROR include_dir cyg/io description " Index: io/i2c/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/i2c/current/ChangeLog,v retrieving revision 1.4 diff -u -5 -r1.4 ChangeLog --- io/i2c/current/ChangeLog 15 Jul 2005 13:52:27 -0000 1.4 +++ io/i2c/current/ChangeLog 30 Dec 2008 21:40:45 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/i2c.cdl: Reference per-package documentation. + 2005-06-30 Bart Veer <[email protected]> * src/i2c.cxx (cyg_i2c_init): remove incorrect const 2005-05-11 Bart Veer <[email protected]> Index: io/i2c/current/cdl/i2c.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/io/i2c/current/cdl/i2c.cdl,v retrieving revision 1.1 diff -u -5 -r1.1 i2c.cdl --- io/i2c/current/cdl/i2c.cdl 20 Apr 2005 12:25:30 -0000 1.1 +++ io/i2c/current/cdl/i2c.cdl 30 Dec 2008 21:40:45 -0000 @@ -43,10 +43,11 @@ #####DESCRIPTIONEND#### #======================================================================== cdl_package CYGPKG_IO_I2C { display "I2C support" + doc ref/io-i2c.html requires CYGPKG_INFRA CYGPKG_HAL hardware include_dir cyg/io compile i2c.cxx Index: io/spi/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/io/spi/current/ChangeLog,v retrieving revision 1.2 diff -u -5 -r1.2 ChangeLog --- io/spi/current/ChangeLog 25 Aug 2004 13:43:41 -0000 1.2 +++ io/spi/current/ChangeLog 30 Dec 2008 21:40:45 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/spi.cdl: Reference per-package documentation. + 2004-08-25 Bart Veer <[email protected]> * cdl/spi.cdl: change the package's main display string, to avoid confusion in the configtool's tree view if SPI device drivers are placed below it Index: io/spi/current/cdl/spi.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/io/spi/current/cdl/spi.cdl,v retrieving revision 1.2 diff -u -5 -r1.2 spi.cdl --- io/spi/current/cdl/spi.cdl 25 Aug 2004 13:43:41 -0000 1.2 +++ io/spi/current/cdl/spi.cdl 30 Dec 2008 21:40:45 -0000 @@ -43,10 +43,11 @@ #####DESCRIPTIONEND#### #======================================================================== cdl_package CYGPKG_IO_SPI { display "SPI support" + doc ref/io-spi.html requires CYGPKG_INFRA CYGPKG_HAL hardware include_dir cyg/io compile spi.c Index: net/ipsec/libipsec/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/ipsec/libipsec/current/ChangeLog,v retrieving revision 1.2 diff -u -5 -r1.2 ChangeLog --- net/ipsec/libipsec/current/ChangeLog 5 Jan 2004 21:53:03 -0000 1.2 +++ net/ipsec/libipsec/current/ChangeLog 30 Dec 2008 21:40:47 -0000 @@ -1,5 +1,9 @@ +2008-12-30 John Dallaway <[email protected]> + + * cdl/libipsec.cdl: Reference per-package documentation. + 2004-01-05 Jonathan Larmour <[email protected]> * doc/prepare-manpages.sh: Shorten sect1 id's to make them more acceptable to default jade installations. Index: net/ipsec/libipsec/current/cdl/libipsec.cdl =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/ipsec/libipsec/current/cdl/libipsec.cdl,v retrieving revision 1.1 diff -u -5 -r1.1 libipsec.cdl --- net/ipsec/libipsec/current/cdl/libipsec.cdl 22 Nov 2003 12:56:30 -0000 1.1 +++ net/ipsec/libipsec/current/cdl/libipsec.cdl 30 Dec 2008 21:40:47 -0000 @@ -26,10 +26,11 @@ # # ==================================================================== cdl_package CYGPKG_NET_IPSEC_LIBIPSEC { display "Implements the libipsec library" + doc ref/net-ipsec-common.html parent CYGPKG_NET_IPSEC requires CYGPKG_NET_IPSEC compile \ ipsec_dump_policy.c \
