[Qemu-devel] [PATCH v2 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F

Edgar E. Iglesias posted 2 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180529124707.3025-1-edgar.iglesias@gmail.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
hw/arm/xlnx-zcu102.c | 2 +-
hw/arm/xlnx-zynqmp.c | 2 +-
target/arm/cpu.c     | 9 +++++++++
3 files changed, 11 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH v2 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F
Posted by Edgar E. Iglesias 7 years, 5 months ago
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

The ZynqMP actually has Cortex-R5Fs with the optional FPU enabled.

Cheers,
Edgar

ChangeLog:

v1 -> v2:
* Update ZCU102 description to mention R5Fs

Edgar E. Iglesias (2):
  target-arm: Add the Cortex-R5F
  xlnx-zynqmp: Swap Cortex-R5 for Cortex-R5F

 hw/arm/xlnx-zcu102.c | 2 +-
 hw/arm/xlnx-zynqmp.c | 2 +-
 target/arm/cpu.c     | 9 +++++++++
 3 files changed, 11 insertions(+), 2 deletions(-)

-- 
2.14.1


Re: [Qemu-devel] [PATCH v2 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F
Posted by Edgar E. Iglesias 7 years, 4 months ago
On Tue, May 29, 2018 at 02:47:05PM +0200, Edgar E. Iglesias wrote:
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
> 
> The ZynqMP actually has Cortex-R5Fs with the optional FPU enabled.

Hi Peter,

Any comments on this series?

Cheers,
Edgar


> 
> Cheers,
> Edgar
> 
> ChangeLog:
> 
> v1 -> v2:
> * Update ZCU102 description to mention R5Fs
> 
> Edgar E. Iglesias (2):
>   target-arm: Add the Cortex-R5F
>   xlnx-zynqmp: Swap Cortex-R5 for Cortex-R5F
> 
>  hw/arm/xlnx-zcu102.c | 2 +-
>  hw/arm/xlnx-zynqmp.c | 2 +-
>  target/arm/cpu.c     | 9 +++++++++
>  3 files changed, 11 insertions(+), 2 deletions(-)
> 
> -- 
> 2.14.1
> 

Re: [Qemu-devel] [PATCH v2 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F
Posted by Peter Maydell 7 years, 4 months ago
On 20 June 2018 at 10:50, Edgar E. Iglesias <edgar.iglesias@xilinx.com> wrote:
> On Tue, May 29, 2018 at 02:47:05PM +0200, Edgar E. Iglesias wrote:
>> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>>
>> The ZynqMP actually has Cortex-R5Fs with the optional FPU enabled.
>
> Hi Peter,
>
> Any comments on this series?

Oops, looks like it didn't make my to-review queue. I'll put it
on the list...

thanks
-- PMM

Re: [Qemu-devel] [PATCH v2 0/2] xlnx-zynqmp: Change the Cortex-R5 for Cortex-R5F
Posted by Peter Maydell 7 years, 4 months ago
On 20 June 2018 at 11:02, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 20 June 2018 at 10:50, Edgar E. Iglesias <edgar.iglesias@xilinx.com> wrote:
>> On Tue, May 29, 2018 at 02:47:05PM +0200, Edgar E. Iglesias wrote:
>>> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>>>
>>> The ZynqMP actually has Cortex-R5Fs with the optional FPU enabled.
>>
>> Hi Peter,
>>
>> Any comments on this series?
>
> Oops, looks like it didn't make my to-review queue. I'll put it
> on the list...

...now applied to target-arm.next, thanks.

-- PMM