Re: [PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region

2024-10-19 Thread Tom Rini
On Sat, Oct 19, 2024 at 05:51:03AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 17 Oct 2024 at 17:35, Tom Rini wrote: > > > > On Thu, Oct 17, 2024 at 05:22:52PM -0600, Simon Glass wrote: > > > Hi Ilias, > > > > > > On Tue, 15 Oct 2024 at 07:32, Ilias Apalodimas > > > wrote: > > > > > > > > On

Re: [PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region

2024-10-19 Thread Simon Glass
Hi Tom, On Thu, 17 Oct 2024 at 17:35, Tom Rini wrote: > > On Thu, Oct 17, 2024 at 05:22:52PM -0600, Simon Glass wrote: > > Hi Ilias, > > > > On Tue, 15 Oct 2024 at 07:32, Ilias Apalodimas > > wrote: > > > > > > On Tue, 15 Oct 2024 at 16:26, Simon Glass wrote: > > > > > > > > Hi Ilias, > > > > >

Re: [PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region

2024-10-17 Thread Tom Rini
On Thu, Oct 17, 2024 at 05:22:52PM -0600, Simon Glass wrote: > Hi Ilias, > > On Tue, 15 Oct 2024 at 07:32, Ilias Apalodimas > wrote: > > > > On Tue, 15 Oct 2024 at 16:26, Simon Glass wrote: > > > > > > Hi Ilias, > > > > > > On Mon, 14 Oct 2024 at 22:28, Ilias Apalodimas > > > wrote: > > > > > >

Re: [PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region

2024-10-17 Thread Simon Glass
Hi Ilias, On Tue, 15 Oct 2024 at 07:32, Ilias Apalodimas wrote: > > On Tue, 15 Oct 2024 at 16:26, Simon Glass wrote: > > > > Hi Ilias, > > > > On Mon, 14 Oct 2024 at 22:28, Ilias Apalodimas > > wrote: > > > > > > Hi Simon, > > > > > > On Sat, 12 Oct 2024 at 00:23, Simon Glass wrote: > > > > >

Re: [PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region

2024-10-15 Thread Ilias Apalodimas
On Tue, 15 Oct 2024 at 16:26, Simon Glass wrote: > > Hi Ilias, > > On Mon, 14 Oct 2024 at 22:28, Ilias Apalodimas > wrote: > > > > Hi Simon, > > > > On Sat, 12 Oct 2024 at 00:23, Simon Glass wrote: > > > > > > U-Boot relocates itself to the top of memory and is supposed to avoid > > > using any

Re: [PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region

2024-10-15 Thread Simon Glass
Hi Ilias, On Mon, 14 Oct 2024 at 22:28, Ilias Apalodimas wrote: > > Hi Simon, > > On Sat, 12 Oct 2024 at 00:23, Simon Glass wrote: > > > > U-Boot relocates itself to the top of memory and is supposed to avoid > > using any memory below that region. This allows the maximum amount of > > memory to

Re: [PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region

2024-10-14 Thread Ilias Apalodimas
Hi Simon, On Sat, 12 Oct 2024 at 00:23, Simon Glass wrote: > > U-Boot relocates itself to the top of memory and is supposed to avoid > using any memory below that region. This allows the maximum amount of > memory to be available for loading images. > > The lmb subsystem automatically protects U-

[PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region

2024-10-11 Thread Simon Glass
U-Boot relocates itself to the top of memory and is supposed to avoid using any memory below that region. This allows the maximum amount of memory to be available for loading images. The lmb subsystem automatically protects U-Boot's code and data from being overwritten. It relies on this region be