I have BSP 39.0
I'm looking for the section of code where the clocks are managed. Is it in atf, uboot, the kernel, or all 3?
Currently, my bootloader configures the clocks, starts the A53, de-inits the clocks, and starts the app on M7_0.
If I init the clocks in the app on M7_0, the tf-a output on the serial console gets corrupted, so I need to match the clock configuration on the M7_0 to what the code on the A53 expects.
I would like to configure the clocks in the bootloader and then verify the operation on the M7_0 core app to maintain a safe state. (26262)
I would like to verify that the linux kernel (and the A53 in general) cannot interfere with the clocks and take the device out of a safe state.