Dear Tom,

The following changes since commit f1de0b97d1cbfd982b7a507962bb21b12a024b2f:

Merge patch series "Cleanup dma device in spl and move dma channel[0]" (2024-10-17 18:21:20 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 640c6c6cbaafa1b049118d431cf218d9dce3cdd8:

  efi_driver: use blk_create_devicef() (2024-10-18 17:05:19 +0200)

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

----------------------------------------------------------------
Pull request efi-2025-01-rc1-2

Documentation:

* Add document describing Ethernet boot on AM62x SoC
* Fix typo in blkmap command example

UEFI:

* Avoid #ifdef in efi_setup.c
* Reduce message noisiness if ESP is missing
* Remove ERROR:, WARNING: prefixes in messages
* Use blk_create_devicef() in block device driver

Others:

* Let CONFIG_CMD_WGET depend on CONFIG_CMD_NET

----------------------------------------------------------------
Chintan Vankar (1):
doc: board: ti: am62x_sk: Add document for Ethernet boot on AM62x SoC.

Heinrich Schuchardt (6):
      cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NET
      efi_loader: avoid #ifdef in efi_setup.c
      efi_loader: reduce noisiness if ESP is missing
      efi_loader: add missing lf in error message
      efi_loader: remove ERROR:, WARNING: prefixes in messages
      efi_driver: use blk_create_devicef()

Ken Kurematsu (1):
      doc: blkmap: Fix typo in command example

 cmd/Kconfig                       |   1 +
doc/board/ti/am62x_sk.rst | 196 ++++++++++++++++++++++++++++++++++++++
 doc/usage/blkmap.rst              |   2 +-
 lib/efi_driver/efi_block_device.c |   8 +-
 lib/efi_loader/efi_helper.c       |  20 ++--
 lib/efi_loader/efi_memory.c       |   2 +-
 lib/efi_loader/efi_setup.c        |  25 ++---
 lib/efi_loader/efi_var_file.c     |  22 +++--
 8 files changed, 236 insertions(+), 40 deletions(-)

Reply via email to