Re: [PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-28 Thread Simon Glass
Hi, +Tom Rini for comment On Fri, 28 Jul 2023 at 02:35, Nikhil M Jain wrote: > > Hi Simon, > > On 27/07/23 23:31, Simon Glass wrote: > > Hi Nikhil, > > > > On Wed, 26 Jul 2023 at 23:22, Nikhil M Jain wrote: > >> > >> Hi Simon, > >> > >> On 27/07/23 06:23, Simon Glass wrote: > >>> Hi Devarsh, >

Re: [PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-28 Thread Nikhil M Jain
On 28/07/23 14:05, Nikhil M Jain wrote: Hi Simon, On 27/07/23 23:31, Simon Glass wrote: Hi Nikhil, On Wed, 26 Jul 2023 at 23:22, Nikhil M Jain wrote: Hi Simon, On 27/07/23 06:23, Simon Glass wrote: Hi Devarsh, On Wed, 26 Jul 2023 at 05:09, Devarsh Thakkar wrote: Hi Simon, On

Re: [PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-28 Thread Nikhil M Jain
Hi Simon, On 27/07/23 23:31, Simon Glass wrote: Hi Nikhil, On Wed, 26 Jul 2023 at 23:22, Nikhil M Jain wrote: Hi Simon, On 27/07/23 06:23, Simon Glass wrote: Hi Devarsh, On Wed, 26 Jul 2023 at 05:09, Devarsh Thakkar wrote: Hi Simon, On 26/07/23 02:58, Simon Glass wrote: Hi Devarsh,

Re: [PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-27 Thread Simon Glass
Hi Nikhil, On Wed, 26 Jul 2023 at 23:22, Nikhil M Jain wrote: > > Hi Simon, > > On 27/07/23 06:23, Simon Glass wrote: > > Hi Devarsh, > > > > On Wed, 26 Jul 2023 at 05:09, Devarsh Thakkar wrote: > >> > >> Hi Simon, > >> > >> On 26/07/23 02:58, Simon Glass wrote: > >>> Hi Devarsh, > >>> > >>> On

Re: [PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-26 Thread Nikhil M Jain
Hi Simon, On 27/07/23 06:23, Simon Glass wrote: Hi Devarsh, On Wed, 26 Jul 2023 at 05:09, Devarsh Thakkar wrote: Hi Simon, On 26/07/23 02:58, Simon Glass wrote: Hi Devarsh, On Tue, 25 Jul 2023 at 03:21, Devarsh Thakkar wrote: Hi Simon, On 24/07/23 20:22, Simon Glass wrote: When the

Re: [PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-26 Thread Simon Glass
Hi Devarsh, On Wed, 26 Jul 2023 at 05:09, Devarsh Thakkar wrote: > > Hi Simon, > > On 26/07/23 02:58, Simon Glass wrote: > > Hi Devarsh, > > > > On Tue, 25 Jul 2023 at 03:21, Devarsh Thakkar wrote: > >> > >> Hi Simon, > >> > >> On 24/07/23 20:22, Simon Glass wrote: > >>> When the video

Re: [PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-26 Thread Devarsh Thakkar
Hi Simon, On 26/07/23 02:58, Simon Glass wrote: > Hi Devarsh, > > On Tue, 25 Jul 2023 at 03:21, Devarsh Thakkar wrote: >> >> Hi Simon, >> >> On 24/07/23 20:22, Simon Glass wrote: >>> When the video framebuffer comes from the bloblist, we should not change >>> relocaddr to this address, since it

Re: [PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-25 Thread Simon Glass
Hi Devarsh, On Tue, 25 Jul 2023 at 03:21, Devarsh Thakkar wrote: > > Hi Simon, > > On 24/07/23 20:22, Simon Glass wrote: > > When the video framebuffer comes from the bloblist, we should not change > > relocaddr to this address, since it interfers with the normal memory > > allocation. > > > >

Re: [PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-25 Thread Devarsh Thakkar
Hi Simon, On 24/07/23 20:22, Simon Glass wrote: > When the video framebuffer comes from the bloblist, we should not change > relocaddr to this address, since it interfers with the normal memory > allocation. > > This fixes a boot loop in qemu-x86_64 > > Signed-off-by: Simon Glass > Fixes:

[PATCH 5/9] board_f: Fix corruption of relocaddr

2023-07-24 Thread Simon Glass
When the video framebuffer comes from the bloblist, we should not change relocaddr to this address, since it interfers with the normal memory allocation. This fixes a boot loop in qemu-x86_64 Signed-off-by: Simon Glass Fixes: 5bc610a7d9d ("common: board_f: Pass frame buffer info from SPL to