]>
xen/efi: Handle cases where file didn't come from ESP
authorFrediano Ziglio <frediano.ziglio@cloud.com>
Thu, 26 Jun 2025 12:58:10 +0000 (14:58 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 26 Jun 2025 12:58:10 +0000 (14:58 +0200)
commit196cdc097ff1603f2a7b4d9d165313073fdf5a75
tree07ef0c28472ec9c46aae54b52a20bf90cebfa527
parent3e5f9674c0dfc1e620800ecf16db3a6e6c19b77b
xen/efi: Handle cases where file didn't come from ESP

A boot loader can load files from outside ESP.
In these cases device could be not provided or path could
be something not supported.
In these cases allows to boot anyway, all information
could be provided using UKI or using other boot loader
features.

Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
Acked-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
xen/common/efi/boot.c