summaryrefslogtreecommitdiffstats
path: root/zpu/sw/ecos/repository/ecos.db
blob: c31fc4b1efd002a0800a7434f1e1efff3f8dbca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128

package CYGPKG_DEVS_ETH_OPENCORES_ETHERMAC {
        alias           { "opencore's ethermac support" devs_eth_opencores_ethermac }
        hardware
        directory       dev/eth/opencores/ethermac
        script          opencores_ethermac_drivers.cdl
        description "This package contains hardware support for Opencores
                     ethermac."
}

package CYGPKG_DEVS_ETH_ZPU_OPENCORES_PHI {
        alias           { "ethernet support for opencores on Zylin Phi addon board" devs_eth_zpu_opencores_phi }
	hardware
	directory       dev/eth/zpu/opencores/phi
	script          phi_opencores_ethmac_drivers.cdl
	description	"This package contains hardware support for Opencores Ethermac
		    ethernet device on Phi."
}



package CYGPKG_HAL_ZYLIN {
	alias		{ "Zylin common HAL" hal_zylin }
	directory	hal/zylin/arch
	script		hal_zylin.cdl
	hardware
	description "
The Zylin architecture HAL package provides generic support for this
processor architecture. It is also necessary to select a specific
target platform HAL package."
}


package CYGPKG_HAL_ZYLIN_ZPU {
	alias		{ "Zylin ZPU variant HAL" hal_zylin_zpu }
	directory	hal/zylin/zpu/var
	script		hal_zylin_zpu.cdl
	hardware
        description "
        The Zylin ZPU HAL package provides the support needed to run eCos on Zylin
        ZPU based targets."
}



package CYGPKG_HAL_ZYLIN_ZPU_ZETA {
	alias		{ "Zylin ZPU simulation" zeta }
	directory	hal/zylin/zpu/zeta
	script		hal_zylin_zpu_zeta.cdl
	hardware
        description "
	The Zylin ZPU package provides the support needed to run eCos on an Zylin 
	evaluation board."
}
package CYGPKG_HAL_ZYLIN_ZPU_PHI {
	alias		{ "Zylin ZPU evaluation board" phi }
	directory	hal/zylin/zpu/phi
	script		hal_zylin_zpu_phi.cdl
	hardware
        description "
	The Zylin ZPU package provides the support needed to run eCos on a Zylin eCosBoard"
}

package CYGPKG_HAL_ZYLIN_ZPU_ABEL {
	alias		{ "Zylin ZPU Abel board" abel }
	directory	hal/zylin/zpu/abel
	script		hal_zylin_zpu_abel.cdl
	hardware
        description "
	The Zylin ZPU package provides the support needed to run eCos on an Abel Zylin 
	evaluation board."
}


package CYGPKG_PHI_NET {
	alias		{ "Zylin Phi networking" phi_net }
	directory	net/zylin
	script		phi_net.cdl
	hardware
        description "Contains phi specific network init."
}


target zeta {
	alias { "Zylin ZPU evaluation board " zeta }
	packages { CYGPKG_HAL_ZYLIN
                   CYGPKG_HAL_ZYLIN_ZPU
                   CYGPKG_HAL_ZYLIN_ZPU_ZETA
        }
        description "
	The Zylin ZPU target provides the packages needed to run eCos on an Zylin 
	evaluation board."
}

target phi {
	alias { "Zylin ZPU evaluation board " phi }
	packages { CYGPKG_HAL_ZYLIN
                   CYGPKG_HAL_ZYLIN_ZPU
                   CYGPKG_HAL_ZYLIN_ZPU_PHI
        }
        description "
	The Zylin ZPU target provides the packages needed to run eCos on an Zylin eCosBoard"
}

target abel {
	alias { "Zylin ZPU evaluation board " abel }
	packages { CYGPKG_HAL_ZYLIN
                   CYGPKG_HAL_ZYLIN_ZPU
                   CYGPKG_HAL_ZYLIN_ZPU_ABEL
        }
        description "
	The Zylin ZPU target provides the packages needed to run eCos on an Abel Zylin 
	evaluation board."
}

target zpuetherphi {
	alias { "Zylin Phi addon board with ethernet" etherphi }
	packages { CYGPKG_HAL_ZYLIN
                   CYGPKG_HAL_ZYLIN_ZPU
                   CYGPKG_HAL_ZYLIN_ZPU_PHI
                   CYGPKG_IO_ETH_DRIVERS
                   CYGPKG_DEVS_ETH_OPENCORES_ETHERMAC
		   CYGPKG_DEVS_ETH_ZPU_OPENCORES_PHI
        }
        description "
	The Zylin Phi ZPU target provides the packages needed to run ZPU eCos on a
	Zylin eCosBoard addon board with ethernet."
}
OpenPOWER on IntegriCloud