OpenSTLinux without OP-TEE on stm32mp157c-dk2
Hello everyone,
I have the stm32mp157c-dk2 for performance evaluations. Our goal is to check if the CPU/GPU performance is good enough for our next productm which will be used as a GUI frontend.
I built the openstlinux (mickledore) as-is from github successfully.
Now, I want to customize the image for our needs.
As far as I see, Uboot and TF-A are not really optional, so they should be included in the project.
We do not need any "trusted" mechanisms in our project. My goal would be, building an image without optee and using the "optee-core", which is currently used by optee, under linux, thus making a dual-core linux system.
The machine configuration defines here:
BOOTSCHEME_LABELS += "optee"
At least in the configurations of uboot and tf-a optee doesn't seem to evaluate this option, uboot takes hard-coded in the default config optee as enabled.
My questions:
- Is it possible to build without optee ?
- If yes, is the "optee core" usable from kernel as "multicore" system ?
- If yes, is it just enough to remove optee from BOOTSCHEME_LABELS (wic has to be ofcourse adapted), or are there any other steps/changes necessary ?
Thanks in advance
