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
139 if "uuid" in sp_layout[sp]:
141 uuid_std = uuid.UUID(sp_layout[sp]['uuid'])
143 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f:
156 def get_load_address(sp_layout, sp, args :dict): argument
158 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f:
168 def check_max_sps(sp_layout, _, args :dict): argument
170 if len(sp_layout.keys()) > MAX_SP:
175 def count_sps(sp_layout, _, args :dict): argument
181 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…