All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target-arm: Add missing compatible property to A57
@ 2015-02-16 14:43 Ryota Ozaki
  2015-02-23 22:56 ` Peter Crosthwaite
  2015-03-10 12:08 ` Peter Maydell
  0 siblings, 2 replies; 4+ messages in thread
From: Ryota Ozaki @ 2015-02-16 14:43 UTC (permalink / raw)
  To: qemu-devel

Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
---
 target-arm/cpu64.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target-arm/cpu64.c b/target-arm/cpu64.c
index 823c739..270bc2f 100644
--- a/target-arm/cpu64.c
+++ b/target-arm/cpu64.c
@@ -96,6 +96,7 @@ static void aarch64_a57_initfn(Object *obj)
 {
     ARMCPU *cpu = ARM_CPU(obj);
 
+    cpu->dtb_compatible = "arm,cortex-a57";
     set_feature(&cpu->env, ARM_FEATURE_V8);
     set_feature(&cpu->env, ARM_FEATURE_VFP4);
     set_feature(&cpu->env, ARM_FEATURE_NEON);
-- 
2.3.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] target-arm: Add missing compatible property to A57
  2015-02-16 14:43 [Qemu-devel] [PATCH] target-arm: Add missing compatible property to A57 Ryota Ozaki
@ 2015-02-23 22:56 ` Peter Crosthwaite
  2015-03-10 12:08 ` Peter Maydell
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Crosthwaite @ 2015-02-23 22:56 UTC (permalink / raw)
  To: Ryota Ozaki; +Cc: qemu-devel@nongnu.org Developers

On Mon, Feb 16, 2015 at 6:43 AM, Ryota Ozaki <ozaki.ryota@gmail.com> wrote:
> Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com>
> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>

Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>

> ---
>  target-arm/cpu64.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/target-arm/cpu64.c b/target-arm/cpu64.c
> index 823c739..270bc2f 100644
> --- a/target-arm/cpu64.c
> +++ b/target-arm/cpu64.c
> @@ -96,6 +96,7 @@ static void aarch64_a57_initfn(Object *obj)
>  {
>      ARMCPU *cpu = ARM_CPU(obj);
>
> +    cpu->dtb_compatible = "arm,cortex-a57";
>      set_feature(&cpu->env, ARM_FEATURE_V8);
>      set_feature(&cpu->env, ARM_FEATURE_VFP4);
>      set_feature(&cpu->env, ARM_FEATURE_NEON);
> --
> 2.3.0
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] target-arm: Add missing compatible property to A57
  2015-02-16 14:43 [Qemu-devel] [PATCH] target-arm: Add missing compatible property to A57 Ryota Ozaki
  2015-02-23 22:56 ` Peter Crosthwaite
@ 2015-03-10 12:08 ` Peter Maydell
  2015-03-10 12:28   ` Ryota Ozaki
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2015-03-10 12:08 UTC (permalink / raw)
  To: Ryota Ozaki; +Cc: QEMU Developers

On 16 February 2015 at 14:43, Ryota Ozaki <ozaki.ryota@gmail.com> wrote:
> Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com>
> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
> ---
>  target-arm/cpu64.c | 1 +
>  1 file changed, 1 insertion(+)



Applied to target-arm.next, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] target-arm: Add missing compatible property to A57
  2015-03-10 12:08 ` Peter Maydell
@ 2015-03-10 12:28   ` Ryota Ozaki
  0 siblings, 0 replies; 4+ messages in thread
From: Ryota Ozaki @ 2015-03-10 12:28 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel@nongnu.org Developers

[-- Attachment #1: Type: text/plain, Size: 406 bytes --]

2015/03/10 21:08 "Peter Maydell" <peter.maydell@linaro.org>:
>
> On 16 February 2015 at 14:43, Ryota Ozaki <ozaki.ryota@gmail.com> wrote:
> > Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com>
> > Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
> > ---
> >  target-arm/cpu64.c | 1 +
> >  1 file changed, 1 insertion(+)
>
>
>
> Applied to target-arm.next, thanks.

Thanks!
  ozaki-r

>
> -- PMM

[-- Attachment #2: Type: text/html, Size: 804 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-10 12:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-16 14:43 [Qemu-devel] [PATCH] target-arm: Add missing compatible property to A57 Ryota Ozaki
2015-02-23 22:56 ` Peter Crosthwaite
2015-03-10 12:08 ` Peter Maydell
2015-03-10 12:28   ` Ryota Ozaki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.