Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py137 def get_uuid(sp_layout, sp, args :dict): argument
148 if "uuid" in sp_layout[sp]:
150 uuid_std = uuid.UUID(sp_layout[sp]['uuid'])
152 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f:
169 def get_load_address(sp_layout, sp, args :dict): argument
171 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f:
181 def check_max_sps(sp_layout, _, args :dict): argument
183 if len(sp_layout.keys()) > MAX_SP:
188 def count_sps(sp_layout, _, args :dict): argument
194 def gen_fdt_sources(sp_layout, sp, args :dict): argument
[all …]
H A 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 …]
/rk3399_ARM-atf/docs/components/
H A Dsecure-partition-manager.rst152 SP_LAYOUT_FILE=sp_layout.json \
170 SP_LAYOUT_FILE=sp_layout.json \
/rk3399_ARM-atf/docs/
H A Dchange-log.md5033 …- generate `ARM_BL2_SP_LIST_DTS` file from `sp_layout.json` ([20629b3](https://review.trustedfirmw…