]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - boot_loader/IBL_buildibl
Added ibl build for 6657
[keystone-rtos/mcsdk-tools.git] / boot_loader / IBL_buildibl
index 8cb05493873e510636150b8cd2f9f7a9329a222c..034f421da35a4ba5a4070bd2b29ab4e3159a01cd 100755 (executable)
@@ -10,6 +10,8 @@ cp -f ../util/btoccs/b2i2c.exe ../../../b2i2c.exe
 cp -f ../util/btoccs/ccs2bin.exe ../../../ccs2bin.exe
 cp -f ../util/bconvert/bconvert64x.exe ../../../bconvert64x.exe
 cp -f ../util/romparse/romparse.exe ../../../romparse.exe
+cp -f ../util/iblConfig/build/iblConfig.out ../../../iblConfig.out
+cp -f ../util/iblConfig/build/input.txt ../../../input.txt
 
 make clean
 
@@ -18,10 +20,17 @@ cp -f ibl_c66x/i2crom.bin ../../../i2crom_0x51_c6670_le.bin
 cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6670_le_0x500.out
 make clean
 
+make evm_c6657_i2c ENDIAN=little I2C_BUS_ADDR=0x51 
+cp -f bin/i2crom_0x51_c6657_le.bin ../../../i2crom_0x51_c6657_le.bin
+cp -f bin/i2cparam_0x51_c6657_le_0x500.out ../../../i2cparam_0x51_c6657_le_0x500.out
+make clean
+
 mv -f ../../../i2crom_0x51_c6678_le.bin bin/i2crom_0x51_c6678_le.bin
 mv -f ../../../i2crom_0x51_c6670_le.bin bin/i2crom_0x51_c6670_le.bin
+mv -f ../../../i2crom_0x51_c6657_le.bin bin/i2crom_0x51_c6657_le.bin
 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 ../../../i2cparam_0x51_c6657_le_0x500.out bin/i2cparam_0x51_c6657_le_0x500.out
 
 mv -f ../../../i2cConfig.gel bin/i2cConfig.gel 
 mv -f ../../../b2ccs.exe ../util/btoccs/b2ccs.exe 
@@ -29,6 +38,8 @@ mv -f ../../../b2i2c.exe ../util/btoccs/b2i2c.exe
 mv -f ../../../ccs2bin.exe ../util/btoccs/ccs2bin.exe 
 mv -f ../../../bconvert64x.exe ../util/bconvert/bconvert64x.exe 
 mv -f ../../../romparse.exe ../util/romparse/romparse.exe 
+mv -f ../../../iblConfig.out ../util/iblConfig/build/iblConfig.out
+mv -f ../../../input.txt ../util/iblConfig/build/input.txt 
 
 cd ../../../