Home
last modified time | relevance | path

Searched hist:"3151 d9fc9e751cfe9cd43dc791596c7cb53bb0df" (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/services/std_svc/lfa/
H A Dbl31_lfa.c3151d9fc9e751cfe9cd43dc791596c7cb53bb0df Wed Sep 24 07:15:35 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> chore(lfa): use standard int return type for prime/activate callbacks

Replace `int32_t` with `int` for `component_prime_fn` and
`component_activate_fn` typedefs, along with their implementations
in BL31 and RMM LFA services. This aligns with common convention
for function return types and avoids unnecessary use of fixed-width
types where a native int is sufficient

Change-Id: Id22e93a554260b22e36b59baeac2cbb1b4646727
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_rmm_lfa.c3151d9fc9e751cfe9cd43dc791596c7cb53bb0df Wed Sep 24 07:15:35 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> chore(lfa): use standard int return type for prime/activate callbacks

Replace `int32_t` with `int` for `component_prime_fn` and
`component_activate_fn` typedefs, along with their implementations
in BL31 and RMM LFA services. This aligns with common convention
for function return types and avoids unnecessary use of fixed-width
types where a native int is sufficient

Change-Id: Id22e93a554260b22e36b59baeac2cbb1b4646727
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
/rk3399_ARM-atf/include/services/
H A Dlfa_component_desc.h3151d9fc9e751cfe9cd43dc791596c7cb53bb0df Wed Sep 24 07:15:35 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> chore(lfa): use standard int return type for prime/activate callbacks

Replace `int32_t` with `int` for `component_prime_fn` and
`component_activate_fn` typedefs, along with their implementations
in BL31 and RMM LFA services. This aligns with common convention
for function return types and avoids unnecessary use of fixed-width
types where a native int is sufficient

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