Hi Sandrine,
Sorry I was in vacation. Thanks for responding,
we are using zynqmp platform and building using coverity build. consider for only our build files while building it generates, these functions are not called in any other files and also instead of bl1 and bl2 we are using FSBL (first stage bootloader).
If I take another example in bl31 files, multi_console.c file: 1.console_getc 2.console_unregister
interrupt_mgmt.c file: 1.disable_intr_rm_local 2.enable_intr_rm_local
For the above functions also not called in other files if I consider our build files for zynqmp build. Like these I am getting many unused functions in other files. Please suggest?