Searched refs:E_RMM_UNK (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_keymgmt.c | 65 err == E_RMM_IN_PROGRESS || err == E_RMM_UNK || err == E_RMM_FAULT); in rmmd_el3_ide_key_program() 90 err == E_RMM_IN_PROGRESS || err == E_RMM_UNK || err == E_RMM_FAULT); in rmmd_el3_ide_key_set_go() 115 err == E_RMM_IN_PROGRESS || err == E_RMM_UNK || err == E_RMM_FAULT); in rmmd_el3_ide_key_set_stop() 134 err == E_RMM_IN_PROGRESS || err == E_RMM_UNK || err == E_RMM_FAULT); in rmmd_el3_ide_km_pull_response()
|
| H A D | rmmd_attest.c | 131 err = E_RMM_UNK; in rmmd_attest_get_platform_token() 161 err = E_RMM_UNK; in rmmd_attest_get_signing_key() 242 err = E_RMM_UNK; in rmmd_attest_get_attest_pub_key()
|
| H A D | rmmd_main.c | 429 return E_RMM_UNK; in rmmd_mecid_key_update() 449 return E_RMM_UNK; in rmmd_mecid_key_update()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_ide_keymgmt.c | 47 return E_RMM_UNK; in plat_rmmd_el3_ide_km_pull_response()
|
| /rk3399_ARM-atf/include/services/ |
| H A D | rmmd_svc.h | 94 #define E_RMM_UNK -1 macro
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | rmm-el3-comms-spec.rst | 241 ``E_RMM_UNK``,Unknown/Generic error,-1 442 ``E_RMM_UNK``,An unknown error occurred whilst processing the command 518 ``E_RMM_UNK``,An unknown error occurred whilst processing the command 600 ``E_RMM_UNK``,"if the SMC is not present, if interface version is <0.4" 679 ``E_RMM_UNK``,"if the SMC is not present, if interface version is <0.4" 730 …``E_RMM_UNK``, "An unknown error occurred whilst processing the command, FEAT_MEC is not present i… 797 ``E_RMM_UNK``,Unknown error or the SMC is not present if the version is < 0.6. 858 ``E_RMM_UNK``,Unknown error or the SMC is not present if the version is < 0.6. 919 ``E_RMM_UNK``,Unknown error or the SMC is not present if the version is < 0.6. 935 always returns E_RMM_UNK. [all …]
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2467 - E_RMM_UNK If the SMC is not implemented or if interface 2496 - E_RMM_UNK If the SMC is not implemented or if interface 2529 E_RMM_UNK if the SMC is not implemented or if interface version is < 0.4. 2568 if the key programming is unsuccesful, E_RMM_UNK for an unknown error, E_RMM_AGAIN returned 2606 if the key programming is unsuccesful, E_RMM_UNK for an unknown error, E_RMM_AGAIN returned 2644 if the key programming is unsuccesful, E_RMM_UNK for an unknown error, E_RMM_AGAIN returned 2659 this function always returns E_RMM_UNK. 2679 to this function are invalid, E_RMM_UNK if response retrieval failed for an unknown error or 2686 E_RMM_UNK - Previous request returned Unknown error.
|