Volodymyr Babchuk writes ("[Xen-devel] [PATCH v5 10/10] tools/arm: optee: create optee firmware node in DT if tee=optee"):
If TEE support is enabled with "tee=optee" option in xl.cfg, then we need to inform guest about available TEE, by creating corresponding node in the guest's device tree.
Signed-off-by: Volodymyr Babchuk volodymyr_babchuk@epam.com Reviewed-by: Julien Grall julien.grall@arm.com
Acked-by: Ian Jackson ian.jackson@eu.citrix.com
(relying on Julien's review for the actual DT details).
Looking at this, it is not clear to me why the fdt parameter to all these functions is a void*. Why does libfdt not introduce a struct or something ? (This is by no means a blocker for this patch.)
Thanks, Ian.