confidential-containers / td-shim

Confidential Containers Shim Firmware
Other
97 stars 53 forks source link

td-shim: use static memory for temp stacks of APs #703

Closed gaojiaqi7 closed 5 months ago

gaojiaqi7 commented 5 months ago

Remove the use of heap can improve the functional safety. A piece of large enough static memory is allocated to hold the temparary stacks of APs which can support maximum 15 APs.

Related issue: https://github.com/confidential-containers/td-shim/issues/685