Resolved! STM32MP15x bare metal approach
After reading documents, I understand the practical boot sequence of STM32MP1 is BOOTROM->TF-A->U-boot->Kernel->file systemIn my use case, I prefer to use Windows and write code in bare metal, without U-boot and device tree involved. 1 I think the b...