Pull request efi-2024-10-rc1-2

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Jul 14 12:53:43 CEST 2024


Dear Tom,

The following changes since commit b182816c1fb436916661949213c543bf4d42250b:

   turris_1x: Normalize Kconfig usage (2024-07-13 10:42:15 -0600)

are available in the Git repository at:

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

for you to fetch changes up to da909648e13fdfb5306123f4bc2a89bf2cbf682e:

   doc: add bootelf command documentation (2024-07-14 09:56:24 +0200)

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

----------------------------------------------------------------
Pull request efi-2024-10-rc1-2

Documentation:

* use current versions of certifi and urllib3 for building documentation
* add bootelf command documentation
* correct the description of the Goldfish RTC driver
* correct heading level of itest examples

UEFI:

* print device-tree in dtbdump.efi
* consider CONFIG_EFI_IGNORE_OSINDICATIONS in TestEfiCapsuleFirmwareRaw
* correct cmd_capsule_esl_gen invocation in scripts/Makefile.lib
* use capsule CRT instead of ESL file when building capsules

Others:

* let ENV_IS_IN_EXT4 enable SYS_MMC_ENV_DEV
* check if CONFIG_SYS_MMC_ENV_DEV is defined in mmc_get_env_dev

----------------------------------------------------------------
Heinrich Schuchardt (5):
       efi_loader: print device-tree in dtbdump.efi
       rtc: fix the description of the Goldfish RTC driver
       doc: fix heading level of itest examples
       env: ENV_IS_IN_EXT4 should enable SYS_MMC_ENV_DEV
       sunxi: CONFIG_SYS_MMC_ENV_DEV undeclared

Ilias Apalodimas (1):
       test: test for ignore OsIndications

Jonathan Humphreys (2):
       scripts/Makefile.lib: fixes: Embed capsule public key in
platform's dtb
       scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL file

Maxim Moskalets (1):
       doc: add bootelf command documentation

Tom Rini (1):
       doc/sphinx/requirements.txt: Bump certifi and urllib3

  board/sandbox/capsule_pub_esl_good.esl             | Bin 831 -> 0 bytes
  board/sunxi/board.c                                |   2 +-
  configs/sandbox_defconfig                          |   2 +-
  configs/sandbox_flattree_defconfig                 |   2 +-
  doc/develop/uefi/uefi.rst                          |   8 +-
  doc/sphinx/requirements.txt                        |   4 +-
  doc/usage/cmd/bootelf.rst                          |  61 +++++
  doc/usage/cmd/itest.rst                            |   2 +-
  doc/usage/index.rst                                |   1 +
  drivers/rtc/goldfish_rtc.c                         |   4 +-
  env/Kconfig                                        |   2 +-
  lib/efi_loader/Kconfig                             |  12 +-
  lib/efi_loader/dtbdump.c                           | 261
+++++++++++++++++++++
  scripts/Makefile.lib                               |  24 +-
  .../test_efi_capsule/test_capsule_firmware_raw.py  |  21 +-
  15 files changed, 375 insertions(+), 31 deletions(-)
  delete mode 100644 board/sandbox/capsule_pub_esl_good.esl
  create mode 100644 doc/usage/cmd/bootelf.rst


More information about the U-Boot mailing list