Received: by 10.223.176.46 with SMTP id f43csp4587631wra; Tue, 23 Jan 2018 11:24:30 -0800 (PST) X-Google-Smtp-Source: AH8x227LrsV+m+9BA/1aqOx/DvDsXEDEcPa51YDCrggn3f4CZs/z8+RaGvy+XQFOvb/aN5k7KOyd X-Received: by 10.36.48.198 with SMTP id q189mr5130237itq.83.1516735470902; Tue, 23 Jan 2018 11:24:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516735470; cv=none; d=google.com; s=arc-20160816; b=dMq1pQ+vZhAgDGd0r5FCdb7ycI6p9uahITx5bDo/cVhrEh2hyEzGyxTgqRiy2u2WSG OKCfxDo1eUwPom0+lyvmFoLb2QITtSHJGfTugJU3FXnp4i0NglZRUVR4128QZzgUjfNU 1nDpv+skV73t8n8xNrppCOLRgzVObR9sKjiMRfYO5lUojfduQqxPZIAWlQwYYY7ok3nU eyhzYELvXG307/Vi+t9n/s6zy37ksa2m5/kNG9te001xIpvjoH3+qsUVo1S7CF+GVC7M Oe4lyG5o8OfyX+p5NviCq/EUbPO7F2eLwVZVAnbQUnrPLnEgqCXlXLLDpWQJc0nf0jQU rzXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=EL2yCxWr9aJjIHqAYABJz2DHs4JCHyY7xbVCZiSVdkc=; b=DOb7bhGZM5LT82L9pCjMnzJG9vjGanXbBPeLo9IcXxjvwZZSWIKj5OCq/S43Rf5G7n WeOQ6ZUl5rnolpQmGYVAnUPL8q5WHoKxByVsmbkvlvmrQ1wp91qhCu8JBmmXUW2cSRfM srhYQw12twKv8BvW+muHn9w9Kr5Ja2aWaCVxQLO4KhMJElsr40kZQVQhnZb1d+8G1ikq WuSx723FexPFjYx8VEbF1mdduqGbsw/NjWdXxBdOAdcixVNQMh8nNRL6Y58kNws0qJF3 yaGU6TU7PVSrqcZx8ffcmg5p07di0hT0JsASBqIobM76caruLfvOm+Jt/KaVdzoYSI3w aW9w== 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 86si15700960ioh.157.2018.01.23.11.24.18; Tue, 23 Jan 2018 11:24:30 -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 S1752359AbeAWTXi (ORCPT + 99 others); Tue, 23 Jan 2018 14:23:38 -0500 Received: from mga09.intel.com ([134.134.136.24]:19649 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752157AbeAWTXH (ORCPT ); Tue, 23 Jan 2018 14:23:07 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jan 2018 11:23:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,402,1511856000"; d="scan'208";a="21757926" Received: from marshy.an.intel.com ([10.122.105.159]) by orsmga003.jf.intel.com with ESMTP; 23 Jan 2018 11:23:05 -0800 From: richard.gong@linux.intel.com To: robh+dt@kernel.org, mark.rutland@arm.com Cc: richard.gong@intel.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCHv1] Add Intel Stratix10 service layer binding Date: Tue, 23 Jan 2018 13:25:01 -0600 Message-Id: <1516735502-16745-1-git-send-email-richard.gong@linux.intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Richard Gong Intel Stratix10 SoC is composed of a 64 bit quad-core ARM Cortex A53 hard processor system (HPS) and Secure Device Manager (SDM). When the FPGA is configured from HPS, there needs to be a way for HPS to notify SDM the location and size of the configuration data. Then SDM will get the configuration data from that location and perform the FPGA configuration. To meet the whole system security needs and support virtual machine requesting communication with SDM, only the secure world of software (EL3, Exception Layer 3) can interface with SDM. All software entities running on other exception layers must channel through the EL3 software whenever it needs service from SDM. Intel Stratix10 service layer driver, running at privileged exception level (EL1, Exception Layer 1), interfaces with the service providers and provides the services for FPGA configuration, QSPI, Crypto and warm reset. Service layer driver also manages secure monitor call (SMC) to communicate with secure monitor code running in EL3. This patch adds a device tree binding for Intel Stratix10 service layer driver Richard Gong (1): dt-bindings: misc: add Intel Stratix10 service layer binding .../devicetree/bindings/misc/intel-service.txt | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/intel-service.txt -- 2.7.4