]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - products.mak
tests: Update MPU configuration for non-shared memory
[ipc/ipcdev.git] / products.mak
index 89bc0de60c133b6007d50340ca6a79e75bb28f88..c997e58387dc360929efcab8d5e1bac35069cae6 100644 (file)
@@ -1,5 +1,5 @@
 #
-#   Copyright (c) 2012-2015 Texas Instruments Incorporated - http://www.ti.com
+#   Copyright (c) 2012-2018 Texas Instruments Incorporated - http://www.ti.com
 #
 #   Redistribution and use in source and binary forms, with or without
 #   modification, are permitted provided that the following conditions
@@ -41,7 +41,8 @@ DEPOT = _your_depot_folder_
 
 # 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, AM65XX
 #
 # Note, this is used for Linux, QNX and BIOS builds
 #
@@ -98,6 +99,7 @@ QNX_CFLAGS =
 #
 XDC_INSTALL_DIR = $(DEPOT)/_your_xdctools_install_
 BIOS_INSTALL_DIR = $(DEPOT)/_your_bios_install_
+PDK_INSTALL_DIR = $(DEPOT)/_your_pdk_install_
 
 # Do you want to build SMP-enabled libraries (if supported for your target)?
 # Set to either 0 (disabled) or 1 (enabled)
@@ -106,9 +108,6 @@ BIOS_SMPENABLED=1
 
 # Path to various cgtools
 #
-ti.targets.C28_large =
-ti.targets.C28_float =
-
 ti.targets.elf.C64P =
 ti.targets.elf.C64P_big_endian =
 ti.targets.elf.C64T =
@@ -122,9 +121,11 @@ ti.targets.arm.elf.A8Fnv =
 ti.targets.arm.elf.M3 =
 ti.targets.arm.elf.M4 =
 ti.targets.arm.elf.M4F =
+ti.targets.arm.elf.R5F =
 
 ti.targets.arp32.elf.ARP32 =
 ti.targets.arp32.elf.ARP32_far =
 
 gnu.targets.arm.A8F =
 gnu.targets.arm.A15F =
+gnu.targets.arm.A53F =