fix(layerscape): fix nv_storage assert checkingFix incorrect assert checking.Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>Change-Id: Ia963bfc053b578f0778ccf06d1dbc2ced4efc266
refactor(libc): clean up dependencies in libc- Removing platform dependencies from libc modules.- Replacing panicking with actual error handling.- Debug macros are included indirectly from assert
refactor(libc): clean up dependencies in libc- Removing platform dependencies from libc modules.- Replacing panicking with actual error handling.- Debug macros are included indirectly from assert.h. Removing "platform_def.h" from assert.h and adding "common/debug.h" where the macros are used.- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40. Instead removing assert with expression, as this does not provide additional information.Signed-off-by: Claus Pedersen <claustbp@google.com>Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
show more ...
nxp: nv storage api on platformsNV storage API(s) for NXP platforms, supported on:- flexspi-nor- SecMon - General Purpose Registers at Low-Power section, retains their content if backe
nxp: nv storage api on platformsNV storage API(s) for NXP platforms, supported on:- flexspi-nor- SecMon - General Purpose Registers at Low-Power section, retains their content if backed by coined battery.Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>Change-Id: Id65dee4f28e7d6d2024407030039de33ebe0fa05