]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/test_dsp/application/app.cmd
PASDK-376:Rename DH linker command files
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / application / app.cmd
diff --git a/pasdk/test_dsp/application/app.cmd b/pasdk/test_dsp/application/app.cmd
deleted file mode 100644 (file)
index 69fba15..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-/*
-Copyright (c) 2017, Texas Instruments Incorporated - http://www.ti.com/
-All rights reserved.
-
-* Redistribution and use in source and binary forms, with or without 
-* modification, are permitted provided that the following conditions
-* are met:
-*
-* Redistributions of source code must retain the above copyright
-* notice, this list of conditions and the following disclaimer.
-*
-* Redistributions in binary form must reproduce the above copyright
-* notice, this list of conditions and the following disclaimer in the
-* documentation and/or other materials provided with the
-* distribution.
-*
-* Neither the name of Texas Instruments Incorporated nor the names of
-* its contributors may be used to endorse or promote products derived
-* from this software without specific prior written permission.
-*
-* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*
-*/
-
--i PAF_LROOT\pa\build\c66x\release
--i PAF_LROOT\pa\util\da10x_misc\c66x\release
-
--i DSPLIB_LROOT\packages\ti\dsplib\lib
-
-#ifndef DHIP_PKGS
--i DHIP_LROOT\oar\CCS_OAR_lib\make
--i DHIP_LROOT\car\Source_Code\car\make\alg_car\tisim_eabi_c66_ccs
--i DHIP_LROOT\car\Source_Code\car\make\libcar\tisim_eabi_c66_ccs
--i DHIP_LROOT\bmda\Source_Code\make\c66x\release
--i DHIP_LROOT\intrinsics\Dolby_Intrinsics_Imp\lib_elf_C66
-#else
--i DHIP_LROOT\dh-ip\build\c66x\release
-#endif
-
--l"acp_elf.lib"
--l"asp_std_elf.lib"
--l"com_asp_elf.lib"
--l"com_dec_elf.lib"
--l"pafsio_elf.lib"
--l"pce2_elf.lib"
--l"pcm1_elf.lib"
--l"dcs7_elf.lib"
--l"statusop_common_elf.lib"
--l"misc_elf.lib"
--l"src4_elf.lib"
--l"fil_elf.lib"
-
--l"ae0_elf.lib"
--l"ml_elf.lib"
-
--l"dolby_oar_lib.lib"
--l"libcar_c66_float_release.lib"
--l"algcar_c66_float_release.lib"
--l"bmda_elf.lib"
--l"dlb_intrinsics_c66_float_release.lib"
-
--l"dsplib.lib"
-
-SECTIONS
-{
-    .globalSectionPafAsitConfig :> CORE0_DDR3
-    .globalSectionPafAsotConfig :> CORE0_DDR3
-    .globalSectionPafAspmConfig :> CORE0_DDR3
-    
-    GROUP: {
-        .commonSectionPafAstConfig
-        .commonSectionAcpStdBetaTable
-        .commonSectionAcpCusBetaTable
-        .commonSectionAcpCusPhiTable
-        .commonSectionAcpCusSigmaTable
-    } > COMMON_DDR3
-    
-    .gCapIbPcmBuf   :> CORE0_DDR3
-    .gCapIbBuf      :> DDR3
-    .gCapObBuf      :> CORE0_DDR3
-    .gCapAfBuf      :> CORE0_DDR3
-    .sap_UNDER         :> L2SRAM
-}