From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Heider Date: Thu, 27 Aug 2020 16:31:17 +0200 Subject: [PATCH v2 1/4] arm: mvebu: Espressobin: Move env load addresses In-Reply-To: <20200827130128.22389-1-pali@kernel.org> References: <20200824142502.7281-1-pali@kernel.org> <20200827130128.22389-1-pali@kernel.org> Message-ID: <0f4e8dae-0e57-5037-c5a2-6436f2bbd765@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27/08/2020 15:01, Pali Roh?r wrote: > According to Marvell's U-Boot description [1] current env load addresses > overlaps with ATF RT services region and TEE. Because the ATF RT service > and TEE region is going to be marked as secure and can't be overwritten, > use different different addresses for envs. > > [1] - https://github.com/MarvellEmbeddedProcessors/u-boot-marvell/commit/0a5b159806baa0746b6449920e450498bc269ba7 > > Signed-off-by: Pali Roh?r For the series: Tested-by: Andre Heider Thanks again, finally I'm able to boot with an upstream atf/u-boot!