How to update the boot chain (basic mode) for a "custom" device tree.
Hi,
I want to update the boot chain (basic mode) for a "custom" device tree.
Following the wiki page below, I understood how to update the boot chain (trusted mode) for a "custom" device tree.
https://wiki.st.com/stm32mpu/wiki/How_to_compile_the_device_tree_with_the_Developer_Package
On the other hand, I don't know how to update the boot chain (basic mode) for a "custom" device tree.
In basic mode, should I compile the device trees in the following steps?
==U-boot==
make stm32mp15_basic_defconfig
make DEVICE_TREE=<device tree> all
==TF-A==
make -f ../../sources/arm-ostl-linux-gnueabi/tf-a-stm32mp-2.0-r0/Makefile.sdk TFA_DEVICETREE=<device tree> TF_A_CONFIG=basic all
In this case, which files should I copy into the 'fsbl1', 'fsbl2' and 'ssbl' partition of the target?
Best Regards.
H. Masuda
