Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/tools/sptool/
Dsp_mk_generator.py116 def get_uuid(sp_layout, sp, args :dict): argument
118 if "uuid" in sp_layout[sp]:
120 uuid_std = uuid.UUID(sp_layout[sp]['uuid'])
122 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f:
135 def get_load_address(sp_layout, sp, args :dict): argument
137 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f:
145 def check_max_sps(sp_layout, _, args :dict): argument
147 if len(sp_layout.keys()) > MAX_SP:
152 def gen_fdt_sources(sp_layout, sp, args :dict): argument
154 manifest_path = get_sp_manifest_full_path(sp_layout[sp], args)
[all …]
Dspactions.py33 def inner_logged_action(sp_layout, sp, args :dict): argument
35 return action(sp_layout, sp, args)
46 def __call__(self, sp_layout, sp, args :dict): argument
50 return self.action(sp_layout, sp, args)
79 def run_actions(sp_layout: dict, args: dict, verbose=False):
99 args = action(sp_layout, scope, args)
104 for sp in sp_layout.keys():
105 args = action(sp_layout, sp, args)
110 sp_layout = { variable
142 def my_action1(sp_layout, _, args :dict): argument
[all …]
/trusted-firmware-a-3.7.0/docs/components/
Drealm-management-extension.rst163 and **sp_layout.json** in the **build/fvp/debug** directory.
377 Use the ``sp_layout.json`` previously generated in TF-A Tests
390 SP_LAYOUT_FILE=<path/to/sp_layout.json> \
Dsecure-partition-manager.rst221 SP_LAYOUT_FILE=sp_layout.json \
239 SP_LAYOUT_FILE=sp_layout.json \
/trusted-firmware-a-3.7.0/docs/
Dchange-log.md683 …- generate `ARM_BL2_SP_LIST_DTS` file from `sp_layout.json` ([20629b3](https://review.trustedfirmw…