Received: by 10.223.185.116 with SMTP id b49csp8057973wrg; Thu, 1 Mar 2018 16:26:36 -0800 (PST) X-Google-Smtp-Source: AG47ELsu56bGcrX9JALgeQGY8Z0u2y1A2IS4Mz6um1It68XMuCg+/OaZpxsr0G2K/CXa4UE6uJT4 X-Received: by 10.99.126.12 with SMTP id z12mr3044062pgc.142.1519950395836; Thu, 01 Mar 2018 16:26:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519950395; cv=none; d=google.com; s=arc-20160816; b=NF4lsfBvHD024n9UZu7ogem+Y0VdXGyj77FUSZOYUdz/dU44PR7QI27AkoK1AzK6vB ZM5wBhBLQocSFsSTkMkOTThoW5GKmcVQ4oAw2rr4VbHldr7OM9XnEoya0tXGboKD94us rLZ71/F6yabu6nBGWC5mM49dgqbLpzbTM5ca9QI6wWVvOUCV6LvmpOFVgwG6LIgM7mgZ 4ARpsHGcacHo/4dKyPObrykkFd46nii5+pjtFNJyhOVJlaosJLcFVk4cU5TgAtrZFr02 blOAV3TkaZovJqnbg2kcPRWfIMh1m0J04hsX94oyHbwtfmvRhX9QrjBaikTRoedLt1gu ECaw== 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=kyvQmzlDWEEAZE1c4J+CD3qOj0ZZvP2iXNc8AXOY2U0=; b=tgsCOZtc0IgMMEXbgYI//IONypIoc4FzB3h/gaS50X7Jt9CL9oygY0R3LKbBtLbAhO rxi2A5h4SRUZHr7s8vmg19ULjzh5rw592Zz2D7fcMKCW59vB/cJqd/TJszmVF2jF/D03 qJMqzkoz2YmdQgaxbQODvr43feRE4/mJTILDtWilWa+WFd7xZvpgxyPDR5tU878l4wsh 7+oCRT5y+74Gf5RRVtFkafm16aAsPJ+fmnMqg/uED8oEdycMnw61ZrtSiQFz8P9DNktU 0YOkbcPftoXeCS31qfzW6eiF29XSueZ/3Q+NPO036aB4yO82oP/Fs7AHnPB+yyKOzpo5 9diw== 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 s185si3160395pgc.718.2018.03.01.16.26.21; Thu, 01 Mar 2018 16:26:35 -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 S1163736AbeCBAXa (ORCPT + 99 others); Thu, 1 Mar 2018 19:23:30 -0500 Received: from mga03.intel.com ([134.134.136.65]:60693 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163403AbeCBAXY (ORCPT ); Thu, 1 Mar 2018 19:23:24 -0500 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; 01 Mar 2018 16:23:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,409,1515484800"; d="scan'208";a="35279639" Received: from marshy.an.intel.com ([10.122.105.159]) by orsmga001.jf.intel.com with ESMTP; 01 Mar 2018 16:23:22 -0800 From: richard.gong@linux.intel.com To: 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, gregkh@linuxfoundation.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-fpga@vger.kernel.org, yves.vandervennet@linux.intel.com, richard.gong@linux.intel.com, Richard Gong Subject: [PATCHv2 1/7] dt-bindings, firmware: add Intel Stratix10 service layer binding Date: Thu, 1 Mar 2018 18:19:29 -0600 Message-Id: <1519949975-13548-2-git-send-email-richard.gong@linux.intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1519949975-13548-1-git-send-email-richard.gong@linux.intel.com> References: <1519949975-13548-1-git-send-email-richard.gong@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Richard Gong Add a device tree binding for the Intel Stratix10 service layer driver Signed-off-by: Richard Gong Signed-off-by: Alan Tull --- v2: Change to put service layer driver node under the firmware node Change compatible to "intel, stratix10-svc" --- .../bindings/firmware/intel,stratix10-svc.txt | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt diff --git a/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt b/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt new file mode 100644 index 0000000..1fa6606 --- /dev/null +++ b/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt @@ -0,0 +1,57 @@ +Intel Service Layer Driver for Stratix10 SoC +============================================ +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. + +Required properties: +------------------- +The svc node has the following mandatory properties, must be located under +the firmware node. + +- compatible: "intel,stratix10-svc" +- method: smc or hvc + smc - Secure Monitor Call + hvc - Hypervisor Call +- memory-region: + phandle to the reserved memory node. See + Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt + for details + +Example: +------- + + reserved-memory { + #address-cells = <2>; + #size-cells = <2>; + ranges; + + service_reserved: svcbuffer@0 { + compatible = "shared-dma-pool"; + reg = <0x0 0x0 0x0 0x1000000>; + alignment = <0x1000>; + no-map; + }; + }; + + firmware { + svc { + compatible = "intel,stratix10-svc"; + method = "smc"; + memory-region = <&service_reserved>; + }; + }; -- 2.7.4