mbox series

Pull request for efi-2022-10-rc3-2

Message ID 04175c09-27ff-e56d-be8e-91ac010a1715@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2022-10-rc3-2 | expand

Pull-request

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

Message

Heinrich Schuchardt Aug. 20, 2022, 2:26 p.m. UTC
Dear Tom,

The following changes since commit 1ea6966687e51cee6e273d170ba391dfe7d7f765:

   Merge tag 'fsl-qoriq-2022-8-17' of
https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2022-08-17
12:10:34 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 2a4fb47533318f26702a8e8a38a002433e75202b:

   tools: mkeficapsule: use pkg-config for each lib separat (2022-08-20
08:38:12 +0200)

Gitlab reported no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/13176

----------------------------------------------------------------
Pull request for efi-2022-10-rc3-2

Documentation:

* improve description of device probing
* describe booting RISC-V with KVM and QEMU

UEFI

* fix Makefile for mkeficapsule

----------------------------------------------------------------
AKASHI Takahiro (1):
       efi_loader: disk: remove unused field

Heiko Thiery (1):
       tools: mkeficapsule: use pkg-config for each lib separat

Heinrich Schuchardt (1):
       doc: qemu-riscv: describe booting with QEMU and KVM

Michal Suchanek (1):
       doc: dm: clarify activation.

  doc/board/emulation/qemu-riscv.rst  | 13 ++++++++++
  doc/develop/driver-model/design.rst | 47
++++++++++++++++++++++++++-----------
  lib/efi_loader/efi_disk.c           | 13 ++--------
  tools/Makefile                      |  8 +++++--
  4 files changed, 54 insertions(+), 27 deletions(-)

Comments

Tom Rini Aug. 20, 2022, 11:01 p.m. UTC | #1
On Sat, Aug 20, 2022 at 04:26:53PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 1ea6966687e51cee6e273d170ba391dfe7d7f765:
> 
>   Merge tag 'fsl-qoriq-2022-8-17' of
> https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2022-08-17
> 12:10:34 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2022-10-rc3-2
> 
> for you to fetch changes up to 2a4fb47533318f26702a8e8a38a002433e75202b:
> 
>   tools: mkeficapsule: use pkg-config for each lib separat (2022-08-20
> 08:38:12 +0200)
> 
> Gitlab reported no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/13176
> 

Applied to u-boot/master, thanks!