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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, 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 BC6C6C07E9A for ; Wed, 14 Jul 2021 06:52:59 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id DE7156136E for ; Wed, 14 Jul 2021 06:52:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DE7156136E Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 07C3C82F4F; Wed, 14 Jul 2021 08:52:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="BnGhoFVj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A6E8782DF5; Wed, 14 Jul 2021 08:52:37 +0200 (CEST) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7B44180293 for ; Wed, 14 Jul 2021 08:52:33 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=lokeshvutla@ti.com Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 16E6qWHA025234 for ; Wed, 14 Jul 2021 01:52:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1626245552; bh=YCQXMpX8oNi8A8S7aPVRC0XCcSvzZrFYeqG40ZEQkZc=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=BnGhoFVjo0KCf8MIZnqo3J1n5nXv1oRre6q5Ztw0R/YQ2MSyO+ob3p+BgiI5Lg+YR yAuED0zxM6e2CxfkzrNmGj+dAyicbh3rLnvTGmlW+AgYQKnSbW4wbLLArksFZ2FE0Y FifKO8Pkqm0l07coZcTGOSdr+5JlgliwbGzv7F3k= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 16E6qWRN012107 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 14 Jul 2021 01:52:32 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Wed, 14 Jul 2021 01:52:31 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE102.ent.ti.com (157.170.170.32) 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, 14 Jul 2021 01:52:31 -0500 Received: from uda0131933.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 16E6qLre100304; Wed, 14 Jul 2021 01:52:29 -0500 From: Lokesh Vutla To: Aswath Govindraju CC: Lokesh Vutla , Dave Gerlach , Vignesh Raghavendra , , Nishanth Menon , Suman Anna , Kishon Vijay Abraham I Subject: Re: [PATCH v2 0/2] AM64: Update the locations of various elements in SRAM Date: Wed, 14 Jul 2021 12:22:11 +0530 Message-ID: <162624528947.8326.2149178170654752736.b4-ty@ti.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210616163821.20457-1-a-govindraju@ti.com> References: <20210616163821.20457-1-a-govindraju@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean On Wed, 16 Jun 2021 22:08:19 +0530, Aswath Govindraju wrote: > The following series of patches, > - Update the location of TF-A > - Indicate reserved locations for DMSC code and secure proxy > > changes since v1: > - Moved the load address of TF-A to 0x701c0000 to account for future > increments in the size of TF-A > - Reworded the title of patch 2 > > [...] Applied to https://source.denx.de/u-boot/custodians/u-boot-ti.git for-rc, thanks! [1/2] configs: am64x_evm_a53_defconfig: Move TF-A load address to 0x701c0000 https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/7500c2febe [2/2] arm: dts: k3-am64-main: Reserve OCMRAM for DMSC-lite and secure proxy communication https://source.denx.de/u-boot/custodians/u-boot-ti/-/commit/9199110350 -- Thanks and Regards, Lokesh