UEFI ASSERT fail with PCIe link connected on custom baseboard, works with Xavier

I have not changed it to EP. Here is my full config for the flash.sh (note that I run it in 40W mode):

source “${LDK_DIR}/p3701.conf.common”;
BPFDTB_FILE=tegra234-bpmp-3701-0000-as-3701-0004-3737-0000.dtb;
DTB_FILE=tegra234-p3701-0000-as-p3701-0004-p3737-0000.dtb;
TBCDTB_FILE=tegra234-p3701-0000-as-p3701-0004-p3737-0000.dtb;
EMMC_BCT=tegra234-p3701-0000-p3737-0000-TE990M-sdram.dts;
EMMC_CFG=flash_t234_qspi_sdmmc.xml;
WB0SDRAM_BCT=“tegra234-p3701-0000-p3737-0000-TE990M-wb0sdram.dts”;
ODMDATA=“gbe-uphy-config-0,hsstp-lane-map-3,nvhs-uphy-config-0,hsio-uphy-config-0”;

Also, the I have

cvb_eeprom_read_size = <0x0>;

as I don’t have a EEPROM on our base board (according to previous posts).

Thanks, Marc