summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'boot_loader/IBL_buildibl')
-rw-r--r--boot_loader/IBL_buildibl2
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
7cp -f ../util/i2cConfig/i2cConfig.gel ../../../i2cConfig.gel 7cp -f ../util/i2cConfig/i2cConfig.gel ../../../i2cConfig.gel
8cp -f ../util/btoccs/b2ccs.exe ../../../b2ccs.exe 8cp -f ../util/btoccs/b2ccs.exe ../../../b2ccs.exe
9cp -f ../util/btoccs/b2i2c.exe ../../../b2i2c.exe 9cp -f ../util/btoccs/b2i2c.exe ../../../b2i2c.exe
10cp -f ../util/btoccs/ccs2bin.exe ../../../ccs2bin.exe
10cp -f ../util/bconvert/bconvert64x.exe ../../../bconvert64x.exe 11cp -f ../util/bconvert/bconvert64x.exe ../../../bconvert64x.exe
11cp -f ../util/romparse/romparse.exe ../../../romparse.exe 12cp -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
25mv -f ../../../i2cConfig.gel bin/i2cConfig.gel 26mv -f ../../../i2cConfig.gel bin/i2cConfig.gel
26mv -f ../../../b2ccs.exe ../util/btoccs/b2ccs.exe 27mv -f ../../../b2ccs.exe ../util/btoccs/b2ccs.exe
27mv -f ../../../b2i2c.exe ../util/btoccs/b2i2c.exe 28mv -f ../../../b2i2c.exe ../util/btoccs/b2i2c.exe
29mv -f ../../../ccs2bin.exe ../util/btoccs/ccs2bin.exe
28mv -f ../../../bconvert64x.exe ../util/bconvert/bconvert64x.exe 30mv -f ../../../bconvert64x.exe ../util/bconvert/bconvert64x.exe
29mv -f ../../../romparse.exe ../util/romparse/romparse.exe 31mv -f ../../../romparse.exe ../util/romparse/romparse.exe
30 32