add: performance values for Lattice MachXO2
[zpu.git] / zpu / sw / ecos / repository / ecos.db
blobc31fc4b1efd002a0800a7434f1e1efff3f8dbca8
2 package CYGPKG_DEVS_ETH_OPENCORES_ETHERMAC {
3         alias           { "opencore's ethermac support" devs_eth_opencores_ethermac }
4         hardware
5         directory       dev/eth/opencores/ethermac
6         script          opencores_ethermac_drivers.cdl
7         description "This package contains hardware support for Opencores
8                      ethermac."
11 package CYGPKG_DEVS_ETH_ZPU_OPENCORES_PHI {
12         alias           { "ethernet support for opencores on Zylin Phi addon board" devs_eth_zpu_opencores_phi }
13         hardware
14         directory       dev/eth/zpu/opencores/phi
15         script          phi_opencores_ethmac_drivers.cdl
16         description     "This package contains hardware support for Opencores Ethermac
17                     ethernet device on Phi."
22 package CYGPKG_HAL_ZYLIN {
23         alias           { "Zylin common HAL" hal_zylin }
24         directory       hal/zylin/arch
25         script          hal_zylin.cdl
26         hardware
27         description "
28 The Zylin architecture HAL package provides generic support for this
29 processor architecture. It is also necessary to select a specific
30 target platform HAL package."
34 package CYGPKG_HAL_ZYLIN_ZPU {
35         alias           { "Zylin ZPU variant HAL" hal_zylin_zpu }
36         directory       hal/zylin/zpu/var
37         script          hal_zylin_zpu.cdl
38         hardware
39         description "
40         The Zylin ZPU HAL package provides the support needed to run eCos on Zylin
41         ZPU based targets."
46 package CYGPKG_HAL_ZYLIN_ZPU_ZETA {
47         alias           { "Zylin ZPU simulation" zeta }
48         directory       hal/zylin/zpu/zeta
49         script          hal_zylin_zpu_zeta.cdl
50         hardware
51         description "
52         The Zylin ZPU package provides the support needed to run eCos on an Zylin 
53         evaluation board."
55 package CYGPKG_HAL_ZYLIN_ZPU_PHI {
56         alias           { "Zylin ZPU evaluation board" phi }
57         directory       hal/zylin/zpu/phi
58         script          hal_zylin_zpu_phi.cdl
59         hardware
60         description "
61         The Zylin ZPU package provides the support needed to run eCos on a Zylin eCosBoard"
64 package CYGPKG_HAL_ZYLIN_ZPU_ABEL {
65         alias           { "Zylin ZPU Abel board" abel }
66         directory       hal/zylin/zpu/abel
67         script          hal_zylin_zpu_abel.cdl
68         hardware
69         description "
70         The Zylin ZPU package provides the support needed to run eCos on an Abel Zylin 
71         evaluation board."
75 package CYGPKG_PHI_NET {
76         alias           { "Zylin Phi networking" phi_net }
77         directory       net/zylin
78         script          phi_net.cdl
79         hardware
80         description "Contains phi specific network init."
84 target zeta {
85         alias { "Zylin ZPU evaluation board " zeta }
86         packages { CYGPKG_HAL_ZYLIN
87                    CYGPKG_HAL_ZYLIN_ZPU
88                    CYGPKG_HAL_ZYLIN_ZPU_ZETA
89         }
90         description "
91         The Zylin ZPU target provides the packages needed to run eCos on an Zylin 
92         evaluation board."
95 target phi {
96         alias { "Zylin ZPU evaluation board " phi }
97         packages { CYGPKG_HAL_ZYLIN
98                    CYGPKG_HAL_ZYLIN_ZPU
99                    CYGPKG_HAL_ZYLIN_ZPU_PHI
100         }
101         description "
102         The Zylin ZPU target provides the packages needed to run eCos on an Zylin eCosBoard"
105 target abel {
106         alias { "Zylin ZPU evaluation board " abel }
107         packages { CYGPKG_HAL_ZYLIN
108                    CYGPKG_HAL_ZYLIN_ZPU
109                    CYGPKG_HAL_ZYLIN_ZPU_ABEL
110         }
111         description "
112         The Zylin ZPU target provides the packages needed to run eCos on an Abel Zylin 
113         evaluation board."
116 target zpuetherphi {
117         alias { "Zylin Phi addon board with ethernet" etherphi }
118         packages { CYGPKG_HAL_ZYLIN
119                    CYGPKG_HAL_ZYLIN_ZPU
120                    CYGPKG_HAL_ZYLIN_ZPU_PHI
121                    CYGPKG_IO_ETH_DRIVERS
122                    CYGPKG_DEVS_ETH_OPENCORES_ETHERMAC
123                    CYGPKG_DEVS_ETH_ZPU_OPENCORES_PHI
124         }
125         description "
126         The Zylin Phi ZPU target provides the packages needed to run ZPU eCos on a
127         Zylin eCosBoard addon board with ethernet."