mbox series

Pull request for UEFI sub-system for efi-2021-01-rc4

Message ID 7090f08d-456f-3a8f-1220-06c473e598fe@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2021-01-rc4 | expand

Pull-request

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

Message

Heinrich Schuchardt Dec. 20, 2020, 6:37 p.m. UTC
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

Comments

Tom Rini Dec. 20, 2020, 11:06 p.m. UTC | #1
On Sun, Dec 20, 2020 at 07:37:27PM +0100, Heinrich Schuchardt wrote:

> 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

Applied to u-boot/master, thanks!