Re: [PATCH v2 05/39] x86: Show some EFI info with the bdinfo command

2021-10-25 Thread Simon Glass
Hi Heinrich, On Mon, 18 Oct 2021 at 11:15, Heinrich Schuchardt wrote: > > On 9/25/21 2:30 AM, Simon Glass wrote: > > It is useful to see some basic EFI info with the command as it forms part > > of the information about a board. > > > > Add a hook for this and show the table address as a start.

Re: [PATCH v2 05/39] x86: Show some EFI info with the bdinfo command

2021-10-18 Thread Heinrich Schuchardt
On 9/25/21 2:30 AM, Simon Glass wrote: It is useful to see some basic EFI info with the command as it forms part of the information about a board. Add a hook for this and show the table address as a start. While here, fix an invalid cast in setup_efi_info(). Note that this function is using a

[PATCH v2 05/39] x86: Show some EFI info with the bdinfo command

2021-09-24 Thread Simon Glass
It is useful to see some basic EFI info with the command as it forms part of the information about a board. Add a hook for this and show the table address as a start. While here, fix an invalid cast in setup_efi_info(). Note that this function is using a data structure defined by Linux so we