Re: [PATCH v2 11/12] efi: Support showing tables

2023-03-19 Thread Simon Glass
Hi Heinrich, On Mon, 20 Mar 2023 at 05:43, Heinrich Schuchardt wrote: > > On 3/10/23 21:49, Simon Glass wrote: > > Add a command (for the app and payload) to display the tables provided > > by EFI. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: > > - Make use of common code >

Re: [PATCH v2 11/12] efi: Support showing tables

2023-03-19 Thread Heinrich Schuchardt
On 3/10/23 21:49, Simon Glass wrote: Add a command (for the app and payload) to display the tables provided by EFI. Signed-off-by: Simon Glass --- Changes in v2: - Make use of common code cmd/Makefile | 2 +- cmd/efi.c | 33 - doc/usag