]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Initial Keystone 2 Galileo build support on DSP
authorRamsey Harris <ramsey@ti.com>
Mon, 14 Sep 2015 23:30:54 +0000 (16:30 -0700)
committerAngela Stegmaier <angelabaker@ti.com>
Tue, 15 Sep 2015 20:56:44 +0000 (15:56 -0500)
Add new device name 66AK2G to top-level products.mak file. Add
device TCI66AK2G02 alias to ti.sdo.ipc.family.Settings.

ipc-bios.bld
packages/ti/sdo/ipc/family/Settings.xs
products.mak

index 7a927110b72597344e9f91e50dd2eda5e889f311..b7be664115c5dd5ae2f53b6adf1955da9e0ad8fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2011-2014, Texas Instruments Incorporated
+ * Copyright (c) 2011-2015 Texas Instruments Incorporated - http://www.ti.com
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -187,6 +187,10 @@ for (arg = 0; arg < arguments.length; arg++) {
 
     if (targetName.match(/elf\.C66$/)) {
         switch (platform) {
 
     if (targetName.match(/elf\.C66$/)) {
         switch (platform) {
+            case '66AK2G':
+                target.platforms.$add("ti.platforms.evmTCI66AK2G02:core0");
+                break;
+
             case '66AK2E':
                 target.platforms.$add("ti.platforms.evmC66AK2E:core0");
                 break;
             case '66AK2E':
                 target.platforms.$add("ti.platforms.evmC66AK2E:core0");
                 break;
index 8c774da874d46ee757da90fe28e4c72ddb525d48..6f9e431d849bf648daa8a2cd78f3dbf7bc01efaf 100644 (file)
@@ -146,6 +146,7 @@ var deviceAliases = {
                            'TMS320TCI6636',
                            'TMS320TCI6638',
                            'Kepler'],
                            'TMS320TCI6636',
                            'TMS320TCI6638',
                            'Kepler'],
+    'TMS320C66AK2H12'   : ['TCI66AK2G02'],
     'LM3.*'             : ['LM4.*'],
     'Vayu'              : ['DRA7XX']
 }
     'LM3.*'             : ['LM4.*'],
     'Vayu'              : ['DRA7XX']
 }
@@ -182,7 +183,7 @@ var procNames = {
     'TMS320C66AK2E05'   : ["HOST", "CORE0"],
     'TMS320C66AK2H12'   : ["HOST", "CORE0", "CORE1", "CORE2", "CORE3",
                            "CORE4", "CORE5", "CORE6", "CORE7"],
     'TMS320C66AK2E05'   : ["HOST", "CORE0"],
     'TMS320C66AK2H12'   : ["HOST", "CORE0", "CORE1", "CORE2", "CORE3",
                            "CORE4", "CORE5", "CORE6", "CORE7"],
-
+    'TCI66AK2G02'       : ["HOST", "CORE0"],
     'TMS320C6674'       : ["CORE0", "CORE1", "CORE2", "CORE3"],
     'TMS320C6678'       : ["CORE0", "CORE1", "CORE2", "CORE3",
                            "CORE4", "CORE5", "CORE6", "CORE7"],
     'TMS320C6674'       : ["CORE0", "CORE1", "CORE2", "CORE3"],
     'TMS320C6678'       : ["CORE0", "CORE1", "CORE2", "CORE3",
                            "CORE4", "CORE5", "CORE6", "CORE7"],
index 9ea07e38ad9356e6037ce89581b16134dfdbb477..21da1e48371bb5f6e6ce9854d18328ba7103af47 100644 (file)
@@ -41,7 +41,8 @@ DEPOT = _your_depot_folder_
 
 # Platform to build for
 #   Supported platforms (choose one):
 
 # Platform to build for
 #   Supported platforms (choose one):
-#       OMAPL138, OMAP54XX, DRA7XX, 66AK2E, TCI6630, TCI6636, TCI6638, TDA3XX
+#       OMAPL138, OMAP54XX, DRA7XX, 66AK2G, 66AK2E, TCI6630, TCI6636, TCI6638,
+#       TDA3XX
 #
 # Note, this is used for Linux, QNX and BIOS builds
 #
 #
 # Note, this is used for Linux, QNX and BIOS builds
 #