]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - release.sh
Revert "c66x: Updated DDR configuration"
[keystone-rtos/ibl.git] / release.sh
index 9ae8b137d06ee8bcce7748f82102b2ea3b7d5de0..e9fcb6833af1773cc978ba3cff80472d051cde8c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Generate the source release tarballs
-export IBL_VERSION="1_0_0_10"
+export IBL_VERSION="1_0_0_11"
 cd ../
 if [ -f ibl_src_$IBL_VERSION.tgz ]; then rm ibl_src_$IBL_VERSION.tgz; fi
 
@@ -51,7 +51,6 @@ make clean
 make evm_c6455 ENDIAN=little
 popd
 # Copy the files to the Binary package
-cp -f src/make/bin/i2crom_0x50_c6455_le.dat ibl_bin_$IBL_VERSION/c6455/le/
 cp -f src/make/bin/i2crom_0x50_c6455_le.bin ibl_bin_$IBL_VERSION/c6455/le/
 
 # Build C6455 EVM BE
@@ -60,7 +59,6 @@ make clean
 make evm_c6455 ENDIAN=big
 popd
 # Copy the files to the Binary package
-cp -f src/make/bin/i2crom_0x50_c6455_be.dat ibl_bin_$IBL_VERSION/c6455/be/
 cp -f src/make/bin/i2crom_0x50_c6455_be.bin ibl_bin_$IBL_VERSION/c6455/be/
 
 
@@ -70,7 +68,6 @@ make clean
 make evm_c6472 ENDIAN=little
 popd
 # Copy the files to the Binary package
-cp -f src/make/bin/i2crom_0x50_c6472_le.dat ibl_bin_$IBL_VERSION/c6472/le/
 cp -f src/make/bin/i2crom_0x50_c6472_le.bin ibl_bin_$IBL_VERSION/c6472/le/
 
 
@@ -80,7 +77,6 @@ make clean
 make evm_c6472 ENDIAN=big
 popd
 # Copy the files to the Binary package
-cp -f src/make/bin/i2crom_0x50_c6472_be.dat ibl_bin_$IBL_VERSION/c6472/be/
 cp -f src/make/bin/i2crom_0x50_c6472_be.bin ibl_bin_$IBL_VERSION/c6472/be/
 
 
@@ -90,7 +86,6 @@ make clean
 make evm_c6474 ENDIAN=little
 popd
 # Copy the files to the Binary package
-cp -f src/make/bin/i2crom_0x50_c6474_le.dat ibl_bin_$IBL_VERSION/c6474/le/
 cp -f src/make/bin/i2crom_0x50_c6474_le.bin ibl_bin_$IBL_VERSION/c6474/le/
 
 
@@ -101,7 +96,6 @@ make clean
 make evm_c6474 ENDIAN=big
 popd
 # Copy the files to the Binary package
-cp -f src/make/bin/i2crom_0x50_c6474_be.dat ibl_bin_$IBL_VERSION/c6474/be/
 cp -f src/make/bin/i2crom_0x50_c6474_be.bin ibl_bin_$IBL_VERSION/c6474/be/
 
 # Build c6474l EVM little Endian
@@ -110,7 +104,6 @@ make clean
 make evm_c6474l ENDIAN=little
 popd
 # Copy the files to the Binary package
-cp -f src/make/bin/i2crom_0x50_c6474l_le.dat ibl_bin_$IBL_VERSION/c6474l/le/
 cp -f src/make/bin/i2crom_0x50_c6474l_le.bin ibl_bin_$IBL_VERSION/c6474l/le/
 
 
@@ -120,7 +113,6 @@ make clean
 make evm_c6474l ENDIAN=big
 popd
 # Copy the files to the Binary package
-cp -f src/make/bin/i2crom_0x50_c6474l_be.dat ibl_bin_$IBL_VERSION/c6474l/be/
 cp -f src/make/bin/i2crom_0x50_c6474l_be.bin ibl_bin_$IBL_VERSION/c6474l/be/
 
 
@@ -129,7 +121,6 @@ pushd src/make
 make clean
 make evm_c6457 ENDIAN=little
 popd
-cp -f src/make/bin/i2crom_0x50_c6457_le.dat ibl_bin_$IBL_VERSION/c6457/le/
 cp -f src/make/bin/i2crom_0x50_c6457_le.bin ibl_bin_$IBL_VERSION/c6457/le/
 
 
@@ -138,7 +129,6 @@ pushd src/make
 make clean
 make evm_c6457 ENDIAN=big
 popd
-cp -f src/make/bin/i2crom_0x50_c6457_be.dat ibl_bin_$IBL_VERSION/c6457/be/
 cp -f src/make/bin/i2crom_0x50_c6457_be.bin ibl_bin_$IBL_VERSION/c6457/be/
 
 
@@ -147,7 +137,6 @@ pushd src/make
 make clean
 make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
 popd
-cp -f src/make/bin/i2crom_0x51_c6678_le.dat ibl_bin_$IBL_VERSION/c6678/le/
 cp -f src/make/bin/i2crom_0x51_c6678_le.bin ibl_bin_$IBL_VERSION/c6678/le/
 
 
@@ -156,7 +145,6 @@ pushd src/make
 make clean
 make evm_c6678_i2c ENDIAN=big I2C_BUS_ADDR=0x51 
 popd
-cp -f src/make/bin/i2crom_0x51_c6678_be.dat ibl_bin_$IBL_VERSION/c6678/be/
 cp -f src/make/bin/i2crom_0x51_c6678_be.bin ibl_bin_$IBL_VERSION/c6678/be/
 
 # Build c6670 EVM LE
@@ -164,7 +152,6 @@ pushd src/make
 make clean
 make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
 popd
-cp -f src/make/bin/i2crom_0x51_c6670_le.dat ibl_bin_$IBL_VERSION/c6670/le/
 cp -f src/make/bin/i2crom_0x51_c6670_le.bin ibl_bin_$IBL_VERSION/c6670/le/
 
 
@@ -173,7 +160,6 @@ pushd src/make
 make clean
 make evm_c6670_i2c ENDIAN=big I2C_BUS_ADDR=0x51 
 popd
-cp -f src/make/bin/i2crom_0x51_c6670_be.dat ibl_bin_$IBL_VERSION/c6670/be/
 cp -f src/make/bin/i2crom_0x51_c6670_be.bin ibl_bin_$IBL_VERSION/c6670/be/