You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
9c50d23a12
Current SBL does not check the FSP Notify API return status. As a result, if reset is requested, it is ignored by SBL. This patch added FSP reset request check for FspMemoryInit, FspSiliconInit and FspNotifyPhase. Signed-off-by: Maurice Ma <maurice.ma@intel.com>