Lines Matching defs:manifest
20 * Received from boot manifest and populated here
29 static int arm_trp_process_manifest(struct rmm_manifest *manifest)
31 /* padding field on the manifest must be RES0 */
32 assert(manifest->padding == 0U);
36 RMMD_GET_MANIFEST_VERSION_MAJOR(manifest->version)) {
40 trp_boot_manifest_version = manifest->version;
41 flush_dcache_range((uintptr_t)manifest, sizeof(struct rmm_manifest));
46 void arm_trp_early_platform_setup(struct rmm_manifest *manifest)
50 rc = arm_trp_process_manifest(manifest);
71 void trp_early_platform_setup(struct rmm_manifest *manifest)
73 arm_trp_early_platform_setup(manifest);