OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [watchdog/] [synth/] [v2_0/] [cdl/] [synth_watchdog.cdl] - Blame information for rev 584

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
# ====================================================================
2
#
3
#      synth_watchdog.cdl
4
#
5
#      Synthetic target watchdog package.
6
#
7
# ====================================================================
8
#####ECOSGPLCOPYRIGHTBEGIN####
9
## -------------------------------------------
10
## This file is part of eCos, the Embedded Configurable Operating System.
11
## Copyright (C) 2002 Bart Veer
12
##
13
## eCos is free software; you can redistribute it and/or modify it under
14
## the terms of the GNU General Public License as published by the Free
15
## Software Foundation; either version 2 or (at your option) any later version.
16
##
17
## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
18
## WARRANTY; without even the implied warranty of MERCHANTABILITY or
19
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
20
## for more details.
21
##
22
## You should have received a copy of the GNU General Public License along
23
## with eCos; if not, write to the Free Software Foundation, Inc.,
24
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
25
##
26
## As a special exception, if other files instantiate templates or use macros
27
## or inline functions from this file, or you compile this file and link it
28
## with other works to produce a work based on this file, this file does not
29
## by itself cause the resulting work to be covered by the GNU General Public
30
## License. However the source code for this file must still be made available
31
## in accordance with section (3) of the GNU General Public License.
32
##
33
## This exception does not invalidate any other reasons why a work based on
34
## this file might be covered by the GNU General Public License.
35
##
36
## Alternative licenses for eCos may be arranged by contacting the
37
## copyright holder(s).
38
## -------------------------------------------
39
#####ECOSGPLCOPYRIGHTEND####
40
# ====================================================================
41
######DESCRIPTIONBEGIN####
42
#
43
# Author(s):      bartv
44
# Original data:  bartv
45
# Contributors:
46
# Date:           2002-08-07
47
#
48
#####DESCRIPTIONEND####
49
# ====================================================================
50
 
51
cdl_package CYGPKG_DEVS_WATCHDOG_SYNTH {
52
    display     "Synthetic target watchdog support"
53
    description "
54
        The watchdog driver for the eCos synthetic target provides
55
        emulation of a watchdog device: if the eCos application starts
56
        the watchdog and fails to reset it regularly then the host-side
57
        support will detect this and kill the eCos application with a
58
        SIGPWR signal."
59
    doc         ref/devs-watchdog-synth.html
60
 
61
    parent      CYGPKG_IO_WATCHDOG
62
    active_if   CYGPKG_IO_WATCHDOG
63
    implements  CYGINT_WATCHDOG_HW_IMPLEMENTATIONS
64
    implements  CYGINT_WATCHDOG_RESETS_ON_TIMEOUT
65
 
66
    cdl_option CYGIMP_WATCHDOG_HARDWARE {
67
        parent        CYGPKG_IO_WATCHDOG_IMPLEMENTATION
68
        display       "use \"hardware\" watchdog"
69
        default_value 1
70
        implements    CYGINT_WATCHDOG_IMPLEMENTATIONS
71
        compile       synth_watchdog.cxx
72
        description "
73
            eCos provides several implementations of a watchdog device.
74
            The default is to use the \"hardware\" implementation, which
75
            for the synthetic target involves interacting with a
76
            watchdog.tcl script running inside the I/O auxiliary."
77
    }
78
 
79
    cdl_component CYGPKG_DEVS_WATCHDOG_SYNTH_OPTIONS {
80
        display     "Build options"
81
        active_if   CYGIMP_WATCHDOG_HARDWARE
82
        flavor      none
83
 
84
        description "
85
            Package-specific build options including control over compiler
86
            flags used only in building this package."
87
 
88
        cdl_option CYGPKG_DEVS_WATCHDOG_SYNTH_CFLAGS_ADD {
89
            display "Additional compiler flags"
90
            flavor  data
91
            no_define
92
            default_value { "" }
93
            description   "
94
                This option modifies the set of compiler flags for
95
                building this package. These flags are used in addition
96
                to the set of global flags."
97
        }
98
        cdl_option CYGPKG_DEVS_WATCHDOG_SYNTH_CFLAGS_REMOVE {
99
            display "Suppressed compiler flags"
100
            flavor  data
101
            no_define
102
            default_value { "" }
103
            description   "
104
                This option modifies the set of compiler flags for
105
                building this package. These flags are removed from
106
                the set of global flags if present."
107
        }
108
    }
109
}
110
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.