hi
@MayanksPatel,
i disabled PFE_MAC2 in both BSP33.0 and BSP35.0 because our custom HW has different connection for pins which used by PFE_MAC2 than eval board. I could boot with BSP35.0 in eval board but in custom board as i said it could not boot. I just change 2 things in yocto project, one is for LPDDR4 2GB ram initialization code generated by S32DS DDR Tool in U-boot and AT-F, and the other one is just disabling PFE_MAC2 in U-boot s32g274ardb2.h file, updating a define which is PFENG_MODE changed from "enable, sgmii, none, rgmii" to "enable, sgmii, none, none" so that PFE is enabled and PFE_MAC0 is in sgmii mode and MAC1&2 are just disabled. I applied same changes on BSP33.0 and it works fine, i just wonder why i could not boot with BSP35.0 with same changes, which are just changing DDR ram init and disabling mac2 of pfe.
Best,