]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blob - packages/config.bld
updated version in webgen makefile
[keystone-rtos/edma3_lld.git] / packages / config.bld
1 /*
2  *  ======== config.bld ========
3  *  Sample Build configuration script
4  */
6 /* load the required modules for the configuration */
7 var C64P = xdc.useModule('ti.targets.C64P');
8 var C64Pe = xdc.useModule('ti.targets.C64P_big_endian');
9 var C674 = xdc.useModule('ti.targets.C674');
10 var C64P_ELF = xdc.useModule('ti.targets.elf.C64P');
11 var C64Pe_ELF = xdc.useModule('ti.targets.elf.C64P_big_endian');
12 var C674_ELF = xdc.useModule('ti.targets.elf.C674');
13 var C66 = xdc.useModule('ti.targets.elf.C66');
14 var C66e = xdc.useModule('ti.targets.elf.C66_big_endian');
15 var Arm = xdc.useModule('ti.targets.arm.elf.Arm9');
16 var cortexA8 = xdc.useModule('ti.targets.arm.elf.A8F');
17 //var C64T_ELF = xdc.useModule('ti.targets.elf.C64T');
18 var M3 = xdc.useModule('ti.targets.arm.elf.M3');
20 /* compiler paths for the CCS4.0                   */
21 var cgtools = java.lang.System.getenv("CGTOOLS");
22 var cgtools_elf = java.lang.System.getenv("CGTOOLS_ELF");
23 var armcgtools = java.lang.System.getenv("TMS470_CGTOOLS");
25 C64P.rootDir = cgtools;
26 C64Pe.rootDir = cgtools;
27 C674.rootDir = cgtools;
28 C64P_ELF.rootDir = cgtools_elf;
29 //C64T_ELF.rootDir = cgtools_elf;
30 C64Pe_ELF.rootDir = cgtools_elf;
31 C674_ELF.rootDir = cgtools_elf;
32 C66.rootDir = cgtools_elf;
33 C66e.rootDir = cgtools_elf;
34 Arm.rootDir = armcgtools;
35 cortexA8.rootDir = armcgtools;
36 M3.rootDir = armcgtools;
38 /**********************************c674******************************/
40 /* compiler options                                */
41 C64P.ccOpts.suffix += " -mi10 -mo ";
42 C64Pe.ccOpts.suffix += " -mi10 -mo -me ";
43 C674.ccOpts.suffix += " -mi10 -mo ";
44 C64P_ELF.ccOpts.suffix += " -mi10 -mo ";
45 //C64T_ELF.ccOpts.suffix += " -mi10 -mo ";
46 C64Pe_ELF.ccOpts.suffix += " -mi10 -mo -me ";
47 C674_ELF.ccOpts.suffix += " -mi10 -mo ";
48 C66.ccOpts.suffix += " -mi10 -mo ";
49 C66e.ccOpts.suffix += " -mi10 -mo -me ";
50 Arm.ccOpts.suffix += " ";
51 cortexA8.ccOpts.suffix += "";
52 M3.ccOpts.suffix += "";
54 /* set default platform and list of all interested platforms */
55 C64P.platforms = [
56                      "ti.platforms.evm6472",
57                      "ti.platforms.evmTCI6486",
58                  ];
59 C64Pe.platforms = [
60                      "ti.platforms.evm6472",
61                      "ti.platforms.evmTCI6486",
62                  ];
63 C674.platforms = [
64                      "ti.platforms.evmDA830",
65                      "ti.platforms.evm6748",
66                      "ti.platforms.evmOMAPL138",
67                      "ti.platforms.simDM8168",
68                      "ti.platforms.evmDM8168",
69                      "ti.platforms.evmDM8148",
70                  ];
71 C64P_ELF.platforms = [
72                      "ti.platforms.evm6472",
73                      "ti.platforms.evmTCI6486",
74                  ];
75 //C64T_ELF.platforms = [
76 //                     "ti.platforms.sdp4430",
77 //                 ];
78 C64Pe_ELF.platforms = [
79                      "ti.platforms.evm6472",
80                      "ti.platforms.evmTCI6486",
81                  ];
82 C674_ELF.platforms = [
83                      "ti.platforms.evmDA830",
84                      "ti.platforms.evm6748",
85                      "ti.platforms.evmOMAPL138",
86                      "ti.platforms.simDM8168",
87                      "ti.platforms.evmDM8168",
88                      "ti.platforms.evmDM8148",
89                  ];
90 C66.platforms = [
91                      "ti.platforms.simTCI6608",
92                      "ti.platforms.simTCI6616",
93                      "ti.platforms.simTCI6614",
94                      "ti.platforms.simC6657",
95                      "ti.platforms.evm6670",
96                      "ti.platforms.evm6678",
97                      "ti.platforms.evmTCI6614",
98                      "ti.platforms.evm6657",
99                  ];
100 C66e.platforms = [
101                      "ti.platforms.simTCI6608",
102                      "ti.platforms.simTCI6616",
103                      "ti.platforms.simTCI6614",
104                      "ti.platforms.simC6657",
105                      "ti.platforms.evm6670",
106                      "ti.platforms.evm6678",
107                      "ti.platforms.evmTCI6614",
108                      "ti.platforms.evm6657",
109                  ];
110 Arm.platforms = [
111                      "ti.platforms.evmOMAPL138",
112                  ];
114 cortexA8.platforms = [
115                          "ti.platforms.evmDM8148",
116                      ];
117 M3.platforms = [
118                      "ti.platforms.evmTI816X",
119                  ];
121 /* select the default platform */
122 C64P.platform = C64P.platforms[0];
123 C64Pe.platform = C64Pe.platforms[0];
124 C674.platform = C674.platforms[0];
125 C64P_ELF.platform = C64P_ELF.platforms[0];
126 //C64T_ELF.platform = C64T_ELF.platforms[0];
127 C64Pe_ELF.platform = C64Pe_ELF.platforms[0];
128 C674_ELF.platform = C674_ELF.platforms[0];
129 C66.platform = C66.platforms[0];
130 C66e.platform = C66e.platforms[0];
131 Arm.platform = Arm.platforms[0];
132 cortexA8.platform = cortexA8.platforms[0];
133 M3.platform = M3.platforms[0];
135 /* list interested targets in Build.targets array  */
136 Build.targets = [
137                    //C64T_ELF,
138                     //C64,
139                     C64P,
140                     C64Pe,
141                     //C67P,
142                     C674,
143                     C64P_ELF,
144                     C64Pe_ELF,
145                     C674_ELF,
146                     C66,
147                     C66e,
148                     Arm,
149                     cortexA8,
150                     M3,
151                   //Win32,
152                 ];