Re: [PATCH v2 1/2] arm: socfpga: arria10: add option to reprogram the FPGA every reboot

2024-03-19 Thread Michał Barnaś
On Fri, Mar 8, 2024 at 8:01 PM Marek Vasut wrote: > > On 3/8/24 6:12 PM, Michał Barnaś wrote: > > Add Kconfig that enables FPGA reprogramming with warm boot on Arria 10. > > This option allows to change the bitstream on the filesystem and apply > > changes with warm reboot without the need for a

Re: [PATCH v2 1/2] arm: socfpga: arria10: add option to reprogram the FPGA every reboot

2024-03-08 Thread Marek Vasut
On 3/8/24 6:12 PM, Michał Barnaś wrote: Add Kconfig that enables FPGA reprogramming with warm boot on Arria 10. This option allows to change the bitstream on the filesystem and apply changes with warm reboot without the need for a power cycle. Signed-off-by: Michał Barnaś --- Changes in v2: -

[PATCH v2 1/2] arm: socfpga: arria10: add option to reprogram the FPGA every reboot

2024-03-08 Thread Michał Barnaś
Add Kconfig that enables FPGA reprogramming with warm boot on Arria 10. This option allows to change the bitstream on the filesystem and apply changes with warm reboot without the need for a power cycle. Signed-off-by: Michał Barnaś --- Changes in v2: - Rebase on current master branch