From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BBFE3C433DB for ; Tue, 16 Mar 2021 14:35:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8209C6507D for ; Tue, 16 Mar 2021 14:35:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236611AbhCPOf1 (ORCPT ); Tue, 16 Mar 2021 10:35:27 -0400 Received: from foss.arm.com ([217.140.110.172]:43752 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235436AbhCPOe5 (ORCPT ); Tue, 16 Mar 2021 10:34:57 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CB01BD6E; Tue, 16 Mar 2021 07:34:56 -0700 (PDT) Received: from bogus (unknown [10.163.66.95]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9B9DB3F792; Tue, 16 Mar 2021 07:34:53 -0700 (PDT) Date: Tue, 16 Mar 2021 14:34:41 +0000 From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Jens Wiklander Cc: Trilok Soni , arve@android.com, Andrew Walbran , David Hartley , Sudeep Holla , Achin Gupta , Arunachalam Ganapathy , Marc Bonnici Subject: Re: [PATCH v4 0/7] firmware: Add initial support for Arm FF-A Message-ID: <20210316143429.tdyyulkml4ypdixy@bogus> References: <20210212154614.38604-1-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210212154614.38604-1-sudeep.holla@arm.com> User-Agent: NeoMutt/20171215 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Jens, On Fri, Feb 12, 2021 at 03:46:07PM +0000, Sudeep Holla wrote: > Hi all, > > This is very basic implementation for in-kernel support for Arm FF-A > specification. > > Arm Firmware Framework for Armv8-A specification[1] describes a software > architecture that provides mechanism to utilise the virtualization > extension to isolate software images and describes interfaces that > standardize communication between the various software images. This > includes communication between images in the Secure and Normal world. > > The main idea here is to create FFA device to establish any communication > with a secure partition. This is currently tested with OPTEE(with changes > to OPTEE driver adding FFA as transport) > Since you reviewed the last version, it would be helpful if you provide Reviewed-by or Tested-by if you happy with this version. I would like to get this initial version merged for v5.13 -- Regards, Sudeep