]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "bootstd: Fix efi_mgr usage in bootmeths env var"
authorTom Rini <trini@konsulko.com>
Fri, 20 Jun 2025 14:01:16 +0000 (08:01 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jun 2025 14:01:16 +0000 (08:01 -0600)
commit73fd2456231fe12db3bd5dbdab3f9f62bd8e643d
tree2e318f0fe1346bfe68d8df43baa5640bf1e345bb
parent4bbfd1c04277d83783266fae754b2227cbc5caae
parent8c61fc082e9ae045534dc2f18ed50493adf35e6d
Merge patch series "bootstd: Fix efi_mgr usage in bootmeths env var"

Sam Protsenko <semen.protsenko@linaro.org> says:

Defining the 'bootmeths' environment variable with efi_mgr causes NULL
pointer dereference when running 'bootflow scan' on the E850-96 board.
This patch series fixes that, and cleans up the surrounding code a
little while at it.

Link: https://lore.kernel.org/r/20250112034213.13153-1-semen.protsenko@linaro.org