Dear Tom,

The following changes since commit 51f65b506f37252acb3cd4184ef5e1fc20da13a2:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2020-12-16
17:43:33 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2021-01-rc4

for you to fetch changes up to 77504ee6764994f18039f7f634a419a1606296b0:

  MAINTAINERS: add tools/efivar.py to EFI PAYLOAD (2020-12-20 17:40:06
+0100)

No problems where reported by Gitlab:

https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5630
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2021-01-rc4

* Provide a tool to create a file with UEFI variables to preseed UEFI
  variable store.
* Make size of UEFI variable store configurable.
* Add man pages for commands 'bootefi' and 'button'.

----------------------------------------------------------------
Heinrich Schuchardt (4):
      doc: button command
      doc: man-page for bootefi command
      efi_loader: make variable store size customizable
      MAINTAINERS: add tools/efivar.py to EFI PAYLOAD

Paulo Alcantara (1):
      tools: add a simple script to generate EFI variables

 MAINTAINERS            |   2 +
 doc/usage/bootefi.rst  | 135 ++++++++++++++++++
 doc/usage/button.rst   |  64 +++++++++
 doc/usage/index.rst    |   2 +
 include/efi_variable.h |   2 +-
 lib/efi_loader/Kconfig |  14 ++
 tools/efivar.py        | 380
+++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 598 insertions(+), 1 deletion(-)
 create mode 100644 doc/usage/bootefi.rst
 create mode 100644 doc/usage/button.rst
 create mode 100755 tools/efivar.py

Reply via email to