[PATCH 2/2] arm: mach-k3: common: Add a release_resources_for_core_shutdown() stub

Nishanth Menon nm at ti.com
Fri Aug 27 19:07:07 CEST 2021


On 18:24-20210727, Suman Anna wrote:
> Add a weak release_resources_for_core_shutdown() stub implementation
> that can be overridden by actual implementation if a SoC supports that
> function.
> 
> Signed-off-by: Suman Anna <s-anna at ti.com>
> ---
>  arch/arm/mach-k3/common.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/mach-k3/common.c b/arch/arm/mach-k3/common.c
> index bb0f64194f4e..08b7344df749 100644
> --- a/arch/arm/mach-k3/common.c
> +++ b/arch/arm/mach-k3/common.c
> @@ -193,6 +193,11 @@ int load_firmware(char *name_fw, char *name_loadaddr, u32 *loadaddr)
>  }
>  #endif
>  
> +__weak void release_resources_for_core_shutdown(void)
> +{
> +	debug("%s not implemented...\n", __func__);
> +}
> +
>  void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image)
>  {
>  	typedef void __noreturn (*image_entry_noargs_t)(void);

Reviewed-by: Nishanth Menon <nm at ti.com>
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


More information about the U-Boot mailing list