You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in ARM-software/arm-trusted-firmware#1856 (comment), some of the folders in drivers/arm/css folder are not organised correctly. The drivers/arm folder is meant to be containing drivers for ARM-IP and have defined API interfaces whereas the aforementioned folder contains folder like scp which are ARM-reference platform abstractions which are not meant to be re-used.
This folder need to be restructured such that the scmi folder moves into drivers/ and scp moves into plat/arm or reworked such that it can be re-used.
The text was updated successfully, but these errors were encountered:
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?
You can send us an email in the public TF-A mailing list. Here you can also find all the mailing lists for all the projects hosted under trustedfirmware.org.
We are looking forward to seeing you in trustedfirmware.org!
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?
You can send us an email in the public TF-A mailing list. Here you can also find all the mailing lists for all the projects hosted under trustedfirmware.org.
We are looking forward to seeing you in trustedfirmware.org!
As mentioned in ARM-software/arm-trusted-firmware#1856 (comment), some of the folders in
drivers/arm/css
folder are not organised correctly. Thedrivers/arm
folder is meant to be containing drivers for ARM-IP and have defined API interfaces whereas the aforementioned folder contains folder likescp
which are ARM-reference platform abstractions which are not meant to be re-used.This folder need to be restructured such that the
scmi
folder moves intodrivers/
andscp
moves into plat/arm or reworked such that it can be re-used.The text was updated successfully, but these errors were encountered: