Hi @Autumn,
I hope you are doing well.
The firmware Image Package(FIP) binary contains the below-mentioned components.
At base, FIP contains ToC header and entry formats
1. BL31: Secure runtime firmware
2. BL32: Trusted OS, for example, OP-TEE (optional)
3. BL33: U-Boot/UEFI image
Here, Uboot is stored right after Runtime Firmware BL31(0x88(BL31 offset ) + 0xA62D( BL31 size) = 0xA6B5 ), if OP-TEE support is not added.
Please make sure that you have followed the steps mentioned in chapter 5 of the Layerscape Software Development Kit User Guide.
Please mention the steps that you have followed to compile the FIP binary and Processor part number for further debugging.
Thanks & Regards,