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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [v85x/] [v850/] [v2_0/] [cdl/] [hal_v85x_v850.cdl] - Blame information for rev 249

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

Line No. Rev Author Line
1 27 unneback
# ====================================================================
2
#
3
#      hal_v85x_v850.cdl
4
#
5
#      NEC/V850 variant architectural HAL package 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 Red Hat, 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 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 Red Hat, Inc.
37
## at http://sources.redhat.com/ecos/ecos-license/
38
## -------------------------------------------
39
#####ECOSGPLCOPYRIGHTEND####
40
# ====================================================================
41
######DESCRIPTIONBEGIN####
42
#
43
# Author(s):      gthomas
44
# Contributors:   jlarmour
45
# Date:           2000-03-09
46
#
47
#####DESCRIPTIONEND####
48
#
49
# ====================================================================
50
 
51
cdl_package CYGPKG_HAL_V85X_V850 {
52
    display       "V850 variant"
53
    parent        CYGPKG_HAL_V85X
54
    hardware
55
    include_dir   cyg/hal
56
    define_header hal_v85x_v850.h
57
    description   "
58
           The V850 variant HAL package provides generic support
59
           for this processor architecture. It is also necessary to
60
           select a specific target platform HAL package."
61
 
62
    define_proc {
63
        puts $::cdl_header "#include "
64
    }
65
 
66
    compile v850_stub.c v850_misc.c context.S hal_diag.c
67
 
68
    implements    CYGINT_HAL_TESTS_NO_CACHES
69
 
70
    cdl_interface CYGINT_HAL_V850_DIAG_ONCHIP_SERIAL0 {
71
        display  "Defined if platform uses standard on-chip serial0"
72
    }
73
 
74
    cdl_option CYGBLD_HAL_V850_DIAG_USE_ONCHIP_SERIAL0 {
75
        display    "Build diag driver for on-chip V850 serial 0"
76
        active_if  { CYGINT_HAL_V850_DIAG_ONCHIP_SERIAL0 != 0 }
77
        compile hal_diag.c
78
    }
79
 
80
    cdl_interface CYGINT_HAL_V850_VARIANT_SA1 {
81
        display  "Defined if CPU is a V850/SA1"
82
    }
83
 
84
    cdl_interface CYGINT_HAL_V850_VARIANT_SB1 {
85
        display  "Defined if CPU is a V850/SB1"
86
    }
87
 
88
    requires 1 == CYGINT_HAL_V850_VARIANT_SA1 ^ 1 == CYGINT_HAL_V850_VARIANT_SB1
89
    # by virtue of the above requires:
90
    implements CYGINT_HAL_V85X_VARIANT
91
 
92
    cdl_option CYGDBG_HAL_V850_ICE {
93
        display   "Support debugging via ICE"
94
        default_value { (0 != CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT) && \
95
                        ("RAM" != CYG_HAL_STARTUP) }
96
        requires   CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT
97
        implements CYGINT_HAL_V85X_ICE_DEBUG
98
        compile    -library=libextras.a v850_ice.cxx
99
        description \
100
               "This option enables additional support for debugging via
101
                ICE, chiefly in the form of an interface to gdbserv which
102
                allows it to provide eCos thread data in GDB."
103
    }
104
 
105
    make {
106
        /lib/target.ld: /src/v85x_v850.ld
107
        $(CC) -E -P -Wp,-MD,target.tmp -DEXTRAS=1 -xc $(INCLUDE_PATH) $(CFLAGS) -o $@ $<
108
        @echo $@ ": \\" > $(notdir $@).deps
109
        @tail +2 target.tmp >> $(notdir $@).deps
110
        @echo >> $(notdir $@).deps
111
        @rm target.tmp
112
    }
113
 
114
    cdl_option CYGBLD_LINKER_SCRIPT {
115
        display "Linker script"
116
        flavor data
117
        no_define
118
        calculated  { "src/v85x_v850.ld" }
119
    }
120
 
121
}

powered by: WebSVN 2.1.0

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