Searched refs:dtb (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-current/sys/tools/fdt/
H A Dmake_dtbh.sh7 echo '#define FDT_DTB_FILE "'${dtb_base_name}.dtb'"' > $2/fdt_static_dtb.h
H A Dmake_dtb.sh4 # Script generates dtb file ($3) from dts source ($2) in build tree S ($1)
23 dtb="${dtb_path}/$(basename "$d" .dts).dtb"
25 ${DTC} -@ -O dtb -o "$dtb" -b 0 -p 1024 -i "$S/dts/${MACHINE}" -i "$S/contrib/device-tree/src/${MACHINE}" -i "$S/contrib/device-tree/src/"
H A Dmake_dtbo.sh23 dtb="${dtbo_path}/$(basename "$d" .dtso).dtbo"
25 ${DTC} -@ -O dtb -o "$dtb" -i "$S/dts/${MACHINE}" -i "$S/contrib/device-tree/src/${MACHINE}"
/freebsd-current/sys/modules/dtb/imx5/
H A DMakefile5 .include <bsd.dtb.mk>
/freebsd-current/sys/modules/dtb/zynq/
H A DMakefile6 .include <bsd.dtb.mk>
/freebsd-current/sys/modules/dtb/sifive/
H A DMakefile5 .include <bsd.dtb.mk>
/freebsd-current/sys/modules/dtb/imx8/
H A DMakefile6 .include <bsd.dtb.mk>
/freebsd-current/stand/common/
H A Dmodinfo.h9 int md_load(char *args, vm_offset_t *modulep, vm_offset_t *dtb);
10 int md_load64(char *args, vm_offset_t *modulep, vm_offset_t *dtb);
H A Dmetadata.c74 md_load_dual(char *args, vm_offset_t *modulep, vm_offset_t *dtb, int kern64) argument
210 if (dtb != NULL)
211 *dtb = fdtp;
218 md_load(char *args, vm_offset_t *modulep, vm_offset_t *dtb) argument
220 return (md_load_dual(args, modulep, dtb, 0));
225 md_load64(char *args, vm_offset_t *modulep, vm_offset_t *dtb) argument
227 return (md_load_dual(args, modulep, dtb, 1));
/freebsd-current/sys/modules/dtb/omap4/
H A DMakefile7 .include <bsd.dtb.mk>
/freebsd-current/sys/modules/dtb/allwinner/
H A DMakefile37 ${DTBDIR}/sun4i-a10-cubieboard.dtb ${DTBDIR}/cubieboard.dtb \
38 ${DTBDIR}/sun4i-a10-olinuxino-lime.dtb ${DTBDIR}/olinuxino-lime.dtb \
39 ${DTBDIR}/sun6i-a31s-sinovoip-bpi-m2.dtb ${DTBDIR}/bananapim2.dtb \
40 ${DTBDIR}/sun7i-a20-bananapi.dtb ${DTBDIR}/bananapi.dtb \
41 ${DTBDIR}/sun7i-a20-cubieboard2.dtb ${DTBDIR}/cubieboard2.dtb \
[all...]
/freebsd-current/sys/modules/dtb/am335x/
H A DMakefile12 .include <bsd.dtb.mk>
/freebsd-current/sys/modules/dtb/freescale/
H A DMakefile8 .include <bsd.dtb.mk>
/freebsd-current/sys/modules/dtb/rpi/
H A DMakefile12 .include <bsd.dtb.mk>
/freebsd-current/usr.bin/dtc/
H A DMakefile2 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
H A Ddtb.hh46 * The dtb namespace contains code related to the generation of device tree
50 namespace dtb namespace in namespace:dtc
366 void write(dtb::output_writer &writer);
369 } // namespace dtb
H A Dfdt.cc36 #include "dtb.hh"
618 property::write(dtb::output_writer &writer, dtb::string_table &strings)
620 writer.write_token(dtb::FDT_PROP);
810 case dtb::FDT_BEGIN_NODE:
822 case dtb::FDT_END_NODE:
825 case dtb::FDT_PROP:
839 case dtb::FDT_END:
844 case dtb::FDT_NOP:
1175 node::write(dtb
[all...]
/freebsd-current/sys/modules/dtb/nvidia/
H A DMakefile9 .include <bsd.dtb.mk>
/freebsd-current/stand/kboot/kboot/arch/powerpc64/
H A Dppc64_elf_freebsd.c50 uint32_t dtb; member in struct:trampoline_data
74 vm_offset_t mdp, dtb; local
132 if ((error = md_load64(fp->f_args, &mdp, &dtb)) != 0)
135 trampoline_data->dtb = htobe32(dtb);
142 be32toh(trampoline_data->dtb), be32toh(trampoline_data->mdp));
/freebsd-current/sys/modules/dtb/mv/
H A DMakefile16 .include <bsd.dtb.mk>
/freebsd-current/sys/conf/
H A Ddtb.build.mk25 DTB+= ${_dts:R:S/$/.dtb/}
27 DTB+= ${_dts:T:R:S/$/.dtb/}
33 .SUFFIXES: .dtb .dts .dtbo .dtso
39 .dts.dtb: ${OP_META}
48 ${_dts:R:T}.dtb: ${_dts}
/freebsd-current/sys/contrib/device-tree/
H A DMakefile104 ALL_DTB := $(patsubst %.dts,%.dtb,$(ALL_DTS))
114 ARCH_DTB := $(patsubst %.dts,%.dtb,$(ARCH_DTS))
138 $(DTC) -O dtb -o $@ -b 0 \
143 $(obj)/%.dtb: $(src)/%.dts FORCE
173 @echo " src/<ARCH>/<DTS>.dtb Build a single device tree binary"
/freebsd-current/release/scripts/
H A Dmtree-to-plist.awk26 if ($1 ~ /^\/boot\/dtb\//) {
27 tags="package=dtb"
44 if (kernel != "" && $1 ~ /^\/boot\/dtb\//)
45 pkgname="dtb"
75 if (kernel != "" && pkgname != "dtb") {
/freebsd-current/sys/modules/dtb/imx6/
H A DMakefile18 .include <bsd.dtb.mk>
/freebsd-current/sys/modules/dtb/rockchip/
H A DMakefile32 .include <bsd.dtb.mk>

Completed in 148 milliseconds

12