When inline assembly blocks are used, they have to be marked to be volatile to avoid potential issues with aggressive optimisation modes that could relocate those blocks of assembly instruction in arbitrary ways in the generated code. This patch is make sure that existing blocks are marked all volatile for consistency.
Description
Description
Event Timeline
Comment Actions
Patch for this issue is available here: https://review.trustedfirmware.org/c/trusted-firmware-m/+/881