Hi Boaz

 

Yes, plat_setup_psci_ops() is mandatory. Every platform needs to implement it independently. You can use the implementation from [1] as a reference. I don’t think you have to delete any original function. If your platform does not support PSCI spec, you can implement a dummy function. Hope it helps.

 

int plat_setup_psci_ops(uintptr_t sec_entrypoint,

                                                const plat_psci_ops_t **psci_ops)

{

                return 0;

}

 

[1] https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/plat/arm/common/arm_pm.c

 

Thanks,

Madhukar

 

From: TF-A <tf-a-bounces@lists.trustedfirmware.org> On Behalf Of IS20 Boaz Baron via TF-A
Sent: Wednesday, July 28, 2021 7:58 AM
To: tf-a@lists.trustedfirmware.org
Subject: [TF-A] A Q about TZ porting guide

 

Hi all,

I have a Q about plat_setup_psci_ops()  function implementation ,

In the porting guide, that function is defined as mandatory BUT the original (arm) function isn’t defined as #pargam WEAK.

what should I do? to use/ delete the original function?

 

Thanks,

Boaz.


The privileged confidential information contained in this email is intended for use only by the addressees as indicated by the original sender of this email. If you are not the addressee indicated in this email or are not responsible for delivery of the email to such a person, please kindly reply to the sender indicating this fact and delete all copies of it from your computer and network server immediately. Your cooperation is highly appreciated. It is advised that any unauthorized use of confidential information of Nuvoton is strictly prohibited; and any information in this email irrelevant to the official business of Nuvoton shall be deemed as neither given nor endorsed by Nuvoton.