diff mbox

target-arm: Add missing compatible property to A57

Message ID 1424097799-11002-1-git-send-email-ozaki.ryota@gmail.com
State New
Headers show

Commit Message

Ryota OZAKI Feb. 16, 2015, 2:43 p.m. UTC
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(+)

Comments

Peter Crosthwaite Feb. 23, 2015, 10:56 p.m. UTC | #1
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
>
>
Peter Maydell March 10, 2015, 12:08 p.m. UTC | #2
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
Ryota OZAKI March 10, 2015, 12:28 p.m. UTC | #3
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
diff mbox

Patch

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);