Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/bl1/bl1_1/scripts/
Dcreate_bl1_2_img.py21 def struct_pack(objects, pad_to=0): argument
27 if size < pad_to:
28 defstring += str(pad_to - size) + "x"
47 image = struct_pack([bl1_2_code], pad_to=bl1_2_partition_size)
Dcreate_provisioning_bundle.py12 def struct_pack(objects, pad_to=0): argument
18 if size < pad_to:
19 defstring += str(pad_to - size) + "x"
/trusted-firmware-m-3.4.0/bl1/bl1_2/scripts/
Dcreate_bl2_img.py20 def struct_pack(objects, pad_to=0): argument
26 if size < pad_to:
27 defstring += str(pad_to - size) + "x"
107 pad_to=bl2_partition_size - (1452 + 16 + 8 + 4))