Pull request for efi-2020-07-rc5-2

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Jun 19 17:29:23 CEST 2022


Dear Tom,

The following changes since commit aad77c215cdcbb11ee39db3039374be638cfcddb:

   Merge tag 'u-boot-stm32-20220617' of
https://source.denx.de/u-boot/custodians/u-boot-stm (2022-06-17 09:41:11
-0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2022-07-rc5-2

for you to fetch changes up to 68edbed454b863dbcd197e19e1ab26a0a05c7d85:

   efi_loader: initialize console size late (2022-06-19 15:53:09 +0200)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/12413

----------------------------------------------------------------
Pull request for efi-2020-07-rc5-2

Documentation Have a look at test/py/tests/test_efi_bootmgr/ as an example.:

* man-pages for booti and printenv

UEFI

* correct return value for printenv -e command
* initialize console size late

----------------------------------------------------------------
Heinrich Schuchardt (5):
       doc: man-page for bootz command
       doc: man-page for the printenv command
       cmd: correct return value for printenv -e
       test: work around for EFI terminal size probing
       efi_loader: initialize console size late

  cmd/nvedit_efi.c                                   |  4 +-
  doc/usage/cmd/bootz.rst                            | 66 ++++++++++++++++
  doc/usage/cmd/printenv.rst                         | 90
++++++++++++++++++++++
  doc/usage/index.rst                                |  2 +
  include/efi_loader.h                               |  2 +
  lib/efi_loader/efi_console.c                       | 20 +++--
  lib/efi_loader/efi_setup.c                         |  4 +
  .../test_efi_capsule/test_capsule_firmware_fit.py  |  1 +
  .../test_efi_capsule/test_capsule_firmware_raw.py  |  2 +
  9 files changed, 183 insertions(+), 8 deletions(-)
  create mode 100644 doc/usage/cmd/bootz.rst
  create mode 100644 doc/usage/cmd/printenv.rst


More information about the U-Boot mailing list