Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dk3_fit_atf.sh64 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 Dmkimage_fit_atf.sh42 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 Dmksunxi_fit_atf.sh50 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 Dmake_fit_atf.py81 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 Ddevicetree.bbclass101 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 Dclk-qoriq.c1126 const char *dtname) in input_clock_by_name() argument
1130 clk = of_clk_get_by_name(clockgen.node, dtname); in input_clock_by_name()