Home | History | Annotate | Download | only in tests

Lines Matching refs:dtb

66 # Compile the *-base.dts to make *-base.dtb
68 BASE_DTB_NAME="${BASE_DTS_NAME}-base.dtb"
70 dtc -@ -qq -O dtb -o "$BASE_DTB" "$BASE_DTS"
72 # Compile the *-overlay.dts to make *-overlay.dtb
74 OVERLAY_DTB_NAME="${OVERLAY_DTS_NAME}-overlay.dtb"
76 dtc -@ -qq -O dtb -o "$OVERLAY_DTB" "$OVERLAY_DTS"
78 # Run ufdt_apply_overlay to combine *-base.dtb and *-overlay.dtb
79 # into *-merged.dtb
80 MERGED_DTB_NAME="${BASE_DTS_NAME}-merged.dtb"