]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - processor_audio_sdk_1_00_00_00/pasdk/test_arm/application/app.cmd
Move components up one folder level
[processor-sdk/performance-audio-sr.git] / processor_audio_sdk_1_00_00_00 / pasdk / test_arm / application / app.cmd
1 /*
2 Copyright (c) 2016, 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 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_00\paf\pa\build\a15\release )
36 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_00\intrinsics\Dolby_Intrinsics_Imp\lib_float_A15 )
37 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_00\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_lib\a15 )
38 SEARCH_DIR ( C:\ti\processor_audio_sdk_1_00_00_00\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_wrapper\a15 )
40 INPUT ( c67x_cintrins_elf.lib simulate_dma_elf.lib )
41 INPUT ( acp_elf.lib asp_std_elf.lib com_asp_elf.lib com_dec_elf.lib pcm1_elf.lib  )
42 INPUT ( dlb_intrinsics_generic_float32_release.a )
43 INPUT ( ddp_dec_lib_generic_wrapper_release.a ddp_dec_lib_generic_float32_release.a )
45 SECTIONS
46 {
47     .globalSection :
48     {
49         *(.commonSectionPafAsdtConfig)
50     } > HOST_DDR3
51     
52     .commonSection :
53     {
54         *(.commonSectionPafAstConfig)
55         *(.commonSectionAcpStdBetaTable)
56         *(.commonSectionAcpCusBetaTable)
57         *(.commonSectionAcpCusPhiTable)
58         *(.commonSectionAcpCusSigmaTable)
59     } > COMMON_DDR3
60     
61     .capBufSection (NOLOAD):
62     {
63         *(.gCapIbBufPcm)
64         *(.gCapIbBuf)
65         *(.gCapAfBuf)
66     } > DDR3
67 }