-
Bug
-
Resolution: Fixed
-
Medium
-
PDK
-
PDK-13416
-
PROCESSOR_SDK_09.00.00
-
PROCESSOR_SDK_09.01.00
-
Issue description
Error checks are missing for Board APIs in SBL,
E.g. In sbl_main.c, return values on Board_init(SBL_PLL_INIT), Board_init(SBL_CLOCK_INIT) are not checked
So in case of any errors during the clock initialization SBL will still carry on with the booting.
Resolution
Added error checks for all the Board APIs in SBL