Hi,
Thanks for your feedback.
For the available information, we understand that PFE is being initialized under uboot. You should be able to disable it from menuconfig under uboot then verify if this provides the expected outcome of not losing the ethernet communication.
Overall, this seems to be a resource conflict between both cores. The overall recommendation from the internal team is the following:
"
We strongly recommend that the clock configuration be managed by the bootloader and not by other modules. Managing clocks separately may lead to unpredictable situations when encountering problems.
For SerDes, it is not strange to move the configuration of Serdes to Bootloader.
"
Please, let us know.