]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(ethos-n): add SMC call to get FW properties
authorMikael Olsson <mikael.olsson@arm.com>
Fri, 27 Jan 2023 17:53:48 +0000 (18:53 +0100)
committerJoanna Farley <joanna.farley@arm.com>
Tue, 4 Apr 2023 09:37:25 +0000 (11:37 +0200)
commite9812ddca6e72c0501ef1e84753f335dcafb74cd
treeed017dee7ca913a5954d2ab22b4367ffa43f7907
parent18a6b79c50ca88510c013fc5fba5200473152088
feat(ethos-n): add SMC call to get FW properties

When the Arm(R) Ethos(TM)-N NPU firmware is loaded by BL2 into protected
memory, the Linux kernel NPU driver cannot access the firmware. To still
allow the kernel driver to access some information about the firmware,
SMC calls have been added so it can check compatibility and get the
necessary information to map the firmware into the SMMU for the NPU.

The API version has been given a minor version bump with this change to
indicate the added functionality.

Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
Change-Id: Idb076b7bcf54ed7e8eb39be80114dc1d1c45336d
drivers/arm/ethosn/ethosn_smc.c
include/drivers/arm/ethosn.h