Searched refs:compatible_tpm (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a-latest/plat/imx/imx8m/ |
D | imx8m_dyn_cfg_helpers.c | 110 const char *compatible_tpm = "arm,tpm_event_log"; in imx8m_set_event_log_info() local 136 node = fdt_node_offset_by_compatible(dtb, -1, compatible_tpm); in imx8m_set_event_log_info() 138 ERROR("The compatible property '%s' not%s", compatible_tpm, in imx8m_set_event_log_info()
|
/trusted-firmware-a-latest/plat/qemu/qemu/ |
D | qemu_helpers.c | 85 const char *compatible_tpm = "tcg,tpm-tis-mmio"; in qemu_set_event_log_info() local 112 node = fdt_node_offset_by_compatible(dtb, -1, compatible_tpm); in qemu_set_event_log_info() 114 ERROR("The compatible property '%s' not%s", compatible_tpm, in qemu_set_event_log_info()
|