Re: [PATCH net-next V4 0/3] Add OP-TEE based bnxt f/w manager

From: David Miller
Date: Wed Oct 30 2019 - 21:33:01 EST


From: Sheetal Tigadoli <sheetal.tigadoli@xxxxxxxxxxxx>
Date: Wed, 30 Oct 2019 21:24:21 +0530

> This patch series adds support for TEE based BNXT firmware
> management module and the driver changes to invoke OP-TEE
> APIs to fastboot firmware and to collect crash dump.
...

Please start build testing properly:

ld: drivers/firmware/broadcom/tee_bnxt_fw.o: in function `tee_bnxt_fw_load':
(.text+0x1ca): undefined reference to `tee_client_invoke_func'
ld: drivers/firmware/broadcom/tee_bnxt_fw.o: in function `tee_bnxt_copy_coredump':
(.text+0x376): undefined reference to `tee_client_invoke_func'
ld: (.text+0x3c0): undefined reference to `tee_shm_get_va'
ld: drivers/firmware/broadcom/tee_bnxt_fw.o: in function `tee_bnxt_fw_remove':
tee_bnxt_fw.c:(.text+0x482): undefined reference to `tee_shm_free'
ld: tee_bnxt_fw.c:(.text+0x494): undefined reference to `tee_client_close_session'
ld: tee_bnxt_fw.c:(.text+0x4a0): undefined reference to `tee_client_close_context'
ld: drivers/firmware/broadcom/tee_bnxt_fw.o: in function `tee_bnxt_fw_probe':
tee_bnxt_fw.c:(.text+0x548): undefined reference to `tee_client_open_context'
ld: tee_bnxt_fw.c:(.text+0x5b2): undefined reference to `tee_client_open_session'
ld: tee_bnxt_fw.c:(.text+0x610): undefined reference to `tee_shm_alloc'
ld: tee_bnxt_fw.c:(.text+0x695): undefined reference to `tee_client_close_context'
ld: tee_bnxt_fw.c:(.text+0x6ba): undefined reference to `tee_client_close_session'
ld: tee_bnxt_fw.c:(.text+0x6cb): undefined reference to `tee_client_close_context'
ld: drivers/firmware/broadcom/tee_bnxt_fw.o:(.data+0x10): undefined reference to `tee_bus_type'
make: *** [Makefile:1074: vmlinux] Error 1