]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - boot_loader/IBL_buildibl
Copy program evm for mcsdk-210 branch
[keystone-rtos/mcsdk-tools.git] / boot_loader / IBL_buildibl
index c6cfa13edf5e6bdaa86cd5987ea2831d5c443a8c..35fc35d7f419a139699edadfc523f23a50de1952 100644 (file)
@@ -4,6 +4,12 @@ source setupenvMsys.sh
 make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
 cp -f ibl_c66x/i2crom.dat ../../../i2crom_0x51_c6678_le.dat
 cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6678_le_0x500.out
+cp -f ../util/i2cConfig/i2cConfig.gel ../../../i2cConfig.gel
+cp -f ../util/btoccs/b2ccs.exe ../../../b2ccs.exe
+cp -f ../util/btoccs/b2i2c.exe ../../../b2i2c.exe
+cp -f ../util/bconvert/bconvert64x.exe ../../../bconvert64x.exe
+cp -f ../util/romparse/romparse.exe ../../../romparse.exe
+
 make clean
 
 make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
@@ -16,5 +22,11 @@ mv -f ../../../i2crom_0x51_c6670_le.dat bin/i2crom_0x51_c6670_le.dat
 mv -f ../../../i2cparam_0x51_c6678_le_0x500.out bin/i2cparam_0x51_c6678_le_0x500.out
 mv -f ../../../i2cparam_0x51_c6670_le_0x500.out bin/i2cparam_0x51_c6670_le_0x500.out
 
+mv -f ../../../i2cConfig.gel bin/i2cConfig.gel 
+mv -f ../../../b2ccs.exe ../util/btoccs/b2ccs.exe 
+mv -f ../../../b2i2c.exe ../util/btoccs/b2i2c.exe 
+mv -f ../../../bconvert64x.exe ../util/bconvert/bconvert64x.exe 
+mv -f ../../../romparse.exe ../util/romparse/romparse.exe 
+
 cd ../../../