diff options
author | Ivan Pang | 2011-10-21 16:54:20 -0500 |
---|---|---|
committer | Ivan Pang | 2011-10-21 16:54:20 -0500 |
commit | a2ea0152aedf19f939c545d3c692728a8010fea4 (patch) | |
tree | 9fbf164b1988d972bc455871caf8062babdc5b37 /boot_loader/IBL_buildibl | |
parent | abf260d446cec73c782f2dd410deeb717ca3b07d (diff) | |
download | mcsdk-tools-a2ea0152aedf19f939c545d3c692728a8010fea4.tar.gz mcsdk-tools-a2ea0152aedf19f939c545d3c692728a8010fea4.tar.xz mcsdk-tools-a2ea0152aedf19f939c545d3c692728a8010fea4.zip |
POST updates; eepromwriter now supports .bin instead of .dat
Diffstat (limited to 'boot_loader/IBL_buildibl')
-rw-r--r-- | boot_loader/IBL_buildibl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot_loader/IBL_buildibl b/boot_loader/IBL_buildibl index 35fc35d..fb20f36 100644 --- a/boot_loader/IBL_buildibl +++ b/boot_loader/IBL_buildibl | |||
@@ -7,6 +7,7 @@ cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6678_le_0x5 | |||
7 | cp -f ../util/i2cConfig/i2cConfig.gel ../../../i2cConfig.gel | 7 | cp -f ../util/i2cConfig/i2cConfig.gel ../../../i2cConfig.gel |
8 | cp -f ../util/btoccs/b2ccs.exe ../../../b2ccs.exe | 8 | cp -f ../util/btoccs/b2ccs.exe ../../../b2ccs.exe |
9 | cp -f ../util/btoccs/b2i2c.exe ../../../b2i2c.exe | 9 | cp -f ../util/btoccs/b2i2c.exe ../../../b2i2c.exe |
10 | cp -f ../util/btoccs/ccs2bin.exe ../../../ccs2bin.exe | ||
10 | cp -f ../util/bconvert/bconvert64x.exe ../../../bconvert64x.exe | 11 | cp -f ../util/bconvert/bconvert64x.exe ../../../bconvert64x.exe |
11 | cp -f ../util/romparse/romparse.exe ../../../romparse.exe | 12 | cp -f ../util/romparse/romparse.exe ../../../romparse.exe |
12 | 13 | ||
@@ -25,6 +26,7 @@ mv -f ../../../i2cparam_0x51_c6670_le_0x500.out bin/i2cparam_0x51_c6670_le_0x500 | |||
25 | mv -f ../../../i2cConfig.gel bin/i2cConfig.gel | 26 | mv -f ../../../i2cConfig.gel bin/i2cConfig.gel |
26 | mv -f ../../../b2ccs.exe ../util/btoccs/b2ccs.exe | 27 | mv -f ../../../b2ccs.exe ../util/btoccs/b2ccs.exe |
27 | mv -f ../../../b2i2c.exe ../util/btoccs/b2i2c.exe | 28 | mv -f ../../../b2i2c.exe ../util/btoccs/b2i2c.exe |
29 | mv -f ../../../ccs2bin.exe ../util/btoccs/ccs2bin.exe | ||
28 | mv -f ../../../bconvert64x.exe ../util/bconvert/bconvert64x.exe | 30 | mv -f ../../../bconvert64x.exe ../util/bconvert/bconvert64x.exe |
29 | mv -f ../../../romparse.exe ../util/romparse/romparse.exe | 31 | mv -f ../../../romparse.exe ../util/romparse/romparse.exe |
30 | 32 | ||