merge IPC model secure partition data and library model secure partition data into a common one.
move IPC spm code from secure_fw/core/ipc/ to secure_fw/spm/.
Description
Description
Event Timeline
Comment Actions
patch 1: merge IPC model partition data into library model partition data.
https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/1689/
patch 2: use the merged library model partition data struct as the common one, and replace the old IPC partition data.
https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/1690/
patch 3: merge tfm_spm.c into spm_api_ipc.c and remove old files.
https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/1691/
patch 4: separate library model SPM code from spm_api.c and create a new file 'spm_api_func.c' for library model.
https://review.trustedfirmware.org/#/c/trusted-firmware-m/+/1692/