i2c tools better naming schememaster
commitf29425509a105e9547b60e277aa4f2fe10f8dea1
authorPetr Cvek <petrcvekcz@gmail.com>
Wed, 3 Mar 2021 06:39:32 +0000 (3 07:39 +0100)
committerPetr Cvek <petrcvekcz@gmail.com>
Wed, 3 Mar 2021 06:39:32 +0000 (3 07:39 +0100)
tree28835de193245cc64674cd04ecb9bc224ead0ec1
parent19fbd4fc8f01ef10ff75f9b48b0f94576bb6fd85
i2c tools better naming scheme
adding boot mode and more functions

Signed-off-by: Petr Cvek <petrcvekcz@gmail.com>
36 files changed:
tools/README [new file with mode: 0644]
tools/bq_boot_code_checksum_32 [new file with mode: 0755]
tools/bq_boot_code_dump [new file with mode: 0755]
tools/bq_boot_code_read_1 [new file with mode: 0755]
tools/bq_boot_code_read_1_via_reg [new file with mode: 0755]
tools/bq_boot_code_read_32 [new file with mode: 0755]
tools/bq_boot_data_checksum [new file with mode: 0755]
tools/bq_boot_data_read_1 [copied from tools/bq_test_read_1 with 66% similarity]
tools/bq_boot_data_read_32 [copied from tools/bq_normal_read_32 with 88% similarity]
tools/bq_boot_data_write_1 [copied from tools/bq_test_write_1 with 60% similarity]
tools/bq_boot_eeprom_erase_64 [copied from tools/bq_test_erase_eeprom_64 with 77% similarity]
tools/bq_boot_eeprom_erase_all [new file with mode: 0755]
tools/bq_boot_eeprom_flash_1 [copied from tools/bq_test_flash_eeprom_1 with 82% similarity]
tools/bq_boot_eeprom_flash_32 [copied from tools/bq_test_flash_eeprom_32 with 92% similarity]
tools/bq_boot_execute [new file with mode: 0755]
tools/bq_boot_getversion [new file with mode: 0755]
tools/bq_norm_config_read [moved from tools/bq_normal_config_read with 92% similarity]
tools/bq_norm_config_write_TODO [new file with mode: 0755]
tools/bq_norm_data_dump [moved from tools/bq_normal_dump_data with 93% similarity]
tools/bq_norm_data_read_1 [moved from tools/bq_normal_read_1 with 100% similarity]
tools/bq_norm_data_read_32 [moved from tools/bq_normal_read_32 with 100% similarity]
tools/bq_norm_data_write_1 [moved from tools/bq_normal_write_1 with 96% similarity]
tools/bq_norm_reboot [moved from tools/bq_normal_reboot with 84% similarity]
tools/bq_norm_status [new file with mode: 0755]
tools/bq_norm_switch_bootrom [moved from tools/bq_normal_switch_bootrom with 83% similarity]
tools/bq_norm_unlock [moved from tools/bq_normal_unlock with 100% similarity]
tools/bq_test_data_dump [moved from tools/bq_test_dump_data with 93% similarity]
tools/bq_test_data_read_1 [moved from tools/bq_test_read_1 with 100% similarity]
tools/bq_test_data_read_32 [moved from tools/bq_test_read_32 with 100% similarity]
tools/bq_test_data_write_1 [moved from tools/bq_test_write_1 with 100% similarity]
tools/bq_test_eeprom_erase_64 [moved from tools/bq_test_erase_eeprom_64 with 91% similarity]
tools/bq_test_eeprom_erase_all [moved from tools/bq_test_erase_eeprom_all with 100% similarity]
tools/bq_test_eeprom_flash_1 [moved from tools/bq_test_flash_eeprom_1 with 100% similarity]
tools/bq_test_eeprom_flash_32 [moved from tools/bq_test_flash_eeprom_32 with 100% similarity]
tools/bq_test_eeprom_sum [moved from tools/bq_test_sum_eeprom with 100% similarity]
tools/i2c_config.sh [changed mode: 0755->0644]