Hi, maintainers:

 

I submit a MR for this, if you have time, please help to review, thanks.

 

https://git.lavasoftware.org/lava/lava/-/merge_requests/1258

 

From: Larry Shen
Sent: Wednesday, July 1, 2020 2:22 PM
To: lava-users@lists.lavasoftware.org
Subject: Tee support for armv7?

 

Hi,

 

For imx armv7 series board, tee is default not built in, there is a separate file there to play the role.

 

Im not sure for next scenario, if LAVA could handle it with method: u-boot commands: nfs? Could you give some guide?

 

setenv autoload no

setenv initrd_high 0xffffffff

setenv fdt_high 0xffffffff

dhcp

setenv serverip 10.192.244.84

tftp 0x12000000 trial/zImage-imx6qsabresd.bin

tftp 0x18000000 trial/zImage-imx6q-sabresd.dtb

tftp 0x20000000 trial/uTee-6qsdb

tftp 0x12C00000 trial/ramdisk.cpio.gz.uboot

bootm 0x20000000 0x12C00000 0x18000000

 

If not, if you have buffer to add the support? Or we can submit a MR for review?