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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7DE75C001DE for ; Fri, 4 Aug 2023 09:23:03 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5F09086672; Fri, 4 Aug 2023 11:23:01 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id BAF2B8666E; Fri, 4 Aug 2023 11:22:59 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by phobos.denx.de (Postfix) with ESMTP id 9C758866A7 for ; Fri, 4 Aug 2023 11:22:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=abdellatif.elkhlifi@arm.com 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 44EF02F4; Fri, 4 Aug 2023 02:23:39 -0700 (PDT) Received: from e130802.arm.com (unknown [10.57.34.73]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A9F373F6C4; Fri, 4 Aug 2023 02:22:55 -0700 (PDT) Date: Fri, 4 Aug 2023 10:22:48 +0100 From: Abdellatif El Khlifi To: Tom Rini Cc: ilias.apalodimas@linaro.org, nd@arm.com, u-boot@lists.denx.de Subject: Re: [PATCH v18 9/9] arm_ffa: efi: corstone1000: enable MM communication Message-ID: <20230804092248.GA22458@e130802.arm.com> References: <20230803160350.477781-1-abdellatif.elkhlifi@arm.com> <20230803160350.477781-10-abdellatif.elkhlifi@arm.com> <20230803171435.GV3630934@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803171435.GV3630934@bill-the-cat> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Tom, > > Changelog: > > =============== > > > > v18: > > > > Ilias, Tom: > > > > * drop use of CONFIG_FFA_SHARED_MM_BUF_* > > Why? What was wrong before was what I commented on still being wrong in > 8/9, this part was fine. > I thought when we decided to bring back the #ifdefs the buffer macros are also to be brought back. Well, I'll keep CONFIG_FFA_SHARED_MM_BUF_*. Cheers