Searched refs:activation (Results 1 – 12 of 12) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_rmm_lfa.c | 14 static int lfa_rmm_prime(struct lfa_component_status *activation) in lfa_rmm_prime() argument 21 static int lfa_rmm_activate(struct lfa_component_status *activation, in lfa_rmm_activate() argument 45 activation->component_id); in lfa_rmm_activate() 47 ERROR("Failed to activate component %d\n", activation->component_id); in lfa_rmm_activate()
|
| /rk3399_ARM-atf/services/std_svc/lfa/ |
| H A D | bl31_lfa.c | 10 static int lfa_bl31_prime(struct lfa_component_status *activation) in lfa_bl31_prime() argument 15 static int lfa_bl31_activate(struct lfa_component_status *activation, in lfa_bl31_activate() argument
|
| /rk3399_ARM-atf/include/services/ |
| H A D | lfa_component_desc.h | 25 typedef int (*component_prime_fn)(struct lfa_component_status *activation); 26 typedef int (*component_activate_fn)(struct lfa_component_status *activation,
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_spmd_logical_sp.c | 63 static int32_t lfa_sp_prime(struct lfa_component_status *activation) in lfa_sp_prime() argument 119 static int32_t lfa_sp_activate(struct lfa_component_status *activation, in lfa_sp_activate() argument 130 if (activation == NULL) { in lfa_sp_activate() 135 if (!get_sp_id_and_uuid(activation->component_id, &sp_id, target_uuid)) { in lfa_sp_activate()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | secure-partition-manager.rst | 231 Support for Secure Partition live activation 234 Live firmware activation, defined in the LFA spec `[9]`_, is implemented by the 243 understood by the SPMC. Note that support for live activation is limited to 259 framework to execute SP live activation. At a minimum, an LSP must: 264 for live activation. 268 performs the in-place activation and responds with SUCCESS status code to 282 Platforms that wish to add live activation for their own SPs can use the FVP 284 ensure that the SP manifests include the live activation properties documented 286 Secure Partition live activation is guarded by few build options `[8]`_.
|
| H A D | ffa-manifest-binding.rst | 209 - live-activation-support 212 necessary for live activation as defined in the FF-A v1.3 ALP2 spec. 214 - live-activation-register 217 activation. Must be one of ``x0``–``x3`` or ``x5``–``x7`` so that it does 232 When ``live-activation-support`` is present the manifest must also meet the 236 - ``live-activation-register`` and ``image-uuid`` must follow the constraints 242 during activation) and is large enough to preserve the framework state. 251 live-activation-support; 252 live-activation-register = <1>;
|
| H A D | exception-handling.rst | 121 Because priority activation and deactivation for interrupt handling is implicit 125 activation and deactivation for non-interrupt exceptions, however, has to be 131 In essence, priority level activation and deactivation conceptually works like a 440 - For activation, the |EHF| only allows for the priority to increase (i.e.
|
| H A D | rmm-el3-comms-spec.rst | 103 …For a subsequent warm boot or when using Live Firmware Activation, the activation token should be … 146 …For a subsequent warm boot or when using Live Firmware Activation, the activation token should be … 155 x2 will contain the per-CPU activation token, which is an opaque value that
|
| H A D | context-management-library.rst | 538 These functions facilitate the activation of architectural extensions that possess
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 1648 activation as per the specification. This option defaults to 0. 1705 - ``SUPPORT_SP_LIVE_ACTIVATION``: Boolean option to enable live activation of 1709 - ``LFA_SUPPORT=1`` to enable the live activation service in BL31.
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 4059 This platform API provides the list of LFA components available for activation. 4073 by its ``lfa_component_id``, is available for activation. It returns 4084 This platform API allows the platform to cancel an ongoing update or activation 4112 the required steps for component activation. The function takes the component
|
| H A D | change-log.md | 131 …- implement platform API for LFA activation pending check ([357079c](https://review.trustedfirmwar… 390 …- add per-CPU activation token ([89d979c](https://review.trustedfirmware.org/plugins/gitiles/TF-A/… 424 …- add activation handler interface for component activation ([9e03218](https://review.trustedfirmw… 429 …- add platform hook for activation notification ([5084b7f](https://review.trustedfirmware.org/plug… 989 …- correct activation condition check ([5ba2ad3](https://review.trustedfirmware.org/plugins/gitiles… 9516 …- fix power switches activation ([0161991](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
|