Re: [PATCH v2] firmware: socfpga: set APPLYCFG after loading bitstream

2021-06-28 Thread Sascha Hauer
On Fri, Jun 25, 2021 at 10:59:44AM +0200, Steffen Trumtrar wrote: > To make changes to the SDRAM controller effective, the APPLYCFG bit must > be set after programming the bitstream to the FPGA. This has to be done > without any SDRAM usage. Therefore copy the function to execute to the > OCRAM

[PATCH v2] firmware: socfpga: set APPLYCFG after loading bitstream

2021-06-25 Thread Steffen Trumtrar
To make changes to the SDRAM controller effective, the APPLYCFG bit must be set after programming the bitstream to the FPGA. This has to be done without any SDRAM usage. Therefore copy the function to execute to the OCRAM and execute it from there. Signed-off-by: Steffen Trumtrar --- Notes: