Lines Matching defs:sp_layout
137 def get_uuid(sp_layout, sp, args :dict): argument
156 def get_load_address(sp_layout, sp, args :dict): argument
168 def check_max_sps(sp_layout, _, args :dict): argument
175 def count_sps(sp_layout, _, args :dict): argument
181 def gen_fdt_sources(sp_layout, sp, args :dict): argument
188 def generate_hob_list(sp_layout, sp, args: dict): argument
240 def gen_partition_pkg(sp_layout, sp, args :dict): argument
270 def check_dualroot(sp_layout, _, args :dict): argument
288 def gen_crt_args(sp_layout, sp, args :dict): argument
310 def gen_fiptool_args(sp_layout, sp, args :dict): argument
317 def gen_fconf_fragment(sp_layout, sp, args: dict): argument
366 args, sp_layout = init_sp_actions(sys) variable