qemu-devel.nongnu.org archive mirror
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).