Searched refs:dts (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/sys/modules/dtb/am335x/
H A DMakefile1 # All the dts files for am335x systems we support.
3 am335x-bone.dts \
4 am335x-boneblack.dts \
5 am335x-boneblack-wireless.dts \
6 am335x-bonegreen.dts \
7 am335x-bonegreen-wireless.dts \
8 am335x-boneblue.dts \
9 am335x-pocketbeagle.dts \
10 ufw.dts
/freebsd-current/sys/dts/arm/
H A DMakefile2 DTS!=ls ${.CURDIR}/*.dts
4 all: test-dts
/freebsd-current/sys/dts/powerpc/
H A DMakefile2 DTS!=ls ${.CURDIR}/*.dts
4 all: test-dts
/freebsd-current/sys/dts/arm64/
H A DMakefile2 DTS!=ls ${.CURDIR}/*.dts
4 all: test-dts
/freebsd-current/sys/modules/dtb/zynq/
H A DMakefile1 # All the dts files for Zynq systems we support.
3 zedboard.dts \
4 zybo.dts
/freebsd-current/sys/modules/dtb/imx6/
H A DMakefile1 # All the dts files for imx6 systems we support.
3 nxp/imx/imx6dl-cubox-i.dts \
4 nxp/imx/imx6q-cubox-i.dts \
5 nxp/imx/imx6dl-hummingboard.dts \
6 nxp/imx/imx6q-hummingboard.dts \
7 nxp/imx/imx6dl-nitrogen6x.dts \
8 nxp/imx/imx6q-nitrogen6_max.dts \
9 nxp/imx/imx6q-nitrogen6x.dts \
10 nxp/imx/imx6qp-nitrogen6_max.dts \
11 nxp/imx/imx6sx-nitrogen6sx.dts \
[all...]
/freebsd-current/sys/modules/dtb/freescale/
H A DMakefile1 # All the dts files for Freescale (now NXP) systems we support.
2 DTS= freescale/fsl-ls1028a-rdb.dts \
3 freescale/fsl-lx2160a-clearfog-cx.dts \
4 freescale/fsl-lx2160a-honeycomb.dts \
5 freescale/fsl-lx2160a-qds.dts \
6 freescale/fsl-lx2160a-rdb.dts
/freebsd-current/sys/modules/dtb/omap4/
H A DMakefile1 # All the dts files for omap4 systems we support.
3 omap4-duovero-parlor.dts \
4 omap4-panda.dts \
5 omap4-panda-es.dts
/freebsd-current/sys/modules/dtb/mv/
H A DMakefile1 # All the dts files for Marvell systems we support.
5 marvell/armada-388-clearfog.dts \
6 marvell/armada-388-gp.dts
9 marvell/armada-3720-espressobin.dts \
10 marvell/armada-8040-clearfog-gt-8k.dts \
12 marvell/armada-8040-mcbin.dts \
13 marvell/armada-8040-mcbin-singleshot.dts
/freebsd-current/sys/modules/dtb/imx8/
H A DMakefile1 # All the dts files for imx8 systems we support.
3 freescale/imx8mq-evk.dts \
4 freescale/imx8mq-nitrogen.dts
/freebsd-current/sys/tools/fdt/
H A Dmake_dtbh.sh6 dtb_base_name=`basename $1 .dts`
H A Dmake_dtb.sh4 # Script generates dtb file ($3) from dts source ($2) in build tree S ($1)
6 dts="$2"
9 if [ -z "$dts" ]; then
22 for d in ${dts}; do
23 dtb="${dtb_path}/$(basename "$d" .dts).dtb"
24 ${CPP} -P -x assembler-with-cpp -I "$S/dts/include" -I "$S/contrib/device-tree/include" -I "$S/dts/${MACHINE}" -I "$S/contrib/device-tree/src/${MACHINE}" -I "$S/contrib/device-tree/src/" -include "$d" -include "$S/dts/freebsd-compatible.dts" /dev/null |
25 ${DTC} -@ -O dtb -o "$dtb" -b 0 -p 1024 -i "$S/dts/
[all...]
/freebsd-current/sys/modules/dtb/imx5/
H A DMakefile1 # All the dts files for imx5 systems we support.
3 imx53-qsb.dts
/freebsd-current/sys/modules/dtb/nvidia/
H A DMakefile1 # All the dts files for Nvidia ARM systems we support.
3 DTS= tegra124-jetson-tk1-fbsd.dts
4 DTS+= nvidia/tegra124-jetson-tk1.dts
6 DTS= nvidia/tegra210-p2371-2180.dts
7 DTS+= nvidia/tegra210-p3450-0000.dts
/freebsd-current/sys/modules/dtb/rockchip/
H A DMakefile1 # All the dts files for rockchip systems we support.
5 rockchip/rk3288-tinker.dts \
6 rockchip/rk3288-tinker-s.dts
9 rockchip/rk3399-khadas-edge-captain.dts \
10 rockchip/rk3399-khadas-edge.dts \
11 rockchip/rk3399-khadas-edge-v.dts \
12 rockchip/rk3399-nanopc-t4.dts \
13 rockchip/rk3328-nanopi-r2s.dts \
14 rockchip/rk3399-nanopi-r4s.dts \
15 rockchip/rk3399-rock-4c-plus.dts \
[all...]
/freebsd-current/sys/contrib/device-tree/scripts/
H A Drewrite-index.pl33 # A few architectures have dts files at non standard paths. Massage those into
34 # a standard arch/ARCH/boot/dts first.
36 # symlink: arch/microblaze/boot/dts/system.dts -> ../../platform/generic/system.dts
37 next if m,\tarch/microblaze/boot/dts/system.dts$,;
38 $m++ if s,\tarch/microblaze/platform/generic/(system.dts)$,\tarch/microblaze/boot/dts/$1,;
40 # arch/mips/lantiq/dts/easy5071
[all...]
H A Dmerge-new-release.sh4 v*-dts) ;;
22 export GIT_AUTHOR_DATE=$(git log -1 --format=%ad "${v%-dts}")
27 if [ "${v}" = "v2.6.12-rc2-dts" ] ; then
33 case "${v%-dts}" in
40 export GIT_COMMITTER_DATE="$(git for-each-ref --format='%(taggerdate)' "refs/tags/${v%-dts}")"
H A Dcronjob9 BRANCHES="master filter-state upstream/master upstream/dts"
31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then
78 #git push --dry-run origin filter-state upstream/dts upstream/master
87 git -c merge.renameLimit=1000000 merge --no-edit upstream/dts
/freebsd-current/sys/modules/dtb/sifive/
H A DMakefile3 sifive/hifive-unleashed-a00.dts
/freebsd-current/sys/dts/
H A DMakefile.inc4 test-dts:
5 .for dts in ${DTS}
6 @env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp
/freebsd-current/sys/modules/dtb/allwinner/
H A DMakefile1 # All the dts files for allwinner systems we support.
5 allwinner/sun4i-a10-cubieboard.dts \
6 allwinner/sun4i-a10-olinuxino-lime.dts \
7 allwinner/sun6i-a31s-sinovoip-bpi-m2.dts \
8 allwinner/sun5i-a13-olinuxino.dts \
9 allwinner/sun5i-r8-chip.dts \
10 allwinner/sun7i-a20-bananapi.dts \
11 allwinner/sun7i-a20-cubieboard2.dts \
12 allwinner/sun7i-a20-lamobo-r1.dts \
13 allwinner/sun7i-a20-olimex-som-evb.dts \
[all...]
/freebsd-current/sys/conf/
H A DMakefile.arm30 INCLUDES+= -I$S/contrib/libfdt -I$S/contrib/device-tree/include -I$$/dts/include
32 LINUX_DTS_VERSION!= awk '/freebsd,dts-version/ { sub(/;$$/,"", $$NF); print $$NF }' $S/dts/freebsd-compatible.dts
H A Ddtb.build.mk22 # DTB for aarch64 needs to preserve the immediate parent of the .dts, because
33 .SUFFIXES: .dtb .dts .dtbo .dtso
34 .PATH.dts: ${SYSDIR}/contrib/device-tree/src/${MACHINE} ${SYSDIR}/dts/${MACHINE}
35 .PATH.dtso: ${SYSDIR}/dts/${MACHINE}/overlays
39 .dts.dtb: ${OP_META}
65 # with .dts files appearing in a vendor/ directory.
/freebsd-current/sys/contrib/device-tree/
H A DMakefile102 ALL_DTS := $(shell find src/* -name \*.dts)
104 ALL_DTB := $(patsubst %.dts,%.dtb,$(ALL_DTS))
112 ARCH_DTS := $(shell find src/$(ARCH) -name \*.dts)
114 ARCH_DTB := $(patsubst %.dts,%.dtb,$(ARCH_DTS))
130 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
143 $(obj)/%.dtb: $(src)/%.dts FORCE
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp77 auto dts = (ThreadState *)MmapOrDie(sizeof(ThreadState), "ThreadState"); local
78 dts->fast_state.SetIgnoreBit();
79 dts->ignore_interceptors = 1;
80 dts->is_dead = true;
81 const_cast<Tid &>(dts->tid) = kInvalidTid;
82 res = internal_mprotect(dts, sizeof(ThreadState), PROT_READ); // immutable
84 dead_thread_state = dts;

Completed in 221 milliseconds

12