summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSajesh Kumar Saran2012-02-03 14:25:38 -0600
committerSajesh Kumar Saran2012-02-03 14:25:38 -0600
commit09901cb7e41e760e2dd995d4b6fcbe0578020004 (patch)
tree2b9d7a76a2a464ec669f3b16e697578ad698dba7 /boot_loader/examples/srio/srioboot_helloworld
parentdd77bafdab16e00b7063cc688e59180a5488ec2d (diff)
downloadmcsdk-tools-09901cb7e41e760e2dd995d4b6fcbe0578020004.tar.gz
mcsdk-tools-09901cb7e41e760e2dd995d4b6fcbe0578020004.tar.xz
mcsdk-tools-09901cb7e41e760e2dd995d4b6fcbe0578020004.zip
temp update
Diffstat (limited to 'boot_loader/examples/srio/srioboot_helloworld')
-rw-r--r--boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.bat2
-rw-r--r--boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.sh2
-rw-r--r--boot_loader/examples/srio/srioboot_helloworld/evmc6670l/macros.ini_initial1
-rw-r--r--boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat2
-rw-r--r--boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh2
-rw-r--r--boot_loader/examples/srio/srioboot_helloworld/evmc6678l/macros.ini_initial1
6 files changed, 6 insertions, 4 deletions
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.bat b/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.bat
index d977dad..46c2168 100644
--- a/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.bat
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.bat
@@ -1,4 +1,4 @@
1set C6000_CG_DIR="C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.2.4" 1set C6000_CG_DIR="C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.4.0A12012"
2set TOOL_DIR="..\..\..\..\..\..\" 2set TOOL_DIR="..\..\..\..\..\..\"
3set TARGET=6670 3set TARGET=6670
4set ENDIAN=little 4set ENDIAN=little
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.sh b/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.sh
index 328e880..bfba838 100644
--- a/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.sh
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/bin/helloworld_elf2HBin.sh
@@ -1,4 +1,4 @@
1export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.2.4 1export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.4.0A12012
2export TOOL_DIR="../../../../../../" 2export TOOL_DIR="../../../../../../"
3export TARGET=6670 3export TARGET=6670
4export ENDIAN=little 4export ENDIAN=little
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/macros.ini_initial b/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/macros.ini_initial
new file mode 100644
index 0000000..6be232e
--- /dev/null
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmc6670l/macros.ini_initial
@@ -0,0 +1 @@
TI_MCSDK_SRIOBOOT_DIR="../../../../
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat
index ae033e7..1048277 100644
--- a/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.bat
@@ -1,4 +1,4 @@
1set C6000_CG_DIR="C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.2.4" 1set C6000_CG_DIR="C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.4.0A12012"
2set TOOL_DIR="..\..\..\..\..\..\" 2set TOOL_DIR="..\..\..\..\..\..\"
3set TARGET=6678 3set TARGET=6678
4set ENDIAN=little 4set ENDIAN=little
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh
index e5722d3..9dcf234 100644
--- a/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/bin/helloworld_elf2HBin.sh
@@ -1,4 +1,4 @@
1export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.2.4 1export CGT_INSTALL_DIR=~/ti/TI_CGT_C6000_7.4.0A12012
2export TOOL_DIR="../../../../../../" 2export TOOL_DIR="../../../../../../"
3export TARGET=6678 3export TARGET=6678
4export ENDIAN=little 4export ENDIAN=little
diff --git a/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/macros.ini_initial b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/macros.ini_initial
new file mode 100644
index 0000000..6be232e
--- /dev/null
+++ b/boot_loader/examples/srio/srioboot_helloworld/evmc6678l/macros.ini_initial
@@ -0,0 +1 @@
TI_MCSDK_SRIOBOOT_DIR="../../../../