Re: [PATCH v3 31/40] efi: Show the vendor in helloworld

2024-08-13 Thread Simon Glass
Hi Heinrich, On Mon, 12 Aug 2024 at 04:35, Heinrich Schuchardt wrote: > > Am 12. August 2024 09:58:28 MESZ schrieb Ilias Apalodimas > : > >On Sun, 11 Aug 2024 at 17:52, Simon Glass wrote: > >> > >> Show the vendor name so it is clear which firmware is being used, e.g. > >> whether U-Boot is pro

Re: [PATCH v3 31/40] efi: Show the vendor in helloworld

2024-08-12 Thread Heinrich Schuchardt
Am 12. August 2024 09:58:28 MESZ schrieb Ilias Apalodimas : >On Sun, 11 Aug 2024 at 17:52, Simon Glass wrote: >> >> Show the vendor name so it is clear which firmware is being used, e.g. >> whether U-Boot is providing the boot services. I never had any doubt about which firmware I am using. Ori

Re: [PATCH v3 31/40] efi: Show the vendor in helloworld

2024-08-12 Thread Ilias Apalodimas
On Sun, 11 Aug 2024 at 17:52, Simon Glass wrote: > > Show the vendor name so it is clear which firmware is being used, e.g. > whether U-Boot is providing the boot services. > > Signed-off-by: Simon Glass > --- > > (no changes since v2) > > Changes in v2: > - Reword commit message > - Use 'Firmwar

Re: [PATCH v3 31/40] efi: Show the vendor in helloworld

2024-08-12 Thread Ilias Apalodimas
On Sun, 11 Aug 2024 at 17:52, Simon Glass wrote: > > Show the vendor name so it is clear which firmware is being used, e.g. > whether U-Boot is providing the boot services. > > Signed-off-by: Simon Glass > --- > > (no changes since v2) > > Changes in v2: > - Reword commit message > - Use 'Firmwar

[PATCH v3 31/40] efi: Show the vendor in helloworld

2024-08-11 Thread Simon Glass
Show the vendor name so it is clear which firmware is being used, e.g. whether U-Boot is providing the boot services. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Reword commit message - Use 'Firmware vendor' instead of just 'Vendor' lib/efi_loader/helloworld.c | 3 ++