Re: [PATCH 09/11] socfpga: arria10: Improve bitstream loading speed

2022-04-11 Thread Simon Glass
On Fri, 1 Apr 2022 at 06:44, Paweł Anikiel wrote: > > Apply some optimizations to speed up bitstream loading > (both for full and split periph/core bitstreams): > > * Change the size of the first fs read, so that all the subsequent >reads are aligned to a specific value (called MAX_FIRST_LOAD

[PATCH 09/11] socfpga: arria10: Improve bitstream loading speed

2022-04-01 Thread Paweł Anikiel
Apply some optimizations to speed up bitstream loading (both for full and split periph/core bitstreams): * Change the size of the first fs read, so that all the subsequent reads are aligned to a specific value (called MAX_FIRST_LOAD_SIZE). This value was chosen so that in subsequent reads t