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=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable 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 37EAFC49361 for ; Tue, 15 Jun 2021 17:45:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1537A611CE for ; Tue, 15 Jun 2021 17:45:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231273AbhFORro (ORCPT ); Tue, 15 Jun 2021 13:47:44 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:36678 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229976AbhFORrn (ORCPT ); Tue, 15 Jun 2021 13:47:43 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 15FHjapU062259; Tue, 15 Jun 2021 12:45:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623779136; bh=xq8N0+Ag0aM5XxV7oawpiSjnWkX3GbNwWzSoJIYFQd8=; h=Subject:CC:References:From:Date:In-Reply-To; b=Su2d/xQ9Zdk3sxKs1sPPML8QQdiZOHiufpaJ6FKRMYdwHkWlOvPsAo0iIgCvWpZFb Y6UIhcayMLy5Llt+7DvqRy0R5kxT4RBDQxa2c1GzUI2DFL1y8rpeH5/W9e5z80Eixe /d2mahAMWrMQpuUZBIchf5hTuf81gNM//Z9ilAI8= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15FHjauL055665 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 15 Jun 2021 12:45:36 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 15 Jun 2021 12:45:35 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 15 Jun 2021 12:45:35 -0500 Received: from [10.250.235.117] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15FHjUqq114642; Tue, 15 Jun 2021 12:45:31 -0500 Subject: Re: [PATCH v3 0/3] AM64: Update the locations of various elements in SRAM CC: Vignesh Raghavendra , Suman Anna , Lokesh Vutla , Kishon Vijay Abraham I , Nishanth Menon , Tero Kristo , Rob Herring , , , References: <20210615155115.28902-1-a-govindraju@ti.com> From: Aswath Govindraju Message-ID: <779294d5-e3e3-1c12-4ab7-7130341f41e1@ti.com> Date: Tue, 15 Jun 2021 23:15:29 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210615155115.28902-1-a-govindraju@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 15/06/21 9:21 pm, Aswath Govindraju wrote: > The following series of patches, > - Increase the maximum size of TF-A > - Update the location of TF-A due to a limitation for DFU boot > - Indicate reserved locations for DMSC code and secure proxy > > changes since v2: > - split the patches into three > - added regions for indicating memory regions reserved for > dmsc and secure proxy > - moved the TFA location to 0x701c4000 > Posted respin(v4) after correcting the titles of patches 1 and 2. Thanks, Aswath > Aswath Govindraju (3): > dts: ti: k3-am64-main: Update TF-A's maximum size and node name > arm64: dts: ti: k3-am64-main: Indicate the memory reserved for > DMSC-lite code and secure proxy communication buffer > arm64: dts: ti: k3-am64-main: Update the location of TF-A > > arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > 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=-9.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MISSING_HEADERS,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 0FA13C48BE5 for ; Tue, 15 Jun 2021 21:44:04 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C4E34610A2 for ; Tue, 15 Jun 2021 21:44:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C4E34610A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Subject:Reply-To:To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=O0paLv8X0blNEj2uItjLdk+FR3cO5H0xmzLtqE5BN4U=; b=ja2ZzL4x4HQ+pL uj+uEiA50wgeREa6au1h+0VTSJsp2OI/UHfUwSZpof85geET9WO+vbBrCA07gCS0iZOrL6bvVf1GS rhAPeU11T1ZAUbzd2H1qKIDlZhgU5jlfMR2CGlT1LNGZQ4Yoc08KSoTvB5YQu1+9q0vaG9HrnqpWr DmSS9VrA51ealr5MAAz/f0wNjCK+lnMbkZrmlE/JkzuVe4HZJMhoJth1s7uShF+F01sz2iCovVp/g 0c4VzZ4ua+m1a13/056qz2W1M/LRfWrg7OIEvAaY/QC7OQG3pTKH0pQ/cdeSw3hTYE1nWXflnMxhE 491FE5QfrRJ4U7pOM3fA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltGp5-003GQS-5q; Tue, 15 Jun 2021 21:42:15 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltD85-001qUw-JT for linux-arm-kernel@lists.infradead.org; Tue, 15 Jun 2021 17:45:39 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 15FHjapU062259; Tue, 15 Jun 2021 12:45:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623779136; bh=xq8N0+Ag0aM5XxV7oawpiSjnWkX3GbNwWzSoJIYFQd8=; h=Subject:CC:References:From:Date:In-Reply-To; b=Su2d/xQ9Zdk3sxKs1sPPML8QQdiZOHiufpaJ6FKRMYdwHkWlOvPsAo0iIgCvWpZFb Y6UIhcayMLy5Llt+7DvqRy0R5kxT4RBDQxa2c1GzUI2DFL1y8rpeH5/W9e5z80Eixe /d2mahAMWrMQpuUZBIchf5hTuf81gNM//Z9ilAI8= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15FHjauL055665 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 15 Jun 2021 12:45:36 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 15 Jun 2021 12:45:35 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 15 Jun 2021 12:45:35 -0500 Received: from [10.250.235.117] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15FHjUqq114642; Tue, 15 Jun 2021 12:45:31 -0500 Subject: Re: [PATCH v3 0/3] AM64: Update the locations of various elements in SRAM References: <20210615155115.28902-1-a-govindraju@ti.com> From: Aswath Govindraju Message-ID: <779294d5-e3e3-1c12-4ab7-7130341f41e1@ti.com> Date: Tue, 15 Jun 2021 23:15:29 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210615155115.28902-1-a-govindraju@ti.com> Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210615_104537_762345_BCB77917 X-CRM114-Status: GOOD ( 13.58 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nishanth Menon , devicetree@vger.kernel.org, Vignesh Raghavendra , Tero Kristo , Lokesh Vutla , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Rob Herring , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On 15/06/21 9:21 pm, Aswath Govindraju wrote: > The following series of patches, > - Increase the maximum size of TF-A > - Update the location of TF-A due to a limitation for DFU boot > - Indicate reserved locations for DMSC code and secure proxy > > changes since v2: > - split the patches into three > - added regions for indicating memory regions reserved for > dmsc and secure proxy > - moved the TFA location to 0x701c4000 > Posted respin(v4) after correcting the titles of patches 1 and 2. Thanks, Aswath > Aswath Govindraju (3): > dts: ti: k3-am64-main: Update TF-A's maximum size and node name > arm64: dts: ti: k3-am64-main: Indicate the memory reserved for > DMSC-lite code and secure proxy communication buffer > arm64: dts: ti: k3-am64-main: Update the location of TF-A > > arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel