1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-02 01:20:09 +00:00

arm-bsp/documentation: corstone1000: remove TEE driver load

The arm-tstee driver was upstreamed to the v6.10 kernel so it doesn't
have to be loaded manually. Updated the related parts in the
Corstone-1000 user guide.

Signed-off-by: Bence Balogh <bence.balogh@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Bence Balogh
2024-09-04 09:55:38 -05:00
committed by Jon Mason
parent bd1e228d4a
commit 6ce3f43792
@@ -1236,25 +1236,24 @@ When running the tests on the Corstone-1000 FVP, the user should follow the
instructions in `Running the software on FVP`_ section to boot Linux in FVP instructions in `Running the software on FVP`_ section to boot Linux in FVP
host_terminal_0, and login using the username ``root``. host_terminal_0, and login using the username ``root``.
First, load FF-A TEE kernel module: The tests use the `arm_tstee` driver to access Trusted Services Secure Partitions from user space.
This driver is included in the Linux Kernel, starting from v6.10.
Run the following command in the Host terminal (ttyUSB2) to verify that the driver is present:
:: ::
insmod /lib/modules/*-yocto-standard/updates/arm-tstee.ko ls /sys/bus/arm_ffa/drivers | grep arm_tstee
Then, check whether the FF-A TEE driver is loaded correctly by using the following command:
The output should be:
:: ::
cat /proc/modules | grep arm_tstee arm_tstee
The output should be similar to:
:: Run the PSA API tests in the following order:
arm_tstee 16384 - - Live 0xffffffc000510000 (O)
Now, run the PSA API tests in the following order:
:: ::