diff --git a/.dictionary b/.dictionary index 94cd492b0136571f34447ab7676b8d204b5f5723..6cdf09478020ff0f2b8385c1fa3248fd100c0e76 100644 --- a/.dictionary +++ b/.dictionary @@ -23,6 +23,7 @@ CONFIG_AUTOFS4_FS CONFIG_AUTOFS_FS configfile corstone +corstone1000 cpio crypto dialout diff --git a/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0019-se-proxy-protobuf-change.patch b/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0019-se-proxy-protobuf-change.patch index e4d0b9759fa012c0e450cdac92dbfd6d8ffaef32..cfe0e69366733dde94792df9fc0ee95ecf8e7960 100644 --- a/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0019-se-proxy-protobuf-change.patch +++ b/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0019-se-proxy-protobuf-change.patch @@ -30,7 +30,7 @@ index a0eb03b6f..e2774c135 100644 if (rpc_status != RPC_SUCCESS) { EMSG("Failed to initialize RPC endpoint: %d", rpc_status); goto fatal_error; -@@ -82,6 +83,28 @@ void __noreturn sp_main(union ffa_boot_info *boot_info) +@@ -129,6 +130,28 @@ void __noreturn sp_main(union ffa_boot_info *boot_info) goto fatal_error; } @@ -56,9 +56,9 @@ index a0eb03b6f..e2774c135 100644 + goto fatal_error; + } + - rpc_iface = attest_proxy_create(); - if (!rpc_iface) { - EMSG("Failed to create Attestation proxy"); + while (1) { + ts_rpc_endpoint_sp_receive(&rpc_endpoint, &req_msg, &resp_msg); + -- 2.25.1