Pull request efi-2023-10-rc4

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Aug 27 09:55:17 CEST 2023


Dear Tom,

The following changes since commit e508b930021168c788f14977fc101ccc1151b3c8:

   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2023-08-25
10:52:39 -0400)

are available in the Git repository at:

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

for you to fetch changes up to cc889bd0754e50a3cd50e8ed3094388480fbec86:

   efi_loader: delete handle from events when a protocol is uninstalled
(2023-08-27 08:21:08 +0200)

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

----------------------------------------------------------------
Pull request efi-2023-10-rc4

Documentation:

* describe TPL/VPL/SPL boot
* Add support for sphinx-prompt and convert TI K3 to use it
* board: sdm845: Explicitly add boot.img flashing command

EFI:

* remove handle from events when deleting it

Others:

* fix gpt sub-commands setenv and enumerate
* add a parameter check in hash_calculate()

----------------------------------------------------------------
Heinrich Schuchardt (5):
       lib: parameter check in hash_calculate
       cmd: fix gpt setenv
       cmd: fix gpt enumerate
       cmd: let gpt_partition_entry be hexadecimal
       doc: describe TPL/VPL/SPL boot

Ilias Apalodimas (1):
       efi_loader: delete handle from events when a protocol is uninstalled

Nishanth Menon (2):
       doc: sphinx: Add sphinx-prompt
       doc: board: ti: k3: Convert to sphinx-prompt

Sumit Garg (1):
       doc: board: sdm845: Explicitly add boot.img flashing command

  cmd/gpt.c                     |  22 +--
  doc/board/qualcomm/sdm845.rst |  11 +-
  doc/board/ti/k3.rst           | 112 +++++++--------
  doc/conf.py                   |   2 +-
  doc/sphinx/requirements.txt   |   1 +
  doc/usage/index.rst           |   1 +
  doc/usage/spl_boot.rst        | 321
++++++++++++++++++++++++++++++++++++++++++
  lib/efi_loader/efi_boottime.c |  89 ++++++++----
  lib/hash-checksum.c           |   6 +-
  9 files changed, 469 insertions(+), 96 deletions(-)
  create mode 100644 doc/usage/spl_boot.rst


More information about the U-Boot mailing list