Re: [PATCH] efi: Make FDT extra space configurable

2025-03-02 Thread Heinrich Schuchardt
On 3/2/25 13:42, Paweł Kochanowski wrote: Hi, From: Heinrich Schuchardt Sent: Thursday, February 20, 2025 9:22 AM On 2/20/25 07:58, Ilias Apalodimas wrote: On Mon, 10 Feb 2025 at 18:07, Pawel Kochanowski wrote: From: Gabriel Nesteruk U-Boot currently reserves only 0x3000 bytes when cop

RE: [PATCH] efi: Make FDT extra space configurable

2025-03-02 Thread Paweł Kochanowski
Hi, > From: Heinrich Schuchardt > Sent: Thursday, February 20, 2025 9:22 AM > > On 2/20/25 07:58, Ilias Apalodimas wrote: > > On Mon, 10 Feb 2025 at 18:07, Pawel Kochanowski > wrote: > >> > >> From: Gabriel Nesteruk > >> > >> U-Boot currently reserves only 0x3000 bytes when copying the FDT in

Re: [PATCH] efi: Make FDT extra space configurable

2025-02-20 Thread Simon Glass
Hi Ilias, On Thu, 20 Feb 2025 at 06:50, Ilias Apalodimas wrote: > > Hi Simon, > > On Thu, 20 Feb 2025 at 15:31, Simon Glass wrote: > > > > Hi, > > > > On Thu, 20 Feb 2025 at 01:21, Heinrich Schuchardt > > wrote: > > > > > > On 2/20/25 07:58, Ilias Apalodimas wrote: > > > > On Mon, 10 Feb 2025

Re: [PATCH] efi: Make FDT extra space configurable

2025-02-20 Thread Simon Glass
Hi Heinrich, On Thu, 20 Feb 2025 at 06:47, Heinrich Schuchardt wrote: > > On 20.02.25 14:31, Simon Glass wrote: > > Hi, > > > > On Thu, 20 Feb 2025 at 01:21, Heinrich Schuchardt > > wrote: > >> > >> On 2/20/25 07:58, Ilias Apalodimas wrote: > >>> On Mon, 10 Feb 2025 at 18:07, Pawel Kochanowski

Re: [PATCH] efi: Make FDT extra space configurable

2025-02-20 Thread Ilias Apalodimas
Hi Simon, On Thu, 20 Feb 2025 at 15:31, Simon Glass wrote: > > Hi, > > On Thu, 20 Feb 2025 at 01:21, Heinrich Schuchardt wrote: > > > > On 2/20/25 07:58, Ilias Apalodimas wrote: > > > On Mon, 10 Feb 2025 at 18:07, Pawel Kochanowski > > > wrote: > > >> > > >> From: Gabriel Nesteruk > > >> > >

Re: [PATCH] efi: Make FDT extra space configurable

2025-02-20 Thread Simon Glass
Hi, On Thu, 20 Feb 2025 at 01:21, Heinrich Schuchardt wrote: > > On 2/20/25 07:58, Ilias Apalodimas wrote: > > On Mon, 10 Feb 2025 at 18:07, Pawel Kochanowski wrote: > >> > >> From: Gabriel Nesteruk > >> > >> U-Boot currently reserves only 0x3000 bytes when copying the FDT > >> in `copy_fdt()`,

Re: [PATCH] efi: Make FDT extra space configurable

2025-02-20 Thread Heinrich Schuchardt
On 20.02.25 14:31, Simon Glass wrote: Hi, On Thu, 20 Feb 2025 at 01:21, Heinrich Schuchardt wrote: On 2/20/25 07:58, Ilias Apalodimas wrote: On Mon, 10 Feb 2025 at 18:07, Pawel Kochanowski wrote: From: Gabriel Nesteruk U-Boot currently reserves only 0x3000 bytes when copying the FDT in

Re: [PATCH] efi: Make FDT extra space configurable

2025-02-20 Thread Heinrich Schuchardt
On 2/20/25 07:58, Ilias Apalodimas wrote: On Mon, 10 Feb 2025 at 18:07, Pawel Kochanowski wrote: From: Gabriel Nesteruk U-Boot currently reserves only 0x3000 bytes when copying the FDT in `copy_fdt()`, which may not be sufficient if additional nodes (such as FMAN firmware) are added later.

Re: [PATCH] efi: Make FDT extra space configurable

2025-02-19 Thread Ilias Apalodimas
On Mon, 10 Feb 2025 at 18:07, Pawel Kochanowski wrote: > > From: Gabriel Nesteruk > > U-Boot currently reserves only 0x3000 bytes when copying the FDT > in `copy_fdt()`, which may not be sufficient if additional nodes > (such as FMAN firmware) are added later. > > This patch introduces a new `CON

[PATCH] efi: Make FDT extra space configurable

2025-02-10 Thread Pawel Kochanowski
From: Gabriel Nesteruk U-Boot currently reserves only 0x3000 bytes when copying the FDT in `copy_fdt()`, which may not be sufficient if additional nodes (such as FMAN firmware) are added later. This patch introduces a new `CONFIG_FDT_EXTRA_SPACE` Kconfig option to allow users to define the amoun