]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - release.sh
Updated version to 1.0.0.14
[keystone-rtos/ibl.git] / release.sh
index e9fcb6833af1773cc978ba3cff80472d051cde8c..23ea6c8d89d3460c1af3acf84fad678d7428f153 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Generate the source release tarballs
-export IBL_VERSION="1_0_0_11"
+export IBL_VERSION="1_0_0_14"
 cd ../
 if [ -f ibl_src_$IBL_VERSION.tgz ]; then rm ibl_src_$IBL_VERSION.tgz; fi
 
@@ -52,6 +52,7 @@ make evm_c6455 ENDIAN=little
 popd
 # Copy the files to the Binary package
 cp -f src/make/bin/i2crom_0x50_c6455_le.bin ibl_bin_$IBL_VERSION/c6455/le/
+cp -f src/make/bin/i2cparam_0x50_c6455_le_0x500.out ibl_bin_$IBL_VERSION/c6455/le/
 
 # Build C6455 EVM BE
 pushd src/make
@@ -60,6 +61,7 @@ make evm_c6455 ENDIAN=big
 popd
 # Copy the files to the Binary package
 cp -f src/make/bin/i2crom_0x50_c6455_be.bin ibl_bin_$IBL_VERSION/c6455/be/
+cp -f src/make/bin/i2cparam_0x50_c6455_be_0x500.out ibl_bin_$IBL_VERSION/c6455/be/
 
 
 # Build C6472 EVM LE
@@ -69,7 +71,7 @@ make evm_c6472 ENDIAN=little
 popd
 # Copy the files to the Binary package
 cp -f src/make/bin/i2crom_0x50_c6472_le.bin ibl_bin_$IBL_VERSION/c6472/le/
-
+cp -f src/make/bin/i2cparam_0x50_c6472_le_0x500.out ibl_bin_$IBL_VERSION/c6472/le/
 
 # Build C6472 EVM BE
 pushd src/make
@@ -78,7 +80,7 @@ make evm_c6472 ENDIAN=big
 popd
 # Copy the files to the Binary package
 cp -f src/make/bin/i2crom_0x50_c6472_be.bin ibl_bin_$IBL_VERSION/c6472/be/
-
+cp -f src/make/bin/i2cparam_0x50_c6472_be_0x500.out ibl_bin_$IBL_VERSION/c6472/be/
 
 # Build c6474 EVM little endian
 pushd src/make
@@ -87,7 +89,7 @@ make evm_c6474 ENDIAN=little
 popd
 # Copy the files to the Binary package
 cp -f src/make/bin/i2crom_0x50_c6474_le.bin ibl_bin_$IBL_VERSION/c6474/le/
-
+cp -f src/make/bin/i2cparam_0x50_c6474_le_0x200.out ibl_bin_$IBL_VERSION/c6474/le/
 
 
 # Build c6474 EVM Big endian
@@ -97,6 +99,7 @@ make evm_c6474 ENDIAN=big
 popd
 # Copy the files to the Binary package
 cp -f src/make/bin/i2crom_0x50_c6474_be.bin ibl_bin_$IBL_VERSION/c6474/be/
+cp -f src/make/bin/i2cparam_0x50_c6474_be_0x200.out ibl_bin_$IBL_VERSION/c6474/be/
 
 # Build c6474l EVM little Endian
 pushd src/make
@@ -105,7 +108,7 @@ make evm_c6474l ENDIAN=little
 popd
 # Copy the files to the Binary package
 cp -f src/make/bin/i2crom_0x50_c6474l_le.bin ibl_bin_$IBL_VERSION/c6474l/le/
-
+cp -f src/make/bin/i2cparam_0x50_c6474l_le_0x200.out ibl_bin_$IBL_VERSION/c6474l/le/
 
 # Build c6474l EVM Big Endian
 pushd src/make
@@ -114,7 +117,7 @@ make evm_c6474l ENDIAN=big
 popd
 # Copy the files to the Binary package
 cp -f src/make/bin/i2crom_0x50_c6474l_be.bin ibl_bin_$IBL_VERSION/c6474l/be/
-
+cp -f src/make/bin/i2cparam_0x50_c6474l_be_0x200.out ibl_bin_$IBL_VERSION/c6474l/be/
 
 # Build c6457 EVM little
 pushd src/make
@@ -122,7 +125,7 @@ make clean
 make evm_c6457 ENDIAN=little
 popd
 cp -f src/make/bin/i2crom_0x50_c6457_le.bin ibl_bin_$IBL_VERSION/c6457/le/
-
+cp -f src/make/bin/i2cparam_0x50_c6457_le_0x200.out ibl_bin_$IBL_VERSION/c6457/le/
 
 # Build c6457 EVM big
 pushd src/make
@@ -130,7 +133,7 @@ make clean
 make evm_c6457 ENDIAN=big
 popd
 cp -f src/make/bin/i2crom_0x50_c6457_be.bin ibl_bin_$IBL_VERSION/c6457/be/
-
+cp -f src/make/bin/i2cparam_0x50_c6457_be_0x200.out ibl_bin_$IBL_VERSION/c6457/be/
 
 # Build c6678 EVM LE
 pushd src/make
@@ -138,7 +141,7 @@ make clean
 make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
 popd
 cp -f src/make/bin/i2crom_0x51_c6678_le.bin ibl_bin_$IBL_VERSION/c6678/le/
-
+cp -f src/make/bin/i2cparam_0x51_c6678_le_0x500.out ibl_bin_$IBL_VERSION/c6678/le/
 
 # Build c6678 EVM BE
 pushd src/make
@@ -146,6 +149,7 @@ make clean
 make evm_c6678_i2c ENDIAN=big I2C_BUS_ADDR=0x51 
 popd
 cp -f src/make/bin/i2crom_0x51_c6678_be.bin ibl_bin_$IBL_VERSION/c6678/be/
+cp -f src/make/bin/i2cparam_0x51_c6678_be_0x500.out ibl_bin_$IBL_VERSION/c6678/be/
 
 # Build c6670 EVM LE
 pushd src/make
@@ -153,7 +157,7 @@ make clean
 make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
 popd
 cp -f src/make/bin/i2crom_0x51_c6670_le.bin ibl_bin_$IBL_VERSION/c6670/le/
-
+cp -f src/make/bin/i2cparam_0x51_c6670_le_0x500.out ibl_bin_$IBL_VERSION/c6670/le/
 
 # Build c6670 EVM BE
 pushd src/make
@@ -161,7 +165,7 @@ make clean
 make evm_c6670_i2c ENDIAN=big I2C_BUS_ADDR=0x51 
 popd
 cp -f src/make/bin/i2crom_0x51_c6670_be.bin ibl_bin_$IBL_VERSION/c6670/be/
-
+cp -f src/make/bin/i2cparam_0x51_c6670_be_0x500.out ibl_bin_$IBL_VERSION/c6670/be/
 
 # Create Tar archive for binary package
 tar -czf ibl_bin_$IBL_VERSION.tgz ibl_bin_$IBL_VERSION