Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/tools/sptool/
A Dsp_mk_generator.py116 def check_max_sps(sp_layout, _, args :dict): argument
118 if len(sp_layout.keys()) > MAX_SP:
123 def gen_fdt_sources(sp_layout, sp, args :dict): argument
142 pm_offset = get_pm_offset(sp_layout[sp])
156 def check_dualroot(sp_layout, _, args :dict): argument
161 owners = [sp_layout[sp].get("owner") for sp in sp_layout]
173 def gen_crt_args(sp_layout, sp, args :dict): argument
197 if "uuid" in sp_layout[sp]:
218 sp_layout = json.load(json_file)
228 return args, sp_layout
[all …]
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)
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
146 def my_action2(sp_layout, sp_name, args :dict): argument
[all …]
/arm-trusted-firmware-2.8.0/docs/components/
A Drealm-management-extension.rst135 and **sp_layout.json** in the **build/fvp/debug** directory.
349 Use sp_layout.json previously generated in tf-a-test build.
362 SP_LAYOUT_FILE=<path/to/sp_layout.json> \
A Dsecure-partition-manager.rst222 SP_LAYOUT_FILE=sp_layout.json \
240 SP_LAYOUT_FILE=sp_layout.json \

Completed in 6 milliseconds