Lines Matching refs:dtb
151 cmd: "$(location dtc) -@ -I dts -O dtb $(in) -o $(out)",
166 out: ["test_pvmfw_devices_overlapping_pvmfw.dtb"],
173 out: ["test_pvmfw_devices_with_rng.dtb"],
180 out: ["test_pvmfw_devices_without_iommus.dtb"],
187 out: ["test_pvmfw_devices_without_device.dtb"],
194 out: ["test_pvmfw_devices_with_multiple_devices_iommus.dtb"],
201 out: ["test_pvmfw_devices_with_iommu_sharing.dtb"],
208 out: ["test_pvmfw_devices_with_iommu_id_conflict.dtb"],
215 out: ["test_pvmfw_devices_with_duplicated_pviommus.dtb"],
222 out: ["test_pvmfw_devices_with_multiple_reg_iommus.dtb"],
229 out: ["test_pvmfw_devices_with_dependency.dtb"],
236 out: ["test_pvmfw_devices_with_multiple_dependencies.dtb"],
243 out: ["test_pvmfw_devices_with_dependency_loop.dtb"],
258 "expected_dt_with_dependency.dtb",
259 "expected_dt_with_multiple_dependencies.dtb",
260 "expected_dt_with_dependency_loop.dtb",
266 " DTB=$$(basename -s .dts $${DTS}).dtb;" +
267 " $(location dtc) -@ -i $(genDir) -I dts -O dtb $${DTS} -o $(genDir)/$${DTB};" +
396 cmd: "$(location dtc) -@ -I dts -O dtb -o $(genDir)/compiled.dtbo $(in) && " +