arm-trusted-firmware/plat
Manish V Badarkhe 570c71b20a fix(stm32mp1): include assert.h to fix build failure
stm32mp1 platform build failed with the error [1] in the coverity, to
fix it included assert.h file.

Including bl32/sp_min/sp_min.mk
plat/st/stm32mp1/plat_image_load.c: In function
'plat_get_bl_image_load_info':
plat/st/stm32mp1/plat_image_load.c:30:2: error: implicit declaration of
function 'assert' [-Werror=implicit-function-declaration]
   30 |  assert(bl33 != NULL);
      |  ^~~~~~
plat/st/stm32mp1/plat_image_load.c:9:1: note: 'assert' is defined in
header '<assert.h>'; did you forget to '#include <assert.h>'?
    8 | #include <plat/common/platform.h>
  +++ |+#include <assert.h>
    9 |
cc1: all warnings being treated as errors

Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com>
Change-Id: I486bd695298798c05008158545668020babb3eca
2022-05-17 16:34:02 +01:00
..
allwinner feat(allwinner): add SMCCC SOCID support 2022-05-04 02:30:08 +02:00
amlogic Plat AXG: Fix PLAT_MAX_PWR_LVL value 2020-12-29 13:52:11 +00:00
arm Merge changes I2fcf13b7,I153ccb43 into integration 2022-05-16 21:59:08 +02:00
brcm fix(brcm): allow build to specify mbedTLS absolute path 2022-03-10 15:24:52 +00:00
common refactor(twed): improve TWED enablement in EL-3 2022-04-17 23:48:10 +01:00
hisilicon fix: libc: use long for 64-bit types on aarch64 2021-11-08 14:41:17 +00:00
imx Merge changes Idfd268cd,I362445b9,Ibea052d3,I28cb8f74,I501ae76a, ... into integration 2022-05-09 11:30:50 +02:00
intel/soc fix(intel): remove unused printout 2022-05-13 16:46:25 +08:00
marvell fix(a3k): change fatal error to warning when CM3 reset is not implemented 2022-03-16 11:42:47 +01:00
mediatek refactor(mt6795): remove mediatek's mt6795 platform 2022-05-04 12:23:29 +02:00
nvidia/tegra fix(tegra194/ras): remove incorrect erxctlr assert 2022-03-21 23:18:27 +02:00
nxp fix(layerscape): fix coverity issue 2022-03-30 10:38:22 +08:00
qemu feat(qemu): add support for measured boot 2022-04-28 14:55:36 +01:00
qti feat(msm8916): allow booting secondary CPU cores 2022-02-03 15:19:26 +01:00
renesas Merge changes I25047322,Id476f815 into integration 2022-01-31 16:53:19 +01:00
rockchip refactor(plat/rockchip/rk3399/drivers/gpio): reduce code duplication 2022-01-04 15:26:43 +01:00
rpi fix: libc: use long for 64-bit types on aarch64 2021-11-08 14:41:17 +00:00
socionext Merge "fix(plat/socionext/synquacer): initialise CNTFRQ in Non Secure CNTBaseN" into integration 2021-12-09 15:03:19 +01:00
st fix(stm32mp1): include assert.h to fix build failure 2022-05-17 16:34:02 +01:00
ti/k3 feat(ti): allow build config of low power mode support 2022-04-27 12:06:53 -05:00
xilinx feat(versal): add SMCCC call TF_A_PM_REGISTER_SGI 2022-05-12 20:29:41 +02:00