mbox series

[v1,0/1] hw/arm/boot: Rebuild hflags when modifying CPUState at boot

Message ID 20191031040830.18800-1-edgar.iglesias@xilinx.com (mailing list archive)
Headers show
Series hw/arm/boot: Rebuild hflags when modifying CPUState at boot | expand

Message

Edgar E. Iglesias Oct. 31, 2019, 4:08 a.m. UTC
I'm seeing asserts with missmatching hflags when doing direct boots
on versal. This patch fixes the problem for me, rebuilding hflags
after boot code modifes the state.

Cheers,
Edgar

Edgar E. Iglesias (1):
  hw/arm/boot: Rebuild hflags when modifying CPUState at boot

 hw/arm/boot.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Maydell Nov. 1, 2019, 8:25 a.m. UTC | #1
On Thu, 31 Oct 2019 at 04:08, Edgar E. Iglesias
<edgar.iglesias@xilinx.com> wrote:
>
> I'm seeing asserts with missmatching hflags when doing direct boots
> on versal. This patch fixes the problem for me, rebuilding hflags
> after boot code modifes the state.
>
> Cheers,
> Edgar
>
> Edgar E. Iglesias (1):
>   hw/arm/boot: Rebuild hflags when modifying CPUState at boot
>
>  hw/arm/boot.c | 1 +
>  1 file changed, 1 insertion(+)
>


Applied to target-arm.next, thanks.

-- PMM