Re: Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

2020-08-28 Thread Pali Rohár
On Friday 28 August 2020 16:35:22 Andre Heider wrote: > On 28/08/2020 14:39, Pali Rohár wrote: > > On Wednesday 26 August 2020 15:22:37 Andre Heider wrote: > > > Hi, > > > > > > On 26/08/2020 13:40, Pali Rohár wrote: > > > > On Wednesday 26 August 2020 12:51:18 Pali Rohár wrote: > > > > > On Wedne

Re: Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

2020-08-28 Thread Andre Heider
On 28/08/2020 14:39, Pali Rohár wrote: On Wednesday 26 August 2020 15:22:37 Andre Heider wrote: Hi, On 26/08/2020 13:40, Pali Rohár wrote: On Wednesday 26 August 2020 12:51:18 Pali Rohár wrote: On Wednesday 26 August 2020 11:57:01 Andre Heider wrote: Hi, On 26/08/2020 10:31, Pali Rohár wrot

Re: Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

2020-08-28 Thread Pali Rohár
On Wednesday 26 August 2020 15:22:37 Andre Heider wrote: > Hi, > > On 26/08/2020 13:40, Pali Rohár wrote: > > On Wednesday 26 August 2020 12:51:18 Pali Rohár wrote: > > > On Wednesday 26 August 2020 11:57:01 Andre Heider wrote: > > > > Hi, > > > > > > > > On 26/08/2020 10:31, Pali Rohár wrote: >

Re: Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

2020-08-27 Thread Pali Rohár
On Wednesday 26 August 2020 15:22:37 Andre Heider wrote: > Hi, > > On 26/08/2020 13:40, Pali Rohár wrote: > > On Wednesday 26 August 2020 12:51:18 Pali Rohár wrote: > > > On Wednesday 26 August 2020 11:57:01 Andre Heider wrote: > > > > Hi, > > > > > > > > On 26/08/2020 10:31, Pali Rohár wrote: >

Re: Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

2020-08-26 Thread Andre Heider
Hi, On 26/08/2020 13:40, Pali Rohár wrote: On Wednesday 26 August 2020 12:51:18 Pali Rohár wrote: On Wednesday 26 August 2020 11:57:01 Andre Heider wrote: Hi, On 26/08/2020 10:31, Pali Rohár wrote: Hello! On Wednesday 26 August 2020 09:30:11 Andre Heider wrote: Pali, thank you for all the

Re: Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

2020-08-26 Thread Pali Rohár
On Wednesday 26 August 2020 12:51:18 Pali Rohár wrote: > On Wednesday 26 August 2020 11:57:01 Andre Heider wrote: > > Hi, > > > > On 26/08/2020 10:31, Pali Rohár wrote: > > > Hello! > > > > > > On Wednesday 26 August 2020 09:30:11 Andre Heider wrote: > > > > Pali, > > > > > > > > thank you for a

Re: Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

2020-08-26 Thread Pali Rohár
On Wednesday 26 August 2020 11:57:01 Andre Heider wrote: > Hi, > > On 26/08/2020 10:31, Pali Rohár wrote: > > Hello! > > > > On Wednesday 26 August 2020 09:30:11 Andre Heider wrote: > > > Pali, > > > > > > thank you for all these espressobin fixes, much appreciated! > > > > > > This isn't direc

Re: Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

2020-08-26 Thread Andre Heider
Hi, On 26/08/2020 10:31, Pali Rohár wrote: Hello! On Wednesday 26 August 2020 09:30:11 Andre Heider wrote: Pali, thank you for all these espressobin fixes, much appreciated! This isn't directly related to the patch I'm replying to, but since you seem to be syncing down- with upstream: Upstr

Espressobin booting (Was: Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses)

2020-08-26 Thread Pali Rohár
Hello! On Wednesday 26 August 2020 09:30:11 Andre Heider wrote: > Pali, > > thank you for all these espressobin fixes, much appreciated! > > This isn't directly related to the patch I'm replying to, but since you seem > to be syncing down- with upstream: > > Upstream u-boot doesn't detect my sa

Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses

2020-08-26 Thread Andre Heider
Pali, thank you for all these espressobin fixes, much appreciated! This isn't directly related to the patch I'm replying to, but since you seem to be syncing down- with upstream: Upstream u-boot doesn't detect my sata ssd ("SATA link 0 timeout"), nor is it able to run debian's kernel (hangs

Re: [PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses

2020-08-25 Thread Stefan Roese
On 24.08.20 16:24, 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 env

[PATCH 1/5] arm: mvebu: Espressobin: Move env load addresses

2020-08-24 Thread Pali Rohár
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/MarvellEm