On Sun, 11 Aug 2024 at 17:52, Simon Glass <[email protected]> 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 <[email protected]> > --- > > (no changes since v2) > > Changes in v2: > - Reword commit message > - Use 'Firmware vendor' instead of just 'Vendor' > > lib/efi_loader/helloworld.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/lib/efi_loader/helloworld.c b/lib/efi_loader/helloworld.c > index 586177de0c8..c4d2afcb40a 100644 > --- a/lib/efi_loader/helloworld.c > +++ b/lib/efi_loader/helloworld.c > @@ -237,6 +237,9 @@ efi_status_t EFIAPI efi_main(efi_handle_t handle, > (con_out, u"Missing device path for device > handle\r\n"); > goto out; > } > + con_out->output_string(con_out, u"Firmware vendor: "); > + con_out->output_string(con_out, systab->fw_vendor); > + con_out->output_string(con_out, u"\n"); > con_out->output_string(con_out, u"Boot device: "); > ret = print_device_path(device_path, device_path_to_text); > if (ret != EFI_SUCCESS) > -- > 2.34.1 >
- [PATCH v3 23/40] test: mbr: Use RAM for the buffers Simon Glass
- [PATCH v3 24/40] test: mbr: Drop a duplicate test Simon Glass
- [PATCH v3 25/40] efi: Use puts() in cout so that conso... Simon Glass
- [PATCH v3 26/40] efi_loader: Put back copyright messag... Simon Glass
- [PATCH v3 27/40] efi_loader: Rename and move CMD_BOOTE... Simon Glass
- [PATCH v3 28/40] efi: arm: x86: riscv: Drop crt0/reloc... Simon Glass
- [PATCH v3 29/40] efi_loader: Shorten the app rules Simon Glass
- Re: [PATCH v3 29/40] efi_loader: Shorten the app ... Ilias Apalodimas
- [PATCH v3 30/40] efi_loader: Shorten the app rules fur... Simon Glass
- [PATCH v3 31/40] efi: Show the vendor in helloworld Simon Glass
- Re: [PATCH v3 31/40] efi: Show the vendor in hell... Ilias Apalodimas
- Re: [PATCH v3 31/40] efi: Show the vendor in hell... Ilias Apalodimas
- Re: [PATCH v3 31/40] efi: Show the vendor in ... Heinrich Schuchardt
- Re: [PATCH v3 31/40] efi: Show the vendor... Simon Glass
- [PATCH v3 32/40] Revert "bootdev: avoid infinite ... Simon Glass
- [PATCH v3 34/40] efi: Use the same filename for all sa... Simon Glass
- [PATCH v3 39/40] test: Set up an image suitable for EF... Simon Glass
- [PATCH v3 40/40] efi: Add a test for the efi bootmeth Simon Glass
- [PATCH v3 36/40] efi: Disable ANSI output for tests Simon Glass
- [PATCH v3 33/40] bootstd: Make bootdev_next_prio() con... Simon Glass
- [PATCH v3 35/40] bootstd: Add debugging for efi bootme... Simon Glass

