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=-11.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 29232C48BE5 for ; Wed, 16 Jun 2021 17:12:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F09961057 for ; Wed, 16 Jun 2021 17:12:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231295AbhFPROw (ORCPT ); Wed, 16 Jun 2021 13:14:52 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:56988 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230490AbhFPROw (ORCPT ); Wed, 16 Jun 2021 13:14:52 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 15GHCccw063386; Wed, 16 Jun 2021 12:12:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623863558; bh=rjGrCF1q8gRnKHS4FQ3IKWRZZqxFVM8LEIYQaPB3a7c=; h=From:To:CC:Subject:Date; b=jhWignrqriYrKoDu5WlDL5XJgtvt+KN0qSncKqB6fgCQOSvLmIuqTgVoq26uNsKQc wH/yAvUTGyBvFpAsUIRVxz9HlxQBHaMvLyvx//h867qLtBL29bnSIjxD71rsOdBhML hOHUSB0zw+AvpUJoR90xJy3yF40wZFrN8jbPJ4kM= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15GHCcbn072253 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 16 Jun 2021 12:12:38 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Wed, 16 Jun 2021 12:12:38 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE114.ent.ti.com (157.170.170.25) 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; Wed, 16 Jun 2021 12:12:38 -0500 Received: from gsaswath-HP-ProBook-640-G5.dal.design.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15GHCSuB106909; Wed, 16 Jun 2021 12:12:30 -0500 From: Aswath Govindraju CC: Suman Anna , Lokesh Vutla , Vignesh Raghavendra , Kishon Vijay Abraham I , Aswath Govindraju , Nishanth Menon , Tero Kristo , Rob Herring , , , Subject: [PATCH v5 0/3] AM64: Update the locations of various elements in SRAM Date: Wed, 16 Jun 2021 22:42:21 +0530 Message-ID: <20210616171224.24635-1-a-govindraju@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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 Link to corresponding U-Boot series that makes these changes: - https://patchwork.ozlabs.org/project/uboot/list/?series=249235 changes since v4: - increased the size of TF-A to 128KB to account for future expansions - Reworded the commit message of patch 3 to include the U-Boot version in which the TF-A has been moved to corresponding location - picked up Suman anna's reviewed-by for patch 2 changes since v3: - fixed the title of patches 1 and 2 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 Aswath Govindraju (3): arm64: dts: ti: k3-am64-main: Update TF-A's maximum size and node name arm64: dts: ti: k3-am64-main: Reserve OCMRAM for DMSC-lite and secure proxy communication arm64: dts: ti: k3-am64-main: Update the location of TF-A in compliance with U-Boot v2021.10 arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -- 2.17.1