]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/blob - packages/config.bld
Include rules.make file
[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 --mem_model:data=far ";
49 C66e.ccOpts.suffix += " -mi10 -mo -me --mem_model:data=far ";
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.simKepler",
96                      "ti.platforms.evm6670",
97                      "ti.platforms.evm6678",
98                      "ti.platforms.evmTCI6614",
99                      "ti.platforms.evm6657",
100                      "ti.platforms.evmTCI6638K2K",
101                      "ti.platforms.evmTCI6636K2H",
102                      "ti.platforms.evmTCI6630K2L",
103                      "ti.platforms.evmC66AK2E",
104                      "ti.platforms.evmTCI66AK2G02",
105                  ];
106 C66e.platforms = [
107                      "ti.platforms.simTCI6608",
108                      "ti.platforms.simTCI6616",
109                      "ti.platforms.simTCI6614",
110                      "ti.platforms.simC6657",
111                      "ti.platforms.simKepler",
112                      "ti.platforms.evm6670",
113                      "ti.platforms.evm6678",
114                      "ti.platforms.evmTCI6614",
115                      "ti.platforms.evm6657",
116                      "ti.platforms.evmTCI6638K2K",
117                      "ti.platforms.evmTCI6636K2H",
118                      "ti.platforms.evmTCI66AK2G02",
119                  ];
120 Arm.platforms = [
121                      "ti.platforms.evmOMAPL138",
122                      "ti.platforms.evmAM437X",
123                  ];
125 cortexA8.platforms = [
126                          "ti.platforms.evmDM8148",
127                          "ti.platforms.evmAM3359",
128                      ];
129 M3.platforms = [
130                      "ti.platforms.evmTI816X",
131                  ];
133 /* select the default platform */
134 C64P.platform = C64P.platforms[0];
135 C64Pe.platform = C64Pe.platforms[0];
136 C674.platform = C674.platforms[0];
137 C64P_ELF.platform = C64P_ELF.platforms[0];
138 //C64T_ELF.platform = C64T_ELF.platforms[0];
139 C64Pe_ELF.platform = C64Pe_ELF.platforms[0];
140 C674_ELF.platform = C674_ELF.platforms[0];
141 C66.platform = C66.platforms[0];
142 C66e.platform = C66e.platforms[0];
143 Arm.platform = Arm.platforms[0];
144 cortexA8.platform = cortexA8.platforms[0];
145 M3.platform = M3.platforms[0];
147 /* list interested targets in Build.targets array  */
148 Build.targets = [
149                    //C64T_ELF,
150                     //C64,
151                     C64P,
152                     C64Pe,
153                     //C67P,
154                     C674,
155                     C64P_ELF,
156                     C64Pe_ELF,
157                     C674_ELF,
158                     C66,
159                     C66e,
160                     Arm,
161                     cortexA8,
162                     M3,
163                   //Win32,
164                 ];