Home
last modified time | relevance | path

Searched refs:command_size (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/
Dcreate_bl1_1_dma_bin.py151 command_size = sum([1 for key in command if key not in reserved_keys]) * 4 variable
152 sizes[command['command_name']] = command_size
153 sizes[program['name']] += command_size
156 location_next_addresses[program['storage_location']] += command_size
160 location_next_addresses[program['execution_location']] += command_size