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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [powerpc/] [ppc60x/] [v2_0/] [cdl/] [hal_powerpc_ppc60x.cdl] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
# ====================================================================
2
#
3
#      hal_powerpc_ppc60x.cdl
4
#
5
#      PowerPC/PPC60x 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
## Copyright (C) 2002 Gary Thomas
13
##
14
## eCos is free software; you can redistribute it and/or modify it under
15
## the terms of the GNU General Public License as published by the Free
16
## Software Foundation; either version 2 or (at your option) any later version.
17
##
18
## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
19
## 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 along
24
## with eCos; if not, write to the Free Software Foundation, Inc.,
25
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
26
##
27
## As a special exception, if other files instantiate templates or use macros
28
## or inline functions from this file, or you compile this file and link it
29
## with other works to produce a work based on this file, this file does not
30
## by itself cause the resulting work to be covered by the GNU General Public
31
## License. However the source code for this file must still be made available
32
## in accordance with section (3) of the GNU General Public License.
33
##
34
## This exception does not invalidate any other reasons why a work based on
35
## this file might be covered by the GNU General Public License.
36
##
37
## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
38
## at http://sources.redhat.com/ecos/ecos-license/
39
## -------------------------------------------
40
#####ECOSGPLCOPYRIGHTEND####
41
# ====================================================================
42
######DESCRIPTIONBEGIN####
43
#
44
# Author(s):      jskov
45
# Contributors:
46
# Date:           2000-02-04
47
#
48
#####DESCRIPTIONEND####
49
#
50
# ====================================================================
51
 
52
cdl_package CYGPKG_HAL_POWERPC_PPC60x {
53
    display       "PowerPC 60x variant HAL"
54
    parent        CYGPKG_HAL_POWERPC
55
    hardware
56
    include_dir   cyg/hal
57
    define_header hal_powerpc_ppc60x.h
58
    description   "
59
           The PowerPC 60x variant HAL package provides generic support
60
           for this processor variant. It is also necessary to
61
           select a specific target platform HAL package."
62
 
63
    cdl_interface CYGINT_HAL_USE_ROM_MONITOR_UNSUPPORTED {
64
        display       "ROM monitor configuration is unsupported"
65
        no_define
66
    }
67
    cdl_option CYGSEM_HAL_USE_ROM_MONITOR {
68
        display       "Work with a ROM monitor"
69
        flavor        bool
70
        default_value { (CYG_HAL_STARTUP == "RAM" &&
71
                        !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS &&
72
                        !CYGINT_HAL_USE_ROM_MONITOR_UNSUPPORTED &&
73
                        !CYGSEM_HAL_POWERPC_COPY_VECTORS) ? 1 : 0 }
74
        parent        CYGPKG_HAL_ROM_MONITOR
75
        requires      { CYG_HAL_STARTUP == "RAM" }
76
        requires      ! CYGSEM_HAL_POWERPC_COPY_VECTORS
77
        requires      ! CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
78
        requires      ! CYGINT_HAL_USE_ROM_MONITOR_UNSUPPORTED
79
        description   "
80
            Allow coexistence with ROM monitor (CygMon or GDB stubs) by
81
            only initializing interrupt vectors on startup, thus leaving
82
            exception handling to the ROM monitor."
83
    }
84
 
85
    # Note: This should be sub-variant specific to reduce memory use.
86
    define_proc {
87
        puts $cdl_header "#define CYGHWR_HAL_VSR_TABLE (CYGHWR_HAL_POWERPC_VECTOR_BASE + 0x3000)"
88
        puts $cdl_header "#define CYGHWR_HAL_VIRTUAL_VECTOR_TABLE (CYGHWR_HAL_VSR_TABLE + 0x200)"
89
    }
90
 
91
    cdl_component CYGPKG_HAL_POWERPC_PPC603 {
92
        display       "PowerPC 603 microprocessor"
93
        default_value 1
94
        implements    CYGINT_HAL_POWERPC_VARIANT
95
        description "
96
            The PowerPC 603 microprocessor."
97
 
98
        cdl_option CYGHWR_HAL_POWERPC_FPU {
99
            display    "Variant FPU support"
100
            calculated 1
101
        }
102
 
103
        cdl_option CYGPKG_HAL_POWERPC_MSBFIRST {
104
            display    "CPU Variant big-endian"
105
            calculated 1
106
        }
107
    }
108
 
109
    define_proc {
110
        puts $::cdl_header "#include "
111
    }
112
 
113
    compile       var_intr.c var_misc.c variant.S
114
}

powered by: WebSVN 2.1.0

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