Merge "fix(intel): f2sdram bridge quick write thru failed" into integration

This commit is contained in:
Manish Pandey 2024-07-19 15:53:17 +02:00 committed by TrustedFirmware Code Review
commit 63d6331ebb

View file

@ -777,14 +777,6 @@ int socfpga_bridges_enable(uint32_t mask)
VERBOSE("Deassert F2SDRAM ...\n"); VERBOSE("Deassert F2SDRAM ...\n");
mmio_clrbits_32(SOCFPGA_RSTMGR(BRGMODRST), mmio_clrbits_32(SOCFPGA_RSTMGR(BRGMODRST),
RSTMGR_BRGMODRST_F2SSDRAM0); RSTMGR_BRGMODRST_F2SSDRAM0);
/*
* Clear fpga2sdram_manager_main_SidebandManager_FlagOutClr0
* f2s_ready_latency_enable
*/
VERBOSE("Clear F2SDRAM f2s_ready_latency_enable ...\n");
mmio_setbits_32(SOCFPGA_F2SDRAMMGR(SIDEBANDMGR_FLAGOUTCLR0),
FLAGOUTCLR0_F2SDRAM0_ENABLE);
} }
#else #else
if (brg_mask != 0U) { if (brg_mask != 0U) {