x86: Support jumping to a UPL image
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:21 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 23:08:23 +0000 (17:08 -0600)
commit9d5072bb1d965b0077ff0a1f73adcc5b5e033099
tree7d6f3943fca7bdd9826ed6c98f92f953b2557377
parent44e39ff6acf080379c279de402ec58731d0fe66a
x86: Support jumping to a UPL image

Add a function to allow x86 boards to jump to a UPL images. Currently
only 32-bit entry is supported.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/bootm.c