From nobody Wed Oct 29 11:33:37 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=gmail.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1525348668830469.1708700030838; Thu, 3 May 2018 04:57:48 -0700 (PDT) Received: from localhost ([::1]:55526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fECrr-0005s5-SA for importer@patchew.org; Thu, 03 May 2018 07:57:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fECqZ-0005BU-S7 for qemu-devel@nongnu.org; Thu, 03 May 2018 07:56:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fECqY-0006yv-Q0 for qemu-devel@nongnu.org; Thu, 03 May 2018 07:56:27 -0400 Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]:44716) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fECqY-0006yg-Hb; Thu, 03 May 2018 07:56:26 -0400 Received: by mail-lf0-x243.google.com with SMTP id h197-v6so25505167lfg.11; Thu, 03 May 2018 04:56:26 -0700 (PDT) Received: from gmail.com (81-231-232-130-no39.tbcn.telia.com. [81.231.232.130]) by smtp.gmail.com with ESMTPSA id o18-v6sm2774901lfg.16.2018.05.03.04.56.23 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 03 May 2018 04:56:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VsuIftqb9oiT0zJGWF10gqiR4mz8au3KDT5F4swM9tk=; b=WteAm45kW7N3qQf/tr8JM194kLliwyuPtlujL+DfMAUfIP2HkVupb0aOx6PsJKnBhV EJUzmlvXpIHJG+gjczT4m9bzKF41HXii1Nh66MoVzz+JxQnK7Af7bNqjoEJzjcrndzyO xsZ5Ll0+JslOgGJhpL+TZcFaNvkydTGDa0P8cPbQA2FGugxgTJm1hHkLOtI/2EYA1iOA XvvIO4kABB3ws74Pqg2EA3xbjhZPB019XX3Vpy3mDclgyLvgEt7y3KzVivvDAQOGDx9J SN0dI4iCiAPy+GlL+i1QW/q/BgEQoCCabfukvjbC042KWjjeVvrCTMLeWWo3SiDabQZA Ejuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VsuIftqb9oiT0zJGWF10gqiR4mz8au3KDT5F4swM9tk=; b=jMiE1OtRT0tdJCRdCF3x/MAIfGt6Sf9ZZKH8cVFbEFAQID01qRkgwru5BFVyihNXu2 35V3l3ZYtZE6aKaiLImIpGsGmIGfHmYdfhLqKUWtY0NJe9o1fVJ4Dphwm6C5qDd01txi +R8F6GxQw9TSyyk0XXUW2blcvs9kbeynDLZGBGlg7gvEw/Kvc0LkiRLz/2dJbd8JN+fl OSAx6oXLEiSRvD4RgGRDI8iMekrT3/8UhVV9ALVAkcLHb3myT2C/dJ6MI6hUrCIsDIR/ uKdquxU1Qnx86+NK4aayfPvxX19QEVf627+cpCe51nPHn5hiBlgUENnAMajhu+lA2Oyn jrmA== X-Gm-Message-State: ALQs6tAIDvukVE0ALDcReAIk2Ej5ICkirbviUT29W4tlCzglv41Rx30M ltl13PpG41gZ5TYeS8Hisesp3A== X-Google-Smtp-Source: AB8JxZoz77mqUOmIx6JEn8r+8cOJTkx75j2Cv1NUZkmK/At+1RvFPvm00ItMEuIyn3PiSHUDhVsRSQ== X-Received: by 2002:a2e:4dd6:: with SMTP id c83-v6mr15380728ljd.126.1525348584922; Thu, 03 May 2018 04:56:24 -0700 (PDT) From: "Edgar E. Iglesias" To: qemu-devel@nongnu.org Date: Thu, 3 May 2018 13:56:20 +0200 Message-Id: <20180503115620.10596-3-edgar.iglesias@gmail.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180503115620.10596-1-edgar.iglesias@gmail.com> References: <20180503115620.10596-1-edgar.iglesias@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4010:c07::243 Subject: [Qemu-devel] [PATCH v1 2/2] xlnx-zynqmp: Swap Cortex-R5 for Cortex-R5F X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: edgar.iglesias@xilinx.com, peter.maydell@linaro.org, sai.pavan.boddu@xilinx.com, frasse.iglesias@gmail.com, alistair@alistair23.me, frederic.konrad@adacore.com, qemu-arm@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: "Edgar E. Iglesias" The ZynqMP has Cortex-R5Fs with the optional FPU enabled. Signed-off-by: Edgar E. Iglesias Reviewed-by: Alistair Francis Reviewed-by: KONRAD Frederic Reviewed-by: Philippe Mathieu-Daud=C3=A9 Tested-by: Philippe Mathieu-Daud=C3=A9 --- hw/arm/xlnx-zynqmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c index 505253e0d2..efeb53c732 100644 --- a/hw/arm/xlnx-zynqmp.c +++ b/hw/arm/xlnx-zynqmp.c @@ -116,7 +116,7 @@ static void xlnx_zynqmp_create_rpu(XlnxZynqMPState *s, = const char *boot_cpu, char *name; =20 object_initialize(&s->rpu_cpu[i], sizeof(s->rpu_cpu[i]), - "cortex-r5-" TYPE_ARM_CPU); + "cortex-r5f-" TYPE_ARM_CPU); object_property_add_child(OBJECT(s), "rpu-cpu[*]", OBJECT(&s->rpu_cpu[i]), &error_abort); =20 --=20 2.14.1