mbox series

Pull request for efi-2023-01-rc4

Message ID a5e96b59-9083-4034-6e8f-9d68d4bcc7a1@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2023-01-rc4 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-01-rc4

Message

Heinrich Schuchardt Dec. 17, 2022, 3:30 p.m. UTC
Dear Tom,

The following changes since commit 9bd3d354a1a0712ac27c717df9ad60566b0406ee:

   Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2022-12-15
13:06:00 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-01-rc4

for you to fetch changes up to 5b5f6e0d61efe55df5eab82d231f2a483d3f49e7:

   doc: update Sphinx requirements for certifi (2022-12-17 15:25:52 +0000)

----------------------------------------------------------------
Pull request for efi-2023-01-rc4

Documentation:

* Fix htmldoc build dependency

UEFI:

* Adjust EBBR version for compatibility table

----------------------------------------------------------------
Heinrich Schuchardt (1):
       doc: update Sphinx requirements for certifi

Maxim Cournoyer (1):
       doc: fix typos

Vincent Stehlé (1):
       efi: adjust ebbr to v2.1 in conformance profile

  doc/develop/process.rst              | 12 ++++++------
  doc/develop/sending_patches.rst      | 18 +++++++++---------
  doc/develop/system_configuration.rst |  6 +++---
  doc/develop/uefi/uefi.rst            |  6 +++---
  doc/sphinx/requirements.txt          |  2 +-
  include/efi_api.h                    |  2 +-
  lib/efi_loader/Kconfig               |  6 +++---
  lib/efi_loader/efi_conformance.c     |  8 ++++----
  lib/efi_selftest/efi_selftest_ecpt.c |  6 +++---
  9 files changed, 33 insertions(+), 33 deletions(-)

Comments

Tom Rini Dec. 19, 2022, 1:59 a.m. UTC | #1
On Sat, Dec 17, 2022 at 03:30:56PM +0000, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 9bd3d354a1a0712ac27c717df9ad60566b0406ee:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2022-12-15
> 13:06:00 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2023-01-rc4
> 
> for you to fetch changes up to 5b5f6e0d61efe55df5eab82d231f2a483d3f49e7:
> 
>   doc: update Sphinx requirements for certifi (2022-12-17 15:25:52 +0000)
> 

Applied to u-boot/master, thanks!