All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request for UEFI sub-system for efi-2021-01-rc4
@ 2020-12-20 18:37 Heinrich Schuchardt
  2020-12-20 23:06 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-12-20 18:37 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Pull request for UEFI sub-system for efi-2021-01-rc4
  2020-12-20 18:37 Pull request for UEFI sub-system for efi-2021-01-rc4 Heinrich Schuchardt
@ 2020-12-20 23:06 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-12-20 23:06 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201220/e6129fbb/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-20 23:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20 18:37 Pull request for UEFI sub-system for efi-2021-01-rc4 Heinrich Schuchardt
2020-12-20 23:06 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.