ARM-software / tf-issues

Issue tracking for the ARM Trusted Firmware project
37 stars 16 forks source link

Upgrading PSCI from v1.0 to v1.1 #695

Closed MarekBykowski closed 5 years ago

MarekBykowski commented 5 years ago

Hi,

I'm doing the work of upgrading PSCI to v1.1.

It is clear for me from that the v1.1 introduces SYSTEM_RESET2, MEM_PROTECT (and MEM_PROTECT_CHECK_RANGE) and I have to port/implement them. However I have trouble determining what the following delta is (referred to from http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf):

I cannot find any specific commits integrating the points above on "integration" branch. Should I just go ahead and not really bother with it.

Thanks, Marek

soby-mathew commented 5 years ago

This is more clarification in the specification and many of them were already catered for in the implementation. I don't think you should worry about them.

arm-tf-bot commented 5 years ago

Hello MarekBykowski!

Thank you for raising an issue for Trusted Firmware-A.

The TF-A project has now migrated to www.trustedfirmware.org. This issue tracker will still remain accessible for some time, but only for historical reasons. From now on you should raise any new issues on trustedfirmware.org.

How do I raise issues for TF-A?

Please use our new issue tracking board. For this you just need to login with your existing GitHub account. We also have a guide to help you raise the issue with the appropriate labels and tags. This way it will be easier for both you and us to track and address the issue most effectively.

What if I face any problems?

We have many channels through which you can contact us:

We are looking forward to seeing you in trustedfirmware.org!

The Trusted Firmware-A team

sandrine-bailleux-arm commented 5 years ago

I believe Soby has answered the question so I am closing this ticket. If you feel you need more details, could you please take the discussion on the TF-A mailing list? Thank you.