Home
last modified time | relevance | path

Searched refs:trp_boot_manifest_version (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/qemu/common/trp/
H A Dqemu_trp_setup.c19 extern uint32_t trp_boot_manifest_version;
32 trp_boot_manifest_version = manifest->version; in qemu_trp_process_manifest()
/rk3399_ARM-atf/plat/arm/common/trp/
H A Darm_trp_setup.c22 extern uint32_t trp_boot_manifest_version;
40 trp_boot_manifest_version = manifest->version; in arm_trp_process_manifest()
/rk3399_ARM-atf/services/std_svc/rmmd/trp/
H A Dtrp_main.c44 uint32_t trp_boot_manifest_version; variable
124 RMMD_GET_MANIFEST_VERSION_MAJOR(trp_boot_manifest_version), in trp_main()
125 RMMD_GET_MANIFEST_VERSION_MINOR(trp_boot_manifest_version)); in trp_main()