Received: by 10.223.176.5 with SMTP id f5csp951020wra; Tue, 6 Feb 2018 10:00:27 -0800 (PST) X-Google-Smtp-Source: AH8x226bVrw6ODatPjNQjB8NInoNKbgIBGkwHhXZ0ybExzTG5RB1Iiie/gd1FvZIWfEUgWZirpH6 X-Received: by 2002:a17:902:8487:: with SMTP id c7-v6mr3148487plo.7.1517940026997; Tue, 06 Feb 2018 10:00:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517940026; cv=none; d=google.com; s=arc-20160816; b=vMI6sd0XonvhJ11Eu5wJHjLh2W2ytZ//z2W/qZVE7U05IlOAxlU672hOnVHqHkVyHK bLwlSiyP4FuLXJWokLgkX6zmosFiHA2XoTsG2wJpPAHk2LDLM96TGxXRTZVHaFatANyZ CqQMlkB7AcHk8WUdImN0bJhbL6p6cMJ+N/6h5Mc1SapKB0KgEfh8HbuX1CmTROs7KRPj qWMlxQRFAvk2jmfClyc3OoDJU+wRf/7CZXNeJJiwX3nY7FjWt+ZLTmBV4qcEjumg91pN WuB3Z+tq6xYtaJpUVDYuOKeHrhIW9Hb0wbyGxY1uXckQ81c4mYpoFWIbIBVpqsG+UAue ZIBQ== 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=umqV8xg1+cuWpuNNIkMbpgCnKM53o65kp9GcUsRM9Fw=; b=vPgQ1f7ggmiCqquzqxiZ8OtfIdgCblZKoqTixkfPvxX8hqYvR6GiElBLIK45hARMwB Ql/8tkA3ctfbVGuD1ioun2id0ATiDNLWtfzbr9wulO6nPg7+6YsAH85bQaAtsF2omxNY 2eTZhqlAJlUxEKn925YVmOtT62TnwCDaed9nwdx9csKp1hXRRn55i0XyIcC0e0D8bChd RdKlhPnymgQhtEn/v1hzkWaucOdTH6C8Y0x0R6QifPaRFC1mL3dpLLyuQXqfrSHA52cZ 6TWiDVsv6GaO6rV3WcwXeHrMaGrQpoixDqoQQg9jcHdx3awMQmUQPj72roTTbyaDOvqr A9mw== 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 w12-v6si8860968plz.111.2018.02.06.10.00.13; Tue, 06 Feb 2018 10:00:26 -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 S1752982AbeBFR6G (ORCPT + 99 others); Tue, 6 Feb 2018 12:58:06 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:41176 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752844AbeBFR5Z (ORCPT ); Tue, 6 Feb 2018 12:57:25 -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 9E9801596; Tue, 6 Feb 2018 09:57:24 -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 F16D63F25C; Tue, 6 Feb 2018 09:57:21 -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 v4 13/17] firmware/psci: Expose SMCCC version through psci_ops Date: Tue, 6 Feb 2018 17:56:17 +0000 Message-Id: <20180206175621.929-14-marc.zyngier@arm.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180206175621.929-1-marc.zyngier@arm.com> References: <20180206175621.929-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 Reviewed-by: Robin Murphy Tested-by: Ard Biesheuvel Signed-off-by: Marc Zyngier --- drivers/firmware/psci.c | 27 +++++++++++++++++++++++++++ include/linux/psci.h | 6 ++++++ 2 files changed, 33 insertions(+) diff --git a/drivers/firmware/psci.c b/drivers/firmware/psci.c index e9493da2b111..c80ec1d03274 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,31 @@ 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(void) +{ + u32 ver = ARM_SMCCC_VERSION_1_0; + int feature; + + feature = psci_features(ARM_SMCCC_VERSION_FUNC_ID); + + if (feature != PSCI_RET_NOT_SUPPORTED) { + u32 ret; + ret = invoke_psci_fn(ARM_SMCCC_VERSION_FUNC_ID, 0, 0, 0); + if (ret == ARM_SMCCC_VERSION_1_1) { + psci_ops.smccc_version = SMCCC_VERSION_1_1; + ver = ret; + } + } + + /* + * Conveniently, the SMCCC and PSCI versions are encoded the + * same way. No, this isn't accidental. + */ + pr_info("SMC Calling Convention v%d.%d\n", + PSCI_VERSION_MAJOR(ver), PSCI_VERSION_MINOR(ver)); + +} + static void __init psci_0_2_set_functions(void) { pr_info("Using standard PSCI v0.2 function IDs\n"); @@ -559,6 +585,7 @@ static int __init psci_probe(void) psci_init_migrate(); if (PSCI_VERSION_MAJOR(ver) >= 1) { + psci_init_smccc(); 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