]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - ipc-bios.bld
Added meta-only modules to handle package dependencies.
[ipc/ipcdev.git] / ipc-bios.bld
1 /*
2  * Copyright (c) 2011-2013, Texas Instruments Incorporated
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
9  * *  Redistributions of source code must retain the above copyright
10  *    notice, this list of conditions and the following disclaimer.
11  *
12  * *  Redistributions in binary form must reproduce the above copyright
13  *    notice, this list of conditions and the following disclaimer in the
14  *    documentation and/or other materials provided with the distribution.
15  *
16  * *  Neither the name of Texas Instruments Incorporated nor the names of
17  *    its contributors may be used to endorse or promote products derived
18  *    from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
24  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
29  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
30  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  */
33 /*
34  * Generally there is no need to edit this file!
35  *
36  * This file controls which libraries are built, as well as compiler options
37  * to use.
38  *
39  * The contents of this file usually don't change, but having it in your
40  * ownership allows you to tweak your compiler options.  If you do change
41  * this file, however, on the next upgrade of the product we recommend
42  * that you take "ipc.bld" file as supplied by the upgrade and then merge
43  * your changes with it.
44  */
46 /*
47  *  ======== ipc-bios.bld ========
48  *  This script is run prior to all build scripts. It sets host-system-
49  *  independent values for targets and platforms, then it attempts to
50  *  find the host-system-specific user.bld script that sets rootDirs.
51  *
52  *  These settings may be a function of the following global variables:
53  *
54  *      environment a hash table of environment strings
55  *
56  *      arguments   an array of string arguments to the _config.bld script
57  *                  initialized as follows:
58  *                      arguments[0] - the file name of the _config.bld script
59  *                      arguments[1] - the first argument specified in XDCARGS
60  *                          :
61  *                      arguments[n] - the n'th argument in XDCARGS
62  *
63  *      Build       an alias for xdc.om.xdc.bld.BuildEnvironment
64  */
66 /* Common ccopts suffix used for all C6x targets */
67 var c6xOpts = " -mi10 -mo -pdr -pden -pds=238 -pds=880 -pds1110 -g ";
69 /*
70  * -mi10 => maximum cycles that interrupts may be disabled is 10
71  * -mo => place each function in subsection
72  * -pdr => show remarks
73  * -pden => show remark ids
74  * -pds=238 => ignore "controlling expression is constant"
75  * -pds=880 => ignore "unused parameter"
76  */
78 var ccOpts = {
79     "ti.targets.C28_large"            : " -mo -g ",
80     "ti.targets.C28_float"            : " -mo -g ",
82     "ti.targets.C64P"                 : c6xOpts,
83     "ti.targets.C64P_big_endian"      : c6xOpts,
84     "ti.targets.C674"                 : c6xOpts,
86     "ti.targets.elf.C64P"             : c6xOpts,
87     "ti.targets.elf.C64P_big_endian"  : c6xOpts,
88     "ti.targets.elf.C64T"             : " -mi10 -mo -pds=71",
89     "ti.targets.elf.C66"              : c6xOpts,
90     "ti.targets.elf.C66_big_endian"   : c6xOpts,
91     "ti.targets.elf.C674"             : c6xOpts,
93     "ti.targets.arm.elf.Arm9"         : " -ms -g ",
94     "ti.targets.arm.elf.A8F"          : " -ms -g ",
95     "ti.targets.arm.elf.A8Fnv"        : " -ms -g ",
96     "ti.targets.arm.elf.M3"           : " --embed_inline_assembly -ms -pds=71",
97     "ti.targets.arm.elf.M4"           : " -ms -g ",
98     "ti.targets.arm.elf.M4F"          : " -ms -g ",
100     "ti.targets.arp32.elf.ARP32"      : " -g ",
101     "ti.targets.arp32.elf.ARP32_far"  : " -g ",
103     "gnu.targets.arm.A8F"             : " -g ",
104     "gnu.targets.arm.A15F"            : " -g "
105 };
107 /* Enable building SMP-BIOS enabled libraries for targets that support it */
108 if (Pkg.name.match(/^ti\.sdo\.(ipc|utils)/)) {
109     xdc.module("ti.targets.arm.elf.M3").profiles["smp"] =
110             xdc.module("ti.targets.arm.elf.M3").profiles["debug"];
111     xdc.module("ti.targets.arm.elf.M4").profiles["smp"] =
112             xdc.module("ti.targets.arm.elf.M4").profiles["debug"];
115 /* initialize local vars with those set in xdcpaths.mak (via XDCARGS) */
116 for (arg = 0; arg < arguments.length; arg++) {
117     /*
118      * Get the compiler's installation directory.
119      * For "ti.targets.elf.C674=/vendors/c6x/7.2.0", we get "/vendors/c6x/7.2.0"
120      */
121     var targetName = arguments[arg].split("=")[0];
122     var rootDir = arguments[arg].split("=")[1];
124     /* only build for the specified compilers */
125     if (rootDir == "" || rootDir == undefined) {
126         continue;
127     }
129     var target = xdc.useModule(targetName);
130     target.rootDir = rootDir;
131     target.ccOpts.suffix += ccOpts[targetName];
133     /* Add appropriate platforms to build for based on target name */
134     if (targetName.match(/elf\.C674/)) {
135         target.platforms = [ "ti.platforms.evmOMAPL138:DSP" ];
136     }
138     if (targetName.match(/elf\.C66/)) {
139         target.lnkOpts.suffix += " -cr";
140         target.platforms = [
141             //"ti.platforms.simKepler"
142             //"ti.platforms.evm6614:DSP"
143             "ti.platforms.evmTCI6638K2K"
144         ];
145     }
147     if (targetName.match(/elf\.C64T/)) {
148         target.lnkOpts.prefix += " -e=ti_sysbios_family_c64p_Hwi0";
150         target.platforms = [
151             "ti.platform.omap54xx.dsp",
152         ];
153     }
155     /*
156      * TODO: for now, continue to support OMAP5 for M3 targets until all users
157      * migrate to the new OMAP5-based M4 platform.  Eventually remove omap54xx
158      * from the M3 target.platforms[] array.
159      */
160     if (targetName.match(/elf\.M(3|4)$/)) {
161         target.lnkOpts.prefix += " --retain=.resource_table";
162         target.lnkOpts.prefix += " --cinit_compression=off";
164         target.platforms =  [
165             "ti.platform.omap54xx.ipu",
166         ];
167     }
169     Build.targets.$add(target);
173 /* lib/ is a generated directory that 'xdc clean' should remove */
174 var Pkg = xdc.useModule('xdc.bld.PackageContents');
175 Pkg.generatedFiles.$add("lib/");
177 /*
178  * Some packages build for 'all profiles' - but that's too much to ship.
179  * Loop over all profiles in all Build.targets and remove everything
180  * except 'release' and 'debug'.
181  */
182 for (var t = 0; t < Build.targets.length; t++) {
183     for (prof in Build.targets[t].profiles) {
184        if ((prof != 'release') && (prof != 'debug') && (prof != 'smp')) {
185             delete Build.targets[t].profiles[prof];
186         }
187     }
190 /* -----------------------------------------------------------------------*/
191 /* make release files '.tar.gz' files (.tar is default) */
192 Pkg.attrs.compress = true;