Re: [PATCH 1/1] drivers: fpga: Add partial reconfiguration console commands

2025-03-17 Thread Michal Simek
On 3/14/25 12:47, Naresh Kumar Ravulapalli wrote: Partial Reconfiguration (pr) command is added to U-Boot console. The pr command will use the Freeze Controller which can freeze and unfreeze the specified partial reconfiguration region. The pr command supports multiple regions for partial reco

RE: [PATCH 1/1] drivers: fpga: Add partial reconfiguration console commands

2025-03-16 Thread Chee, Tien Fong
> -Original Message- > From: Ravulapalli, Naresh Kumar > Sent: Friday, March 14, 2025 7:48 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Simon Goldschmidt > ; Chee, Tien Fong > ; Michal Simek ; > Tom Rini ; Ravulapalli, Naresh Kumar > > Subject:

Re: [PATCH 1/1] drivers: fpga: Add partial reconfiguration console commands

2025-03-14 Thread Simon Glass
Hi, On Fri, 14 Mar 2025 at 11:48, Naresh Kumar Ravulapalli wrote: > > Partial Reconfiguration (pr) command is added to U-Boot console. The > pr command will use the Freeze Controller which can freeze and > unfreeze the specified partial reconfiguration region. The pr command > supports multiple r

[PATCH 1/1] drivers: fpga: Add partial reconfiguration console commands

2025-03-14 Thread Naresh Kumar Ravulapalli
Partial Reconfiguration (pr) command is added to U-Boot console. The pr command will use the Freeze Controller which can freeze and unfreeze the specified partial reconfiguration region. The pr command supports multiple regions for partial reconfiguration by specifying the region ID. Signed-off-by