Re: [PATCH 3/3] efi_loader: Move device-removal later in exit-boot-services

2025-04-06 Thread Simon Glass
Hi Heinrich, On Sun, 6 Apr 2025 at 10:30, Heinrich Schuchardt wrote: > > Am 6. April 2025 00:12:47 MESZ schrieb Simon Glass : > >This removal should be the last thing done, so that U-Boot does no more > >memory allocations afterwards. Move it and add a comment. > > > >Note that the TCG2 log is up

Re: [PATCH 3/3] efi_loader: Move device-removal later in exit-boot-services

2025-04-06 Thread Mark Kettenis
> From: Simon Glass > Date: Sun, 6 Apr 2025 10:12:47 +1200 Hi Simon, > This removal should be the last thing done, so that U-Boot does no more > memory allocations afterwards. Move it and add a comment. I really don't see what problem this is solving. If DMA is stopped before device driver me

Re: [PATCH 3/3] efi_loader: Move device-removal later in exit-boot-services

2025-04-05 Thread Heinrich Schuchardt
Am 6. April 2025 00:12:47 MESZ schrieb Simon Glass : >This removal should be the last thing done, so that U-Boot does no more >memory allocations afterwards. Move it and add a comment. > >Note that the TCG2 log is updated after this call, but I cannot see any >allocations there. > >Reported-by: Chr

[PATCH 3/3] efi_loader: Move device-removal later in exit-boot-services

2025-04-05 Thread Simon Glass
This removal should be the last thing done, so that U-Boot does no more memory allocations afterwards. Move it and add a comment. Note that the TCG2 log is updated after this call, but I cannot see any allocations there. Reported-by: Christian Kohlschütter Signed-off-by: Simon Glass --- lib/