]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - pasdk/test_arm/application/app_dtsx.cmd
Merge branch 'dev_pasdk_pp_pasdk405' into 'dev_pasdk'
[processor-sdk/performance-audio-sr.git] / pasdk / test_arm / application / app_dtsx.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 /* ARM linker command file for DTS:X */
37 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\pasdk\paf\pa\build\a15\release ) */
38 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\pasdk\paf\pa\util\da10x_misc\a15\release ) */
39 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\Source_Code\sdk-dts-uhd-no-guidedparma-src\dts-3d\misc\build\a15\Release ) */
40 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\Source_Code\sdk-dts-uhd-no-guidedparma-src\dts-base\misc\build\a15\Release ) */
41 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\Source_Code\sdk-dts-uhd-no-guidedparma-src\common-flib\misc\build\a15\Release ) */
42 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\Source_Code\sdk-dts-uhd-no-guidedparma-src\lbr\misc\build\a15\lbr\Release ) */
43 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\Source_Code\sdk-dts-uhd-no-guidedparma-src\lbr\misc\build\a15\lbrdec\Release ) */
44 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\Source_Code\sdk-dts-uhd-no-guidedparma-src\parma-dec\misc\build\a15\Release ) */
45 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\Source_Code\sdk-dts-uhd-no-guidedparma-src\dtshd-c-decoder\misc\build\a15\lib\Release ) */
46 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\Source_Code\sdk-dts-uhd-no-guidedparma-src\la-strm-reconstruction\misc\build\a15\Release ) */
47 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\Source_Code\sdk-dts-uhd-no-guidedparma-src\alg\misc\build\a15\Release ) */
48 /* SEARCH_DIR ( C:\ti\processor_sdk_audio_1_00_00_06\3p-ip-dts\dtsx-ip\build\a15\release ) */
50 INPUT ( c67x_cintrins_elf.lib simulate_dma_elf.lib )
51 INPUT ( acp_elf.lib asp_std_elf.lib com_asp_elf.lib com_dec_elf.lib pcm1_elf.lib statusop_common_elf.lib )
52 INPUT ( misc_elf.lib )
53 INPUT ( dts-3d.lib dts-base.lib dts-flib.lib dts-lbr.lib dts-lbr-dec.lib dts-parma-dec.lib dtsx-c-decoder.lib la-strm-reconstruction.lib dts-alg.lib )
55 SECTIONS
56 {
57     .globalSection :
58     {
59         *(.commonSectionPafAsdtConfig)
60     } > HOST_DDR3
61     
62     .commonSection :
63     {
64         *(.commonSectionPafAstConfig)
65         *(.commonSectionAcpStdBetaTable)
66         *(.commonSectionAcpCusBetaTable)
67         *(.commonSectionAcpCusPhiTable)
68         *(.commonSectionAcpCusSigmaTable)
69     } > COMMON_DDR3
70     
71     .capBufSection (NOLOAD):
72     {
73         *(.gCapIbBufPcm)
74         *(.gCapIbBuf)
75         *(.gCapAfBuf)
76     } > DDR3
77 }