Home
last modified time | relevance | path

Searched refs:activation (Results 1 – 12 of 12) sorted by relevance

/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_rmm_lfa.c14 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 Dbl31_lfa.c10 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 Dlfa_component_desc.h25 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 Dfvp_spmd_logical_sp.c63 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 Dsecure-partition-manager.rst231 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 Dffa-manifest-binding.rst209 - 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 Dexception-handling.rst121 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 Drmm-el3-comms-spec.rst103 …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 Dcontext-management-library.rst538 These functions facilitate the activation of architectural extensions that possess
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst1648 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 Dporting-guide.rst4059 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 Dchange-log.md131 …- 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…