]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - pasdk/test_dsp/application/app_noip.cmd
a60ef5b9ed1f083f62c458b7bdba3530dc81284c
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / application / app_noip.cmd
1 /*
2 Copyright (c) 2017, Texas Instruments Incorporated - http://www.ti.com/
3 All rights reserved.
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
15 * distribution.
16 *
17 * Neither the name of Texas Instruments Incorporated nor the names of
18 * its contributors may be used to endorse or promote products derived
19 * from this software without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 *
33 */
35 /* DSP linker command file for No IP */
37 -l"acp_elf.lib"
38 -l"asp_std_elf.lib"
39 -l"com_asp_elf.lib"
40 -l"com_dec_elf.lib"
41 -l"pafsio_elf.lib"
42 -l"pce2_elf.lib"
43 -l"pcm1_elf.lib"
44 -l"dcs7_elf.lib"
45 -l"statusop_common_elf.lib"
46 -l"src4_elf.lib"
47 -l"fil_elf.lib"
49 -l"ae0_elf.lib"
50 -l"ml_elf.lib"
52 SECTIONS
53 {
54     .globalSectionPafAsitConfig :> CORE0_DDR3
55     .globalSectionPafAsotConfig :> CORE0_DDR3
56     .globalSectionPafAspmConfig :> CORE0_DDR3
57     
58     GROUP: {
59         .commonSectionPafAstConfig
60         .commonSectionAcpStdBetaTable
61         .commonSectionAcpCusBetaTable
62         .commonSectionAcpCusPhiTable
63         .commonSectionAcpCusSigmaTable
64     } > COMMON_DDR3
65     
66     .gCapIbPcmBuf   :> CORE0_DDR3
67     .gCapIbBuf      :> DDR3
68     .gCapObBuf      :> CORE0_DDR3
69     .gCapAfBuf      :> CORE0_DDR3
70     .sap_UNDER          :> L2SRAM
71 }