Hi All,
The next release of the Firmware-A bundle of projects tagged v2.11 has an expected code freeze date of May, 10th 2024.
Refer to the release cadence section from TF-A documentation (https://trustedfirmware-a.readthedocs.io/en/latest/about/release-informatio…).
Closing out the release takes around 6-10 working days after the code freeze.
v2.11 release preparation tasks start from now.
We want to ensure that planned feature patches for the release are submitted in good time for the review process to conclude.
As a kind recommendation and a matter of sharing CI resources, please launch CI jobs with care e.g.:
-For simple platform, docs changes, or one liners, use Allow-CI+1 label (no need for a full Allow-CI+2 run).
-For large patch stacks use Allow-CI+2 at top of the patch stack (and if required few individual Allow+CI+1 labels in the middle of the patch stack).
-Carefully analyze results and fix the change if required, before launching new jobs on the same change.
-If after issuing a Allow-CI+1 or Allow-CI+2 label a Build start notice is not added as a gerrit comment on the patch right away please be patient as under heavy load CI jobs can be queued and in extreme conditions it can be over an hour before the Build start notice is issued. Issuing another Allow-CI+1 or Allow-CI+2 label will just result in an additional job being queued.
Thanks & Regards,
Olivier.
Hi all,
[ TS newbie alert ]
My goal is to build a new trusted service that provides a
stripped-down DPE (DICE protection engine) interface.
My initial target is a Linux PC deployment. (In a subsequent
iteration, I plan to get it run on OP-TEE.)
I have gone through all the project documentation and also a
presentation that Julian made at a previous Linaro Connect.
I think I have a quite clear understanding of the overall architecture
and how blocks have been organised.
One thing I couldn't find, which would help greatly with coding, is a
"how to build your trusted service from scratch".
Is there any such document - even if in embryonic form - somewhere?
If not, any suggestions for moving my first steps through the TS
codebase would be much appreciated :-)
Thanks in advance, cheers!