Merge patch series "vbe: Series part G"
authorTom Rini <trini@konsulko.com>
Mon, 3 Feb 2025 22:01:44 +0000 (16:01 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 3 Feb 2025 22:01:44 +0000 (16:01 -0600)
Simon Glass <sjg@chromium.org> says:

This includes the VBE ABrec (A/B/recovery) implementation as well as a
number of patches needed to make it work:

- marking some code as used by SPL_RELOC
- selection of images from a FIT based on the boot phase
- removal of unwanted hash code which increases code-size too much
- a few Kconfig-related additions for VPL

Note: The goal for the next series (part H) is to enable VBE on
rk3399-generic, i.e. able to boot on multiple rk3399-based boards with
only the TPL phase being different for each board.

Link: https://lore.kernel.org/r/20250126184333.4058848-1-sjg@chromium.org/

Trivial merge