Re: [PATCH] efi_loader: Don't carve out memory reservations too early

2024-02-26 Thread Mark Kettenis
> Date: Sat, 17 Feb 2024 12:02:56 +0100 > From: Heinrich Schuchardt Hi Heinrich, > On 2/16/24 3:17 PM, Mark Kettenis wrote: > >> Date: Fri, 16 Feb 2024 00:38:25 +0100 > >> From: Heinrich Schuchardt > >> > >> Am 16. Februar 2024 00:25:34 MEZ schrieb Mark Kettenis > >> : > >>> Moving the

Re: [PATCH] efi_loader: Don't carve out memory reservations too early

2024-02-17 Thread Heinrich Schuchardt
On 2/16/24 3:17 PM, Mark Kettenis wrote: Date: Fri, 16 Feb 2024 00:38:25 +0100 From: Heinrich Schuchardt Am 16. Februar 2024 00:25:34 MEZ schrieb Mark Kettenis : Moving the efi_carve_out_dt_rsv() call in commit 1be415b21b2d ("efi_loader: create memory reservations in ACPI case") broke boards

Re: [PATCH] efi_loader: Don't carve out memory reservations too early

2024-02-16 Thread Mark Kettenis
> Date: Fri, 16 Feb 2024 00:38:25 +0100 > From: Heinrich Schuchardt > > Am 16. Februar 2024 00:25:34 MEZ schrieb Mark Kettenis : > >Moving the efi_carve_out_dt_rsv() call in commit 1be415b21b2d > >("efi_loader: create memory reservations in ACPI case") > >broke boards that create additional

Re: [PATCH] efi_loader: Don't carve out memory reservations too early

2024-02-15 Thread Heinrich Schuchardt
Am 16. Februar 2024 00:25:34 MEZ schrieb Mark Kettenis : >Moving the efi_carve_out_dt_rsv() call in commit 1be415b21b2d >("efi_loader: create memory reservations in ACPI case") >broke boards that create additional memory reservations in >ft_board_setup() since it is now called before those

[PATCH] efi_loader: Don't carve out memory reservations too early

2024-02-15 Thread Mark Kettenis
Moving the efi_carve_out_dt_rsv() call in commit 1be415b21b2d ("efi_loader: create memory reservations in ACPI case") broke boards that create additional memory reservations in ft_board_setup() since it is now called before those additional memory reservations are made. This is the case for the