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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [io/] [disk/] [current/] [cdl/] [io_disk.cdl] - Blame information for rev 825

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

Line No. Rev Author Line
1 786 skrzyp
# ====================================================================
2
#
3
#      io_disk.cdl
4
#
5
#      eCos IO configuration data
6
#
7
# ====================================================================
8
## ####ECOSGPLCOPYRIGHTBEGIN####
9
## -------------------------------------------
10
## This file is part of eCos, the Embedded Configurable Operating System.
11
## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2009 Free Software Foundation, Inc.
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
16
## version.
17
##
18
## eCos is distributed in the hope that it will be useful, but WITHOUT
19
## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
21
## for more details.
22
##
23
## You should have received a copy of the GNU General Public License
24
## along with eCos; if not, write to the Free Software Foundation, Inc.,
25
## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
26
##
27
## As a special exception, if other files instantiate templates or use
28
## macros or inline functions from this file, or you compile this file
29
## and link it with other works to produce a work based on this file,
30
## this file does not by itself cause the resulting work to be covered by
31
## the GNU General Public License. However the source code for this file
32
## must still be made available in accordance with section (3) of the GNU
33
## General Public License v2.
34
##
35
## This exception does not invalidate any other reasons why a work based
36
## on this file might be covered by the GNU General Public License.
37
## -------------------------------------------
38
## ####ECOSGPLCOPYRIGHTEND####
39
# ====================================================================
40
######DESCRIPTIONBEGIN####
41
#
42
# Author(s):      savin
43
# Original data:  jskov, gthomas
44
# Contributors:
45
# Date:           2003-06-09
46
#
47
#####DESCRIPTIONEND####
48
#
49
# ====================================================================
50
 
51
cdl_package CYGPKG_IO_DISK {
52
    display       "Disk device drivers"
53
    parent        CYGPKG_IO
54
    active_if     CYGPKG_IO
55
    requires      CYGPKG_ERROR
56
    include_dir   cyg/io
57
    description   "
58
        This option enables drivers for basic I/O services on
59
        disk devices."
60
 
61
    compile       -library=libextras.a disk.c
62
 
63
    define_proc {
64
        puts $::cdl_header "/***** proc output start *****/"
65
        puts $::cdl_header "#include "
66
        puts $::cdl_header "#ifdef CYGDAT_IO_DISK_DEVICE_HEADER"
67
        puts $::cdl_header "# include CYGDAT_IO_DISK_DEVICE_HEADER"
68
        puts $::cdl_header "#endif "
69
        puts $::cdl_header "/****** proc output end ******/"
70
    }
71
 
72
    cdl_component CYGPKG_IO_DISK_DEVICES {
73
        display       "Hardware disk device drivers"
74
        flavor        bool
75
        default_value 1
76
        description   "
77
            This option enables the hardware disk drivers
78
            for the current platform."
79
    }
80
 
81
    cdl_component CYGDBG_IO_DISK_DEBUG {
82
        display       "Enable debugging output"
83
        flavor        bool
84
        default_value 0
85
        description   "
86
            This option enables debugging information from
87
            the disk driver package."
88
    }
89
 
90
    cdl_component CYGPKG_IO_DISK_OPTIONS {
91
        display "Disk device driver build options"
92
        flavor  none
93
        description   "
94
                Package specific build options including control over
95
                compiler flags used only in building this package,
96
                and details of which tests are built."
97
 
98
 
99
        cdl_option CYGPKG_IO_DISK_CFLAGS_ADD {
100
            display "Additional compiler flags"
101
            flavor  data
102
            no_define
103
            default_value { "" }
104
            description   "
105
                This option modifies the set of compiler flags for
106
                building the disk device drivers. These flags are used
107
                in addition to the set of global flags."
108
        }
109
 
110
        cdl_option CYGPKG_IO_DISK_CFLAGS_REMOVE {
111
            display "Suppressed compiler flags"
112
            flavor  data
113
            no_define
114
            default_value { "" }
115
            description   "
116
                This option modifies the set of compiler flags for
117
                building the disk device drivers. These flags are removed from
118
                the set of global flags if present."
119
        }
120
    }
121
}
122
 
123
# ====================================================================
124
# EOF io_disk.cdl

powered by: WebSVN 2.1.0

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