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, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 87EDBC48BE6 for ; Mon, 14 Jun 2021 14:32:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6133B611C0 for ; Mon, 14 Jun 2021 14:32:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232927AbhFNOeZ (ORCPT ); Mon, 14 Jun 2021 10:34:25 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:36586 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232805AbhFNOeY (ORCPT ); Mon, 14 Jun 2021 10:34:24 -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 15EEWGdh072894; Mon, 14 Jun 2021 09:32:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623681136; bh=ZEXIB+2o/eHdHCXWPzEHpwRRAGGY1kDKN8HNXWJr+X4=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=CF11oIwv+EVuQETi1V8iui0pTkL/w39goQU+sfkG41mqMvtVWfe/6o2+iDtNXRzZh 39PtVt8VwQvDqKQuEeWIBv+tLBsTGaCRAbw1IzRFvIduARGtlVKLIGb0VPndbeScyB lrkyt6SooPOmfU6awDNMiZAZzWnICvFAFYdf7u3w= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15EEWGQf046965 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 14 Jun 2021 09:32:16 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Mon, 14 Jun 2021 09:32:15 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE104.ent.ti.com (10.64.6.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; Mon, 14 Jun 2021 09:32:16 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15EEWGhc111699; Mon, 14 Jun 2021 09:32:16 -0500 Date: Mon, 14 Jun 2021 09:32:15 -0500 From: Nishanth Menon To: Aswath Govindraju CC: , , Rob Herring , Vignesh Raghavendra , Tero Kristo , , Suman Anna , Lokesh Vutla , Kishon Vijay Abraham I Subject: Re: [PATCH v2] arm64: dts: ti: k3-am64-main: Update the location of ATF in SRAM and increase its max size Message-ID: <20210614143215.4dzkwux4bijn47hs@cylinder> References: <20210607133806.18158-1-a-govindraju@ti.com> <162343800075.7434.10921347563461214925.b4-ty@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <162343800075.7434.10921347563461214925.b4-ty@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14:00-20210611, Nishanth Menon wrote: > On Mon, 7 Jun 2021 19:08:06 +0530, Aswath Govindraju wrote: > > Due to a limitation for USB DFU boot mode, SPL load address has to be less > > than or equal to 0x70001000. So, load address of SPL and ATF have been > > moved to 0x70000000 and 0x701a0000 respectively. > > > > Also, the maximum size of ATF has been increased to 0x1c000 [1]. > > > > Therefore, update ATF's location and maximum size accordingly in the device > > tree file. > > > > [...] > > Hi Aswath Govindraju, > > I have applied the following to branch ti-k3-dts-next on [1]. > Thank you! > > [1/1] arm64: dts: ti: k3-am64-main: Update the location of ATF in SRAM and increase its max size > commit: d05c19bd3f588445eb6769fb71f2e5e02b7a959e > > > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent up the chain during > the next merge window (or sooner if it is a relevant bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git Based on discussion in [1], I have dropped this patch from my queue. [1] https://lore.kernel.org/linux-arm-kernel/20210614142849.ogi4emuqgxg3m7ls@constrict/T/#t -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D 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=-10.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 35B41C2B9F4 for ; Mon, 14 Jun 2021 14:33:57 +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 ED69961244 for ; Mon, 14 Jun 2021 14:33:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ED69961244 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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:CC:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IS+FxcpeB4q5hTwzVf7EK5ZUxD1W34cIHXuXkyNgpKI=; b=lnHBdB3ZEt5shJ 0BoRr251iy9CHE1BY+rySJQpvc18d+5dgIBl0eEV10dt97WN2jW1x0kkobDgMmujcKrzd+INdLUkf GtrC8qF8hLsRtQUM3lwcdljkd0V74v7P097iLftMj1bXQJCWkglQtoi7ITiRK7DXERj2Dx+xwM1yj 4r4GwxBvX2aTd+r9FSYVZ51fuy+bkk0aV+wWXwVrQhWcyNbc4zxXId2d0rK6EGtp9QFIs9CNilRHg iifdisXBnlDPufAmUsRoPzYL13IF28N0bkXGmnSbRgrYv2YkzWIOOhUh+ZwPYI/Ox+hGYhD89PTLW AT6LsoOrKLqxblxlK5lQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lsndX-00EWyQ-Qy; Mon, 14 Jun 2021 14:32:24 +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 1lsndT-00EWxB-7t for linux-arm-kernel@lists.infradead.org; Mon, 14 Jun 2021 14:32:21 +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 15EEWGdh072894; Mon, 14 Jun 2021 09:32:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623681136; bh=ZEXIB+2o/eHdHCXWPzEHpwRRAGGY1kDKN8HNXWJr+X4=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=CF11oIwv+EVuQETi1V8iui0pTkL/w39goQU+sfkG41mqMvtVWfe/6o2+iDtNXRzZh 39PtVt8VwQvDqKQuEeWIBv+tLBsTGaCRAbw1IzRFvIduARGtlVKLIGb0VPndbeScyB lrkyt6SooPOmfU6awDNMiZAZzWnICvFAFYdf7u3w= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15EEWGQf046965 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 14 Jun 2021 09:32:16 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Mon, 14 Jun 2021 09:32:15 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE104.ent.ti.com (10.64.6.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; Mon, 14 Jun 2021 09:32:16 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15EEWGhc111699; Mon, 14 Jun 2021 09:32:16 -0500 Date: Mon, 14 Jun 2021 09:32:15 -0500 From: Nishanth Menon To: Aswath Govindraju CC: , , Rob Herring , Vignesh Raghavendra , Tero Kristo , , Suman Anna , Lokesh Vutla , Kishon Vijay Abraham I Subject: Re: [PATCH v2] arm64: dts: ti: k3-am64-main: Update the location of ATF in SRAM and increase its max size Message-ID: <20210614143215.4dzkwux4bijn47hs@cylinder> References: <20210607133806.18158-1-a-govindraju@ti.com> <162343800075.7434.10921347563461214925.b4-ty@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <162343800075.7434.10921347563461214925.b4-ty@ti.com> User-Agent: NeoMutt/20171215 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-20210614_073219_408076_E14EA13A X-CRM114-Status: GOOD ( 21.78 ) 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: , 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 On 14:00-20210611, Nishanth Menon wrote: > On Mon, 7 Jun 2021 19:08:06 +0530, Aswath Govindraju wrote: > > Due to a limitation for USB DFU boot mode, SPL load address has to be less > > than or equal to 0x70001000. So, load address of SPL and ATF have been > > moved to 0x70000000 and 0x701a0000 respectively. > > > > Also, the maximum size of ATF has been increased to 0x1c000 [1]. > > > > Therefore, update ATF's location and maximum size accordingly in the device > > tree file. > > > > [...] > > Hi Aswath Govindraju, > > I have applied the following to branch ti-k3-dts-next on [1]. > Thank you! > > [1/1] arm64: dts: ti: k3-am64-main: Update the location of ATF in SRAM and increase its max size > commit: d05c19bd3f588445eb6769fb71f2e5e02b7a959e > > > All being well this means that it will be integrated into the linux-next > tree (usually sometime in the next 24 hours) and sent up the chain during > the next merge window (or sooner if it is a relevant bug fix), however if > problems are discovered then the patch may be dropped or reverted. > > You may get further e-mails resulting from automated or manual testing > and review of the tree, please engage with people reporting problems and > send followup patches addressing any issues that are reported if needed. > > If any updates are required or you are submitting further changes they > should be sent as incremental updates against current git, existing > patches will not be replaced. > > Please add any relevant lists and maintainers to the CCs when replying > to this mail. > > [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git Based on discussion in [1], I have dropped this patch from my queue. [1] https://lore.kernel.org/linux-arm-kernel/20210614142849.ogi4emuqgxg3m7ls@constrict/T/#t -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel