Pull request efi-2024-10-rc1-2
* Pull request efi-2024-10-rc1-2 @ 2024-07-14 10:53 Heinrich Schuchardt 0 siblings, 0 replies; only message in thread From: Heinrich Schuchardt @ 2024-07-14 10:53 UTC (permalink / raw) To: Tom Rini Cc: U-Boot Mailing List, Ilias Apalodimas, Jonathan Humphreys, Maxim Moskalets 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 ^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-14 10:53 UTC | newest] Thread overview: (only message) (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2024-07-14 10:53 Pull request efi-2024-10-rc1-2 Heinrich Schuchardt
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.
Read more here: Source link