Received: by 10.223.176.5 with SMTP id f5csp2641994wra; Thu, 1 Feb 2018 03:50:41 -0800 (PST) X-Google-Smtp-Source: AH8x224b3TGRhBb4sL2f7gPJ+6U5gXTkG5GLB9l6T8ukEhkj9RQ264YLjeyYEzcZ05I9CeytDv7C X-Received: by 2002:a17:902:8f8b:: with SMTP id z11-v6mr9529575plo.43.1517485841706; Thu, 01 Feb 2018 03:50:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517485841; cv=none; d=google.com; s=arc-20160816; b=zhdLJGexgl1wrxLGrkLC1LyOIQXfOi2Mtb3fpe/zth2kh0pto3aUabbuKZiOb0OTY5 /iGMVNqyBlkTEvvq5nUX2XkfCriXUyVED1vs/Z0G1vYRKrD4N1St+HvxldqwlMTllJtb XBTsRrEYBbp5O6EjT094bPizQ5Z4c3eHkay778cA85y6zTPFTj0nOX0nrJLVx2w+mtMV 4XxNEHn5K40XQu39I+61CAoBrS+IdKvCH2dDlO/T82N83b8gNWK+iHL1VZPAS6D7Sm3A 3EdZRWfR76J3howuAYNAcFwOwk9vRJ5ytUtfMGxXwlTNtwuQupRgFY5RVFGc+th/urRU pR4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=5wEyIk+xz+YR6maO5JEhCKoPaEfvrJdu2YXlbsEBXzE=; b=HzJcOjbEe/uNsRuGTgL+gjRbWPHDPtqaLjQN8b1RUFO/h30amB1LdjyhvMcRTEpY+m NmdLxeCowOKHSahAb5RllKo8jd+4U8v/mBOvjMIpRdXKe9rHpAAhKq1ZhFLNOw8zl0xi BNK0qQUXwuV+duVDf91vmsB/3285xRnW4dQ34w7SwO+3X6UiOaKCySinVcl2toUcQDDl hyU+4U2AxOvOAxG3HLTg7tjYOZG33PNaN3I24Wu63oGXmGGzN3X9b1YMRfHZe12/cqKu dQdhFnUbDryFyEl1gYIF3+Yf2CdL/0KsdN2sMvHelM0M608Vl8PkL/PZ54e6x0nxA3vD /Eow== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q5-v6si1275975pll.88.2018.02.01.03.50.26; Thu, 01 Feb 2018 03:50:41 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752385AbeBALtj (ORCPT + 99 others); Thu, 1 Feb 2018 06:49:39 -0500 Received: from foss.arm.com ([217.140.101.70]:48560 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752544AbeBALsT (ORCPT ); Thu, 1 Feb 2018 06:48:19 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 63E571682; Thu, 1 Feb 2018 03:48:19 -0800 (PST) Received: from approximate.cambridge.arm.com (approximate.cambridge.arm.com [10.1.207.62]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9AD203F25C; Thu, 1 Feb 2018 03:48:16 -0800 (PST) From: Marc Zyngier To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu Cc: Catalin Marinas , Will Deacon , Peter Maydell , Christoffer Dall , Lorenzo Pieralisi , Mark Rutland , Robin Murphy , Ard Biesheuvel , Andrew Jones , Hanjun Guo , Jayachandran C , Jon Masters , Russell King - ARM Linux Subject: [PATCH v3 14/18] firmware/psci: Expose SMCCC version through psci_ops Date: Thu, 1 Feb 2018 11:46:53 +0000 Message-Id: <20180201114657.7323-15-marc.zyngier@arm.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180201114657.7323-1-marc.zyngier@arm.com> References: <20180201114657.7323-1-marc.zyngier@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since PSCI 1.0 allows the SMCCC version to be (indirectly) probed, let's do that at boot time, and expose the version of the calling convention as part of the psci_ops structure. Acked-by: Lorenzo Pieralisi Signed-off-by: Marc Zyngier --- drivers/firmware/psci.c | 19 +++++++++++++++++++ include/linux/psci.h | 6 ++++++ 2 files changed, 25 insertions(+) diff --git a/drivers/firmware/psci.c b/drivers/firmware/psci.c index e9493da2b111..8631906c414c 100644 --- a/drivers/firmware/psci.c +++ b/drivers/firmware/psci.c @@ -61,6 +61,7 @@ bool psci_tos_resident_on(int cpu) struct psci_operations psci_ops = { .conduit = PSCI_CONDUIT_NONE, + .smccc_version = SMCCC_VERSION_1_0, }; typedef unsigned long (psci_fn)(unsigned long, unsigned long, @@ -511,6 +512,23 @@ static void __init psci_init_migrate(void) pr_info("Trusted OS resident on physical CPU 0x%lx\n", cpuid); } +static void __init psci_init_smccc(u32 ver) +{ + int feature; + + feature = psci_features(ARM_SMCCC_VERSION_FUNC_ID); + + if (feature != PSCI_RET_NOT_SUPPORTED) { + ver = invoke_psci_fn(ARM_SMCCC_VERSION_FUNC_ID, 0, 0, 0); + if (ver != ARM_SMCCC_VERSION_1_1) + psci_ops.smccc_version = SMCCC_VERSION_1_0; + else + psci_ops.smccc_version = SMCCC_VERSION_1_1; + } + + pr_info("SMC Calling Convention v1.%d\n", psci_ops.smccc_version); +} + static void __init psci_0_2_set_functions(void) { pr_info("Using standard PSCI v0.2 function IDs\n"); @@ -559,6 +577,7 @@ static int __init psci_probe(void) psci_init_migrate(); if (PSCI_VERSION_MAJOR(ver) >= 1) { + psci_init_smccc(ver); psci_init_cpu_suspend(); psci_init_system_suspend(); } diff --git a/include/linux/psci.h b/include/linux/psci.h index f2679e5faa4f..8b1b3b5935ab 100644 --- a/include/linux/psci.h +++ b/include/linux/psci.h @@ -31,6 +31,11 @@ enum psci_conduit { PSCI_CONDUIT_HVC, }; +enum smccc_version { + SMCCC_VERSION_1_0, + SMCCC_VERSION_1_1, +}; + struct psci_operations { u32 (*get_version)(void); int (*cpu_suspend)(u32 state, unsigned long entry_point); @@ -41,6 +46,7 @@ struct psci_operations { unsigned long lowest_affinity_level); int (*migrate_info_type)(void); enum psci_conduit conduit; + enum smccc_version smccc_version; }; extern struct psci_operations psci_ops; -- 2.14.2