Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/
H A DMakefile2 DTC ?= dtc macro
136 quiet_cmd_dtc = DTC $@
138 $(DTC) -O dtb -o $@ -b 0 \
/f-stack/freebsd/tools/fdt/
H A Dmake_dtbo.sh27 ${DTC} -@ -O dtb -o "$dtb" -i "$S/dts/${MACHINE}" -i "$S/contrib/device-tree/src/${MACHINE}"
H A Dmake_dtb.sh27 …${DTC} -@ -O dtb -o "$dtb" -b 0 -p 1024 -i "$S/dts/${MACHINE}" -i "$S/contrib/device-tree/src/${MA…
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt6302 iASL/DTC/Preprocessor: Gracefully handle early EOF. Handle an EOF at the
7258 iASL/DTC: Major update for new grammar features. Allow generic data types
7287 iASL/DTC: Finish support for expression evaluation. Added a new
7294 Disassembler/DTC: Remove support for () and <> style comments in data
7297 that DTC has full expression support, we don't want to have comment
7319 iASL/DTC: Do not abort compiler on fatal errors. We do not want to
7455 iASL/DTC: Added support for integer expressions and labels. Support for
7480 iASL/DTC: Fixed a couple input scanner issues with comments and line
7485 iASL/DTC: Reduced the severity of some errors from fatal to error. There