Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py82 def write_to_sp_mk_gen(content, args :dict): function
177 write_to_sp_mk_gen(f"$(eval $(call add_define_val,NUM_SP,{len(sp_layout.keys())}))", args)
184 write_to_sp_mk_gen(f"FDT_SOURCES += {manifest_path}", args)
253 write_to_sp_mk_gen(f"SP_PKGS += {pkg}\n", args)
266 write_to_sp_mk_gen(partition_pkg_rule, args)
306 write_to_sp_mk_gen(f"CRT_ARGS += --sp-pkg{sp_pkg_idx} {get_sp_pkg(sp, args)}\n", args)
313write_to_sp_mk_gen(f"FIP_ARGS += --blob uuid={str(uuid_std)},file={get_sp_pkg(sp, args)}\n", args)