Re: [PATCH] hw/misc: zynq_slcr: set SLC_RST bit in REBOOT_STATUS register

2024-03-03 Thread Gregory Anders
On Fri Mar 1, 2024 at 5:55 PM CST, Edgar E. Iglesias wrote: > Hi, > > I don't have great answers unfortunately... > > We haven't been super consistent with these things but on the ZynqMP we > sometimes require the user to apply ROM behaviour using -device loader on > the command-line (not great for

[PATCH] hw/misc: zynq_slcr: set SLC_RST bit in REBOOT_STATUS register

2024-02-27 Thread Gregory Anders
When the CPU is reset using PSS_RST_CTRL in the SLCR, bit 19 in REBOOT_STATUS should be set. Refer to page 1602 of the Xilinx Zynq 7000 Technical Reference Manual. Signed-off-by: Gregory Anders --- hw/misc/zynq_slcr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/misc/zynq_slcr.c b