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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 78B01C433F5 for ; Tue, 15 Feb 2022 15:48:23 +0000 (UTC) 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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=haN2haR7yQwNexIvSi8yHxm3BTcU5UYxCTXzHdGbm3s=; b=EVfP+cbXtYv9b1 EjEPcO9p/lzvrGnhtC/tRYmT48h1RlWzs+4JYNo4vmWL8+p/oH4+A2aNZZkeuatP83r+w0BAM9Yk+ ohrdNoLTB6cvkwgTGK3uDbroxFP75UXM6CoOWPSJjHJIlSwIomgXNNkPrBMLQNvOhD3io1/AqJkRF GM7fI330Z6kvLwZybVQnRm3w7e/Ba7lHmq9by+bUceCCjh/JbiPuBsDNKTROQ0ztkc96MiV19Guil RE6ydiLzSA3VKWZ1dofa0KJGtJrnl9pOOTKxmb0GAEWB2krT8tomdTfk82oA3k/RirQsVdFB7//m7 YhkasXXG1CSorR/pBULg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nK03t-003QNJ-Jr; Tue, 15 Feb 2022 15:48:17 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJzmQ-003HYK-5z; Tue, 15 Feb 2022 15:30:16 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A8F87B81AF7; Tue, 15 Feb 2022 15:30:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51A7CC340F7; Tue, 15 Feb 2022 15:30:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644939011; bh=nQldTt+oZdgVgZP70jSzl25wgCPR3oKeWpyDScfOy80=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jF7PFXJGwwK9DWnBJmylbUOS0snQloLZoss6wombE/FhLZiyF7nOYVE/ArFE/+Ymr qIJ6wMvRBcrWQLl10C+VDmlPYvUE8tMZuKNTOpiTRIYX9k80LHamvurLh5lc9WJrPV QKE9zWmA2XZcYNeGxvVxhFlDSma5Ho+ESPgshUz9YPnvABaccne+HxkRyJMuqFNWGn 1MuE80dknOlowfauf77MbxLgoMj+JCR2zM5+iEJcNsheaLRNMCUvlHHNgAR7fD6a6D 4+0HZnVZpLk4QKtT91xAnoFN6Ky/zp8i9jMqY4dFr5EFYJ0+PO/ulqaHFmhMnxY68m sU1wLIbWr3ucQ== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Christian Hewitt , Neil Armstrong , Kevin Hilman , Sasha Levin , robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Subject: [PATCH AUTOSEL 5.10 08/23] arm64: dts: meson-g12: add ATF BL32 reserved-memory region Date: Tue, 15 Feb 2022 10:29:42 -0500 Message-Id: <20220215152957.581303-8-sashal@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220215152957.581303-1-sashal@kernel.org> References: <20220215152957.581303-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220215_073014_419773_D20187F6 X-CRM114-Status: GOOD ( 10.22 ) X-BeenThere: linux-amlogic@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-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org From: Christian Hewitt [ Upstream commit 08982a1b3aa2611c9c711d24825c9002d28536f4 ] Add an additional reserved memory region for the BL32 trusted firmware present in many devices that boot from Amlogic vendor u-boot. Signed-off-by: Christian Hewitt Reviewed-by: Neil Armstrong Reviewed-by: Kevin Hilman Signed-off-by: Neil Armstrong Link: https://lore.kernel.org/r/20220126044954.19069-3-christianshewitt@gmail.com Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi index 7342c8a2b322d..075153a4d49fc 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi @@ -101,6 +101,12 @@ secmon_reserved: secmon@5000000 { no-map; }; + /* 32 MiB reserved for ARM Trusted Firmware (BL32) */ + secmon_reserved_bl32: secmon@5300000 { + reg = <0x0 0x05300000 0x0 0x2000000>; + no-map; + }; + linux,cma { compatible = "shared-dma-pool"; reusable; -- 2.34.1 _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic