Booting kernel 5.4.31 from BSP 2.0.0 with "old" bootchain
Hi all,
I am trying to upgrade the kernel on a board running STM32MP15 BSP v1.2.0. From what I have seen, the kernel from BSP 2.0.0 is not compatible with the tf-a and u-boot used in previous BSP versions; I assume that this is due to a change in the way clocks/resets are managed (commit), which introduces a dependency on SCMI services provided by tf-a.
On the other hand I see that a stm32mp15-no-scmi.dtsi file was introduced (commit) to "revert" this SCMI dependency.
If I am correct, using this dtsi file in my device tree should make it possible to upgrade the kernel only, and still use the "old" tf-a and uboot from BSP 1.2.0. However I tried this and it does not seem to work (kernel hangs immediately after the "Starting kernel ..." message).
Do I need something else? What am I missing?
Thank you,
Guillermo
