From nobody Thu May 16 12:53:12 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org ARC-Seal: i=1; a=rsa-sha256; t=1613046101; cv=none; d=zohomail.com; s=zohoarc; b=cbWxsuLtErKFHLnciqIq5wQtBdSX/ZBBwqWnssVidBhZO9JxkGB2P8VpTqzKEwyMPaidy/y/jhPlQPv4GVO4RYE6uGt40tdYOyqzOKLtYIs89tcWu3cn2EyTHjK8/BcdoFbbi717/mrcuIOrxaPYOhXe6+DghFVzjhwYF5egTBU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1613046101; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=uDl8joMb5XtpbB7wuM06duRGZchK2sfLNR1Ccjlxbuo=; b=itDTD6asvNtg9xKIdFNiRr8uN1ozrdSCcj14huO33fHLGt7pNT/sJqh1NBpI0mwr/PtXXXqYIToQvpbK3Fe1ql9cU8bMSlRayHJp76SKW0E1bAxuR519rMCUzlo6Aq07W69SgM0PFRvB1XHQKnwySrmZ7ykXvunuB/lgwt6l85Q= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1613046101403985.3655196810073; Thu, 11 Feb 2021 04:21:41 -0800 (PST) Received: from localhost ([::1]:42176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAAyZ-0007tj-S9 for importer@patchew.org; Thu, 11 Feb 2021 07:21:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAAxY-0006tT-98; Thu, 11 Feb 2021 07:20:36 -0500 Received: from muminek.juszkiewicz.com.pl ([2001:41d0:1:43dd::1]:38212) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAAxW-0000oq-4u; Thu, 11 Feb 2021 07:20:36 -0500 Received: from localhost (localhost [127.0.0.1]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTP id DCC0326026A; Thu, 11 Feb 2021 13:20:29 +0100 (CET) Received: from muminek.juszkiewicz.com.pl ([127.0.0.1]) by localhost (muminek.juszkiewicz.com.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MgOo9xuy4wOi; Thu, 11 Feb 2021 13:20:27 +0100 (CET) Received: from puchatek.lan (89-67-26-161.dynamic.chello.pl [89.67.26.161]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTPSA id 35CCC2600B6; Thu, 11 Feb 2021 13:20:26 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at juszkiewicz.com.pl From: Marcin Juszkiewicz To: qemu-arm@nongnu.org Subject: [PATCH] sbsa-ref: remove cortex-a53 from list of supported cpus Date: Thu, 11 Feb 2021 13:20:22 +0100 Message-Id: <20210211122022.1811362-1-marcin.juszkiewicz@linaro.org> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: softfail client-ip=2001:41d0:1:43dd::1; envelope-from=marcin.juszkiewicz@linaro.org; helo=muminek.juszkiewicz.com.pl X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marcin Juszkiewicz , Peter Maydell , Leif Lindholm , =?UTF-8?q?Rados=C5=82aw=20Biernacki?= , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts above this limit. --- hw/arm/sbsa-ref.c | 1 - 1 file changed, 1 deletion(-) diff --git hw/arm/sbsa-ref.c hw/arm/sbsa-ref.c index 9f70735153..276243d122 100644 --- hw/arm/sbsa-ref.c +++ hw/arm/sbsa-ref.c @@ -145,7 +145,6 @@ static const int sbsa_ref_irqmap[] =3D { }; =20 static const char * const valid_cpus[] =3D { - ARM_CPU_TYPE_NAME("cortex-a53"), ARM_CPU_TYPE_NAME("cortex-a57"), ARM_CPU_TYPE_NAME("cortex-a72"), }; --=20 2.29.2