mbox series

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

Message ID 81ea27b9-d187-19fd-509d-58015a875898@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2020-07-rc5-2 | expand

Pull-request

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

Message

Heinrich Schuchardt June 19, 2022, 3:29 p.m. UTC
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

Comments

Tom Rini June 19, 2022, 5:11 p.m. UTC | #1
On Sun, Jun 19, 2022 at 05:29:23PM +0200, Heinrich Schuchardt wrote:

> 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
> 

Applied to u-boot/master, thanks!