Re: [PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map

2024-11-30 Thread Tom Rini
On Fri, 29 Nov 2024 19:08:13 +0200, Ilias Apalodimas wrote: > This reverts commit ("commit a68c9ac5d8af ("efi_memory: do not add U-Boot > memory to the memory map") > This code was removed when the EFI subsystem started using LMB calls for > the reservations. In hindsight it unearthed two problem

Re: [PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map

2024-11-30 Thread Tom Rini
On Sat, Nov 30, 2024 at 08:13:24AM +0200, Ilias Apalodimas wrote: > Hi Tom > > On Sat, 30 Nov 2024 at 05:42, Tom Rini wrote: > > > > On Fri, Nov 29, 2024 at 04:27:40PM -0700, Simon Glass wrote: > > > (Sorry, that was supposed to be sent to Ilias) > > > > > > - Simon > > > > > > On Fri, 29 Nov 202

Re: [PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map

2024-11-29 Thread Ilias Apalodimas
Hi Tom On Sat, 30 Nov 2024 at 05:42, Tom Rini wrote: > > On Fri, Nov 29, 2024 at 04:27:40PM -0700, Simon Glass wrote: > > (Sorry, that was supposed to be sent to Ilias) > > > > - Simon > > > > On Fri, 29 Nov 2024 at 15:26, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Fri, 29 Nov 202

Re: [PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map

2024-11-29 Thread Tom Rini
On Fri, Nov 29, 2024 at 04:27:40PM -0700, Simon Glass wrote: > (Sorry, that was supposed to be sent to Ilias) > > - Simon > > On Fri, 29 Nov 2024 at 15:26, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Fri, 29 Nov 2024 at 10:26, Sughosh Ganu wrote: > > > > > > On Fri, 29 Nov 2024 at 22:38,

Re: [PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map

2024-11-29 Thread Simon Glass
(Sorry, that was supposed to be sent to Ilias) - Simon On Fri, 29 Nov 2024 at 15:26, Simon Glass wrote: > > Hi Sughosh, > > On Fri, 29 Nov 2024 at 10:26, Sughosh Ganu wrote: > > > > On Fri, 29 Nov 2024 at 22:38, Ilias Apalodimas > > wrote: > > > > > > This reverts commit ("commit a68c9ac5d8af

Re: [PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map

2024-11-29 Thread Simon Glass
Hi Sughosh, On Fri, 29 Nov 2024 at 10:26, Sughosh Ganu wrote: > > On Fri, 29 Nov 2024 at 22:38, Ilias Apalodimas > wrote: > > > > This reverts commit ("commit a68c9ac5d8af ("efi_memory: do not add U-Boot > > memory to the memory map") > > This code was removed when the EFI subsystem started usi

Re: [PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map

2024-11-29 Thread Sughosh Ganu
On Fri, 29 Nov 2024 at 22:38, Ilias Apalodimas wrote: > > This reverts commit ("commit a68c9ac5d8af ("efi_memory: do not add U-Boot > memory to the memory map") > This code was removed when the EFI subsystem started using LMB calls for > the reservations. In hindsight it unearthed two problems. >

[PATCH v2] efi_loader: Add U-Boot memory to the EFI memory map

2024-11-29 Thread Ilias Apalodimas
This reverts commit ("commit a68c9ac5d8af ("efi_memory: do not add U-Boot memory to the memory map") This code was removed when the EFI subsystem started using LMB calls for the reservations. In hindsight it unearthed two problems. The e820 code is adding u-boot memory as EfiReservedMemory while