Re: [PATCH v2 0/6] Exception handling in HYP mode on ARMv7-A

2022-03-02 Thread Tom Rini
o the u-boot mailing list with the subject "Exception > handling in HYP mode on ARMv7-A". > > I have verified that this patch series works on the ODroid XU4 and > the Raspberry Pi 3B in Aarch32 mode when running in hypervisor mode. > One simple way to verify is by running th

Re: [RFC PATCH 0/5] Exception handling in HYP mode on ARMv7-A

2021-11-24 Thread Jim Posen
ARMv7-A CPUs > > with virtualization extensions, the exception handling does not work. > > A couple things need to change which are detailed in my earlier > > message to the u-boot mailing list with the subject "Exception > > handling in HYP mode on ARMv7-A". > >

[PATCH v2 0/6] Exception handling in HYP mode on ARMv7-A

2021-11-24 Thread Jim Posen
Currently, when U-Boot is running in hypervisor mode on ARMv7-A CPUs with virtualization extensions, the exception handling does not work. A couple things need to change which are detailed in my earlier message to the u-boot mailing list with the subject "Exception handling in HYP mode on

Re: [RFC PATCH 0/5] Exception handling in HYP mode on ARMv7-A

2021-11-23 Thread Tom Rini
o the u-boot mailing list with the subject "Exception > handling in HYP mode on ARMv7-A". > > I have verified that this patch series works on the ODroid XU4 and > the Raspberry Pi 3B in Aarch32 mode when running in hypervisor mode. > One simple way to verify is by running th

[RFC PATCH 0/5] Exception handling in HYP mode on ARMv7-A

2021-10-24 Thread Jim Posen
Currently, when U-Boot is running in hypervisor mode on ARMv7-A CPUs with virtualization extensions, the exception handling does not work. A couple things need to change which are detailed in my earlier message to the u-boot mailing list with the subject "Exception handling in HYP mode on

Exception handling in HYP mode on ARMv7-A

2021-10-12 Thread Jim Posen
I've run into an issue with exception handling on the Raspberry Pi 3 in 32-bit mode (config rpi_3_32b) and the ODroid XU4 (config odroid-xu3). When testing the "exception undefined" command, instead of printing out register info and resetting the CPU like it's supposed to, U-Boot just hangs. I not