RE: [PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property

2024-06-19 Thread Boddu, Sai Pavan
Hi Edgar, From: Boddu, Sai Pavan Sent: Friday, June 14, 2024 8:37 PM To: Edgar E. Iglesias Cc: qemu-...@nongnu.org; qemu-devel@nongnu.org; Alistair Francis ; Peter Maydell ; Iglesias, Francisco Subject: RE: [PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property Hi Edgar, I examined -boot

RE: [PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property

2024-06-14 Thread Boddu, Sai Pavan
Hi Edgar, From: Edgar E. Iglesias Sent: Friday, June 14, 2024 4:38 PM To: Boddu, Sai Pavan Cc: qemu-...@nongnu.org; qemu-devel@nongnu.org; Alistair Francis ; Peter Maydell ; Iglesias, Francisco Subject: Re: [PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property On Thu, Jun 13, 2024 at 5

Re: [PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property

2024-06-14 Thread Edgar E. Iglesias
On Thu, Jun 13, 2024 at 5:36 PM Sai Pavan Boddu wrote: > Read boot-mode value as machine property and propagate that to > SLCR.BOOT_MODE register. > > Hi Sai, Directly exposing the register field to the user to set on the command-line probably makes usability a little too rough (user has to chec

[PATCH 2/2] hw/arm/xilinx_zynq: Add boot-mode property

2024-06-13 Thread Sai Pavan Boddu
Read boot-mode value as machine property and propagate that to SLCR.BOOT_MODE register. Signed-off-by: Sai Pavan Boddu --- hw/arm/xilinx_zynq.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/hw/arm/xilinx_zynq.c b/hw/arm/xilinx_zynq.c index 7f7a3d23fb..4dfa9184ac 100