Page MenuHomePhabricator

Fix XXX_ATTR_FN section label for Application RoT Secure Partitions in GNUARM linker script
Closed, ResolvedPublic

Description

In GNUARM linker script, XXX_ATTR_FN sections of Application RoT Secure Partitions are actually named as XXX_LD_ATTR_FN.
GNUARM cannot get the exact section address to place XXX_ATTR_FN sections from Application RoT Secure Partitions.

Therefore, GNUARM may put those Application RoT sections into incorrect memory space or incorrectly link them.