Page MenuHomePhabricator

TF-M Core init should check SPM HAL function return values during init
Closed, ResolvedPublic

Description

The HAL functions called from tfm_core_init and main should check the return value of the HAL functions, and panic on error, as that means isolation is not properly set up.