Re: [Qemu-devel] [PATCH V2 0/4] target-arm: Initial ARMv8 extended EL support

2015-01-27 Thread Greg Bellows
+Edgar On Tue, Jan 27, 2015 at 8:36 AM, Sergey Fedorov wrote: > On 23.01.2015 19:17, Greg Bellows wrote: > > These patches add extended EL support for ARMv8. Specifically the > following > > changes were made: > > > > - Fix issue in RVBAR_EL1 CP register definition > > - Add missing RVBAR_ELx CP

Re: [Qemu-devel] [PATCH V2 0/4] target-arm: Initial ARMv8 extended EL support

2015-01-27 Thread Sergey Fedorov
On 23.01.2015 19:17, Greg Bellows wrote: > These patches add extended EL support for ARMv8. Specifically the following > changes were made: > > - Fix issue in RVBAR_EL1 CP register definition > - Add missing RVBAR_ELx CP register definitions > - Add missing SP_ELx CP register definitions > - Add re

[Qemu-devel] [PATCH V2 0/4] target-arm: Initial ARMv8 extended EL support

2015-01-23 Thread Greg Bellows
These patches add extended EL support for ARMv8. Specifically the following changes were made: - Fix issue in RVBAR_EL1 CP register definition - Add missing RVBAR_ELx CP register definitions - Add missing SP_ELx CP register definitions - Add reset support to start in highest EL --- v1 -> v2 - Ad