Home
last modified time | relevance | path

Searched hist:"9 e032181ae28cd83b1aca1a802133706a930890b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/include/services/
H A Dlfa_component_desc.h9e032181ae28cd83b1aca1a802133706a930890b Fri May 30 11:31:00 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): add activation handler interface for component activation

Introduce `lfa_component_desc.h` defining structures and function
types to support component activation in LFA.

Includes:
- lfa_component_status: to track per-component activation state
- lfa_component_ops: function table for prime and activate callbacks

The platform layer uses this interface to register component-specific
callbacks during initialization. These callbacks are implemented in
the component layer, and invoked by the LFA service to coordinate
activation by passing lfa_component_status details.

Change-Id: I141d49679bad3f134a2c5360342331604d2002f8
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>