Pull request efi-2024-10-rc2

Dear Tom,
The following changes since commit 8877bc51a8a4d921ba2f163208b8b1a57ba47c18:
Merge patch series "led: implement software blinking" (2024-07-30 14:31:24 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-10-rc2
for you to fetch changes up to 939afc80b6b5de23d70789f3cb3a391dd31319b1:
dm: use list_count_nodes() for counting list nodes (2024-07-31 09:54:53 +0200)
---------------------------------------------------------------- Pull request efi-2024-10-rc2
Documentation:
* Add a description for bootmeth_android
UEFI:
* Provide and use function list_count_nodes() * Require EFI boot manager for EBBR compliance * Correct check in efi_load_option_dp_join() * Adjust config options for capsule updates
SMBIOS:
* Add extended Extended BIOS ROM Size
---------------------------------------------------------------- Caleb Connolly (1): efi_loader: add /dtbs search path
Heinrich Schuchardt (3): efi_loader: require EFI boot manager for EBBR compliance smbios: add extended Extended BIOS ROM Size efi_loader: correct check in efi_load_option_dp_join()
Ilias Apalodimas (1): efi_loader: adjust config options for capsule updates
Mattijs Korpershoek (1): doc: Add a description for bootmeth_android
Sughosh Ganu (5): linux: list: add a function to count list nodes efi_memory: use list_count_nodes() to count list entries efi_memory: avoid possible null pointer dereference efi_memory: get the efi_mem_list node directly dm: use list_count_nodes() for counting list nodes
MAINTAINERS | 1 + doc/develop/bootstd/android.rst | 39 +++++++++++++++++++++++++++++++++++++++ doc/develop/bootstd/index.rst | 1 + doc/develop/bootstd/overview.rst | 2 +- drivers/core/util.c | 14 ++------------ include/dm/util.h | 8 -------- include/linux/list.h | 15 +++++++++++++++ include/smbios.h | 1 + lib/efi_loader/Kconfig | 2 ++ lib/efi_loader/efi_fdt.c | 3 +++ lib/efi_loader/efi_helper.c | 2 +- lib/efi_loader/efi_memory.c | 33 ++++++++++++--------------------- lib/smbios.c | 9 ++++++++- test/dm/bus.c | 5 +++-- test/dm/core.c | 9 +++++---- test/dm/test-fdt.c | 5 +++-- 16 files changed, 97 insertions(+), 52 deletions(-) create mode 100644 doc/develop/bootstd/android.rst

On Wed, Jul 31, 2024 at 10:42:27AM +0200, Heinrich Schuchardt wrote:
Dear Tom,
The following changes since commit 8877bc51a8a4d921ba2f163208b8b1a57ba47c18:
Merge patch series "led: implement software blinking" (2024-07-30 14:31:24 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-10-rc2
for you to fetch changes up to 939afc80b6b5de23d70789f3cb3a391dd31319b1:
dm: use list_count_nodes() for counting list nodes (2024-07-31 09:54:53 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini