diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-10-21 08:33:44 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-11-06 10:50:04 +0100 |
commit | 2b55ad304d61d697fadb6cdfd098e8712d5a639e (patch) | |
tree | 27c720b7139204138fe9b952f1ef0e62ddae587a /drivers/timer/xilinx-timer.c | |
parent | 023d9c93932cd0106fb921290c6128705343a6da (diff) |
efi_loader: discover if no efi_system_partition is set
Variable efi_system_partition holds the efi_system_partition. Currently it
is initialized as:
{
.uclass_id = 0 = UCLASS_ROOT,
.denum = 0,
.part = 0,
}
This indicates that host 0:0 is the efi_system_partition and we see output
like:
=> bootefi hello
** Bad device specification host 0 **
Couldn't find partition host 0:0
To identify that no EFI system partition has been set use UCLASS_INVALID.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'drivers/timer/xilinx-timer.c')
0 files changed, 0 insertions, 0 deletions