commit | 442acdadb39f09265cddc5d8df865fa13f1237b9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Oct 20 08:27:15 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 20 08:27:15 2024 -0600 |
tree | da947666cff586b29d08d7f61768d1dc41e1b789 | |
parent | 7d6db31318bd4f05b1db96e6670c8358c44fb115 [diff] | |
parent | da87af9532492f13231b1a7f0bdf2b7e5e66e08c [diff] |
Merge tag 'efi-2025-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi Pull request efi-2025-01-rc1-2 CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/22810 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