Page MenuHomePhabricator

IPC and SPM optimization
Closed, ResolvedPublic

Description

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/.

Event Timeline

mingyangSun triaged this task as High priority.Aug 1 2019, 8:25 AM
mingyangSun created this task.
mingyangSun created this object with edit policy "Subscribers".

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/

mingyangSun closed this task as Resolved.Oct 24 2019, 7:09 AM