]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/commitdiff
Merge branch 'edma3_keystone2' of gitorious.design.ti.com:+edma3-lld-developers/edma3...
authorRaghu Nambiath <rnambiath@ti.com>
Thu, 30 Jan 2014 22:54:02 +0000 (17:54 -0500)
committerRaghu Nambiath <rnambiath@ti.com>
Thu, 30 Jan 2014 22:54:02 +0000 (17:54 -0500)
* 'edma3_keystone2' of gitorious.design.ti.com:+edma3-lld-developers/edma3/edma3_lld_development: (28 commits)
  component.mk: updated tci6638k2k example path to existing simKepler folder
  Debian: updated to add sample cfg files for ks2
  Debian: updated paths, git link, contributor name
  Updated debian files for build and install
  Updated rules_GCC_a15. It removed a '_' char from default so library name
  rules_GCC_a15.mk: Added option to change SONAME outside of the makefile defaults
  Reverted back whitespace and tab changes
  [ARP32] Removed .exe from tool invocation
  Updated makefile to use default GCC for keystone2 a15 builds
  Merged from master; updated build-related files for dsp build
  Modified package.xs files to add tda2xx-evm/ entries in dir array
  eclipse plugin version update: rel 02.11.11.13
  Updated the xdc compat key for rel: 2.11.11.13
  Updated documents and datasheet for rel 02.11.11.13
  Added 'DRA7xx' in the packages.xs files
  Following changes done
  Build warnings and C++ warnings are fixed
  Updated documents and Release notes
  EVE EDMA standalone example is aligned with gels6.
  Docs updated: rel 02.11.11.12
  ...

1  2 
packages/ti/sdo/edma3/drv/package.xs

index 011903b3a87d41b90d0543a2e57c543c7a58ef80,b1a94e4a043cb41262a76776ff9c88df2157070b..9cb953f361ed4488eefed4befc8f84c20f177636
@@@ -70,8 -70,6 +70,8 @@@ function getLibs(prog
                          'TMS320C6657',
                          'TMS320TCI6638',
                          'TMS320TCI6636',
 +                        'TMS320TCI6630L',
 +                        'TMS320C66AK2E',
                          'TMS320C6748',
                          'OMAPL138',
                          'TMS320DM8168',
@@@ -81,6 -79,7 +81,7 @@@
                          'TMS320TI814X',
                          'TMS320TI816X',
                          'Vayu',
+                         'DRA7XX'
                      ];
  
      for (var i = 0; i < devices.length; i++)
                        target = "a8/";
                  if (java.lang.String(Program.build.target.suffix).contains('9'))
                        target = "arm9/";
+                 if (java.lang.String(Program.build.target.suffix).contains('arp32'))
+                       target = "arp32/";
                  lib = lib + target;
                  bool = 1;
                  break;