Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp642665imm; Thu, 26 Jul 2018 09:28:28 -0700 (PDT) X-Google-Smtp-Source: AAOMgpco2IPiIKJGsNy47MrWcvNsplpqFF2VEoZV0uG4ppwHGxE8buYrff/fhlF0r2hqt4eV51wP X-Received: by 2002:a63:ff4d:: with SMTP id s13-v6mr2625514pgk.150.1532622508918; Thu, 26 Jul 2018 09:28:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532622508; cv=none; d=google.com; s=arc-20160816; b=K284biS2SYI7HUzg9+LTFlmcvxMXN7tot1MZ537VB7ETIvt5T8QBGfWByV6vEvGEXs AIAkpUReSfRuuNl2KgFuUd/EuG4U4zB58S+UKRAkQUmKd3cuGUl1nSvMYEJ/0rrug/kG cvWrjUxHyj4YBSo3LMVA20UWJ91L1QcexD+CsELDsJ/GszFitKVUe4jw0kjq16ettRnx c3HToegyy4t+iHxgfBFTQzoTPKgk9PchTRpGT8NvLjy61zAznTtYqHvG/uPQa/EiBeaK XNDQOYjaCiGLPzKIgYztW9BXvKpR9a3wNWtthDr7d+6St3BvcRL/YXwfeWJrGwGd7b3X H7qw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=Ma8quf6ji7KtlIwQj9o0xZfQMtw+xZWtaKW0A3449MU=; b=gMvcoc3zsh2o6sxbV2XYpz+GvyfVJNXN9aXYx8NlBblssp0UqIBlXx2UVweIZxUNWr KG/jeX1v3l829PqUuHBkv/uC+aIQoGbVv929w7G6SVB5VuY43jGKgHWSycTEZAzNkUYl drEzTFvbMp5ze/6RKhm9QBqaAR7LuIbfZaej0KvjLpOF4ziEvR5bo4ZtVGbY67KBpcxM Eky2eD7sMydWV+skgQErXZZHFdOZHXzgV3m9P2C9ZJe02Mk1RV5jjUS8mEtZGKLXJ1u0 OOpWPJKIUOXFsPpWfWMZ0ZWNnE9FIfHCdGFks3C3ZTGEwaoWORqFHHH8PWWEHNQD6QGk kT6A== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v7-v6si1447540plo.186.2018.07.26.09.28.13; Thu, 26 Jul 2018 09:28:28 -0700 (PDT) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732351AbeGZRnO (ORCPT + 99 others); Thu, 26 Jul 2018 13:43:14 -0400 Received: from mga03.intel.com ([134.134.136.65]:54860 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732101AbeGZRnM (ORCPT ); Thu, 26 Jul 2018 13:43:12 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2018 09:25:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,405,1526367600"; d="scan'208";a="76192075" Received: from marshy.an.intel.com ([10.122.105.159]) by orsmga001.jf.intel.com with ESMTP; 26 Jul 2018 09:25:36 -0700 From: richard.gong@linux.intel.com To: gregkh@linuxfoundation.org, catalin.marinas@arm.com, will.deacon@arm.com, dinguyen@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, atull@kernel.org, mdf@kernel.org, arnd@arndb.de, corbet@lwn.net Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-fpga@vger.kernel.org, linux-doc@vger.kernel.org, yves.vandervennet@linux.intel.com, richard.gong@intel.com, joyce.ooi@intel.com Subject: [PATCHv8 8/9] Documentation: driver-api: add stratix10 service layer Date: Thu, 26 Jul 2018 11:27:25 -0500 Message-Id: <1532622446-19663-9-git-send-email-richard.gong@linux.intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1532622446-19663-1-git-send-email-richard.gong@linux.intel.com> References: <1532622446-19663-1-git-send-email-richard.gong@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Richard Gong Add new file stratix10-svc.rst Add stratix10-svc.rst to driver-api/index.rst Signed-off-by: Richard Gong Signed-off-by: Alan Tull --- v5: this patch is added in patch set version 5 v6: no change v7: no change v8: no change --- Documentation/driver-api/index.rst | 1 + Documentation/driver-api/stratix10-svc.rst | 32 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Documentation/driver-api/stratix10-svc.rst diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 6d9f2f9..d4d2671 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -53,6 +53,7 @@ available subsections can be seen below. slimbus soundwire/index fpga/index + stratix10-svc .. only:: subproject and html diff --git a/Documentation/driver-api/stratix10-svc.rst b/Documentation/driver-api/stratix10-svc.rst new file mode 100644 index 0000000..ed361d8 --- /dev/null +++ b/Documentation/driver-api/stratix10-svc.rst @@ -0,0 +1,32 @@ + +Intel Stratix10 SoC Service Layer +================================= + +Some features of the Intel Stratix10 SoC require a level of privilege +higher than the kernel is granted. Such secure features include +FPGA programming. In terms of the ARMv8 architecture, the kernel runs +at Exception Level 1 (EL1), access to the features requires +Exception Level 3 (EL3). + +The Intel Stratix10 SoC service layer provides an in kernel API for +drivers to request access to the secure features. The requests are queued +and processed one by one. ARM’s SMCCC is used to pass the execution +of the requests on to a secure monitor (EL3). + +.. kernel-doc:: include/linux/stratix10-svc-client.h + :functions: stratix10_svc_command_code + +.. kernel-doc:: include/linux/stratix10-svc-client.h + :functions: stratix10_svc_client_msg + +.. kernel-doc:: include/linux/stratix10-svc-client.h + :functions: stratix10_svc_command_reconfig_payload + +.. kernel-doc:: include/linux/stratix10-svc-client.h + :functions: stratix10_svc_cb_data + +.. kernel-doc:: include/linux/stratix10-svc-client.h + :functions: stratix10_svc_client + +.. kernel-doc:: drivers/misc/stratix10-svc.c + :export: -- 2.7.4