mbox series

Pull request efi-2024-01-rc2-2

Message ID a400d609-3328-41c1-abad-7c395be64228@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request efi-2024-01-rc2-2 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-01-rc2-2

Message

Heinrich Schuchardt Oct. 27, 2023, 7:20 p.m. UTC
Dear Tom,

This pull request replaces pull request efi-2024-01-rc2. The two patches
with which you saw issues are removed.

The following changes since commit fb428b61819444b9337075f49c72f326f5d12085:

   Merge branch '2023-10-24-assorted-general-fixes-and-updates'
(2023-10-24 19:12:21 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2024-01-rc2-2

for you to fetch changes up to e89827998fa47408f3d0be0384c7c19cfe8e2b3f:

   efi_loader: fix EFI_ENTRY point on get_active_pcr_banks (2023-10-26
00:36:07 +0200)

Gitlab CI showed not issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/18303

----------------------------------------------------------------
Pull request efi-2024-01-rc2-2

Documentation:

* Bump urllib3 version
* Replace references to dm_dump_all() with dm_dump_tree()
* Update description of build dependencies for Alpine Linux
* Fix typo in gpt example
* Fix ordering of shell commands

UEFI:

* Move misplace EFI_ENTRY macro

----------------------------------------------------------------
Dylan Corrales (1):
       doc: Replace dm_dump_all() with dm_dump_tree()

Ilias Apalodimas (1):
       efi_loader: fix EFI_ENTRY point on get_active_pcr_banks

Milan P. Stanić (1):
       doc: build: update description of build dependencies for Alpine Linux

Tom Fitzhenry (2):
       doc: gpt: fix example of echoing variable
       doc: usage: fix ordering of shell commands

Tom Rini (1):
       sphinx: Bump urllib3 version

  doc/build/gcc.rst                      | 10 ++++++++--
  doc/develop/driver-model/debugging.rst |  2 +-
  doc/sphinx/requirements.txt            |  2 +-
  doc/usage/cmd/gpt.rst                  |  5 +++--
  doc/usage/index.rst                    |  8 ++++----
  lib/efi_loader/efi_tcg2.c              |  3 ++-
  6 files changed, 19 insertions(+), 11 deletions(-)

Comments

Tom Rini Oct. 28, 2023, 12:51 a.m. UTC | #1
On Fri, Oct 27, 2023 at 09:20:37PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> This pull request replaces pull request efi-2024-01-rc2. The two patches
> with which you saw issues are removed.
> 
> The following changes since commit fb428b61819444b9337075f49c72f326f5d12085:
> 
>   Merge branch '2023-10-24-assorted-general-fixes-and-updates'
> (2023-10-24 19:12:21 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2024-01-rc2-2
> 
> for you to fetch changes up to e89827998fa47408f3d0be0384c7c19cfe8e2b3f:
> 
>   efi_loader: fix EFI_ENTRY point on get_active_pcr_banks (2023-10-26
> 00:36:07 +0200)
> 
> Gitlab CI showed not issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/18303
> 

Applied to u-boot/master, thanks!