Searched refs:dtname (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | k3_fit_atf.sh | 64 for dtname in $* 67 $(basename $dtname) { 68 description = "$(basename $dtname .dtb)"; 69 data = /incbin/("$dtname"); 84 for dtname in $* 87 $(basename $dtname) { 88 description = "$(basename $dtname .dtb)"; 91 fdt = "$(basename $dtname)";
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | mkimage_fit_atf.sh | 42 for dtname in $* 44 echo "$dtname size: " >&2 45 ls -lct $dtname | awk '{print $5}' >&2 90 for dtname in $* 94 description = "$(basename $dtname .dtb)"; 95 data = /incbin/("$dtname"); 111 for dtname in $* 116 description = "$(basename $dtname .dtb)"; 125 description = "$(basename $dtname .dtb)";
|
/openbmc/u-boot/board/sunxi/ |
H A D | mksunxi_fit_atf.sh | 50 for dtname in $* 54 description = "$(basename $dtname .dtb)"; 55 data = /incbin/("$dtname"); 71 for dtname in $* 75 description = "$(basename $dtname .dtb)";
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | make_fit_atf.py | 81 dtname = os.path.basename(dtb) 83 file.write('\t\t\tdescription = "%s";\n' % dtname) 91 def append_conf_section(file, cnt, dtname, atf_cnt): argument 93 file.write('\t\t\tdescription = "%s";\n' % dtname) 114 dtname = os.path.basename(dtb) 115 append_conf_section(file, cnt, dtname, atf_cnt)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | devicetree.bbclass | 101 dtname = os.path.splitext(dts)[0] 102 bb.note("Processing {0} [{1}]".format(dtname, dts)) 124 dtcargs += ["-o", "{0}.{1}".format(dtname, "dtbo" if isoverlay else "dtb")]
|
/openbmc/linux/drivers/clk/ |
H A D | clk-qoriq.c | 1126 const char *dtname) in input_clock_by_name() argument 1130 clk = of_clk_get_by_name(clockgen.node, dtname); in input_clock_by_name()
|