mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/trusted-services: Update FFA TEE driver to v2.0.0
- Update driver version to v2.0.0 - Follow up the name change. The driver has been renamed from arm_ffa_tee to arm_tstee. Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1295,19 +1295,19 @@ First, load FF-A TEE kernel module:
|
||||
|
||||
::
|
||||
|
||||
insmod /lib/modules/*-yocto-standard/updates/arm-ffa-tee.ko
|
||||
insmod /lib/modules/6.1.32-yocto-standard/extra/arm-tstee.ko
|
||||
|
||||
Then, check whether the FF-A TEE driver is loaded correctly by using the following command:
|
||||
|
||||
::
|
||||
|
||||
cat /proc/modules | grep arm_ffa_tee
|
||||
cat /proc/modules | grep arm_tstee
|
||||
|
||||
The output should be:
|
||||
|
||||
::
|
||||
|
||||
arm_ffa_tee <ID> - - Live <address> (O)
|
||||
arm_tstee 16384 - - Live 0xffffffc000510000 (O)
|
||||
|
||||
Now, run the PSA API tests in the following order:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user