Home
last modified time | relevance | path

Searched refs:reference_string (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.py49 def parse_store(command, key, reference_string): argument
50 return command_storage_locations[reference_string]
52 def parse_exec(command, key, reference_string): argument
53 command_location = command_execution_locations[reference_string]
64 def parse_size(command, key, reference_string): argument
65 size = sizes[reference_string]
75 def parse_base_address(command, key, reference_string): argument
76 return location_base_addresses[reference_string]
78 def parse(command, key, reference_string): argument
79 if "-" in reference_string:
[all …]