Re: [PATCH 10/15] efi_loader: Add support for logging EFI calls

2024-11-20 Thread Simon Glass
Hi Tom, On Thu, 31 Oct 2024 at 16:38, Tom Rini wrote: > > On Thu, Oct 31, 2024 at 11:30:58PM +0100, Heinrich Schuchardt wrote: > > > > > > Am 31. Oktober 2024 19:01:47 MEZ schrieb Simon Glass : > > >Hi Heinrich, > > > > > >On Tue, 29 Oct 2024 at 23:32, Heinrich Schuchardt > > >wrote: > > >> > >

Re: [PATCH 10/15] efi_loader: Add support for logging EFI calls

2024-10-31 Thread Tom Rini
On Thu, Oct 31, 2024 at 11:30:58PM +0100, Heinrich Schuchardt wrote: > > > Am 31. Oktober 2024 19:01:47 MEZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Tue, 29 Oct 2024 at 23:32, Heinrich Schuchardt wrote: > >> > >> > >> > >> Am 28. Oktober 2024 13:48:01 MEZ schrieb Simon Glass : > >> >The c

Re: [PATCH 10/15] efi_loader: Add support for logging EFI calls

2024-10-31 Thread Heinrich Schuchardt
Am 31. Oktober 2024 19:01:47 MEZ schrieb Simon Glass : >Hi Heinrich, > >On Tue, 29 Oct 2024 at 23:32, Heinrich Schuchardt wrote: >> >> >> >> Am 28. Oktober 2024 13:48:01 MEZ schrieb Simon Glass : >> >The current logging system suffers from some disadvantages, mainly that >> >it writes its outpu

Re: [PATCH 10/15] efi_loader: Add support for logging EFI calls

2024-10-31 Thread Simon Glass
Hi Heinrich, On Tue, 29 Oct 2024 at 23:32, Heinrich Schuchardt wrote: > > > > Am 28. Oktober 2024 13:48:01 MEZ schrieb Simon Glass : > >The current logging system suffers from some disadvantages, mainly that > >it writes its output to the console and cannot be easily reviewed. > > > >Add a dedica

Re: [PATCH 10/15] efi_loader: Add support for logging EFI calls

2024-10-29 Thread Heinrich Schuchardt
Am 28. Oktober 2024 13:48:01 MEZ schrieb Simon Glass : >The current logging system suffers from some disadvantages, mainly that >it writes its output to the console and cannot be easily reviewed. > >Add a dedicated log, storing records in a binary format and including >the result codes and any r

Re: [PATCH 10/15] efi_loader: Add support for logging EFI calls

2024-10-29 Thread Heinrich Schuchardt
Am 28. Oktober 2024 13:48:01 MEZ schrieb Simon Glass : >The current logging system suffers from some disadvantages, mainly that >it writes its output to the console and cannot be easily reviewed. > >Add a dedicated log, storing records in a binary format and including >the result codes and any r

[PATCH 10/15] efi_loader: Add support for logging EFI calls

2024-10-28 Thread Simon Glass
The current logging system suffers from some disadvantages, mainly that it writes its output to the console and cannot be easily reviewed. Add a dedicated log, storing records in a binary format and including the result codes and any return values from each call. The log is built sequentially in m