diff options
Diffstat (limited to 'boot_loader/IBL_buildibl')
-rw-r--r-- | boot_loader/IBL_buildibl | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/boot_loader/IBL_buildibl b/boot_loader/IBL_buildibl index 4d06619..c6cfa13 100644 --- a/boot_loader/IBL_buildibl +++ b/boot_loader/IBL_buildibl | |||
@@ -1,7 +1,20 @@ | |||
1 | cd ibl/src/make | 1 | cd ibl/src/make |
2 | 2 | ||
3 | source setupenvMsys.sh | 3 | source setupenvMsys.sh |
4 | make evm_c667x_i2c ENDIAN=little I2C_BUS_ADDR=0x51 | 4 | make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51 |
5 | cp -f ibl_c66x/i2crom.dat ../../../i2crom_0x51_c6678_le.dat | ||
6 | cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6678_le_0x500.out | ||
7 | make clean | ||
8 | |||
9 | make evm_c6670_i2c ENDIAN=little I2C_BUS_ADDR=0x51 | ||
10 | cp -f ibl_c66x/i2crom.dat ../../../i2crom_0x51_c6670_le.dat | ||
11 | cp -f ../util/i2cConfig/i2cparam_c66x_le.out ../../../i2cparam_0x51_c6670_le_0x500.out | ||
12 | make clean | ||
13 | |||
14 | mv -f ../../../i2crom_0x51_c6678_le.dat bin/i2crom_0x51_c6678_le.dat | ||
15 | mv -f ../../../i2crom_0x51_c6670_le.dat bin/i2crom_0x51_c6670_le.dat | ||
16 | mv -f ../../../i2cparam_0x51_c6678_le_0x500.out bin/i2cparam_0x51_c6678_le_0x500.out | ||
17 | mv -f ../../../i2cparam_0x51_c6670_le_0x500.out bin/i2cparam_0x51_c6670_le_0x500.out | ||
5 | 18 | ||
6 | cd ../../../ | 19 | cd ../../../ |
7 | 20 | ||