Home
last modified time | relevance | path

Searched refs:LOAD_OPTION_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_bootmgr.c143 if (lo.attributes & LOAD_OPTION_ACTIVE) { in try_load_entry()
/openbmc/u-boot/cmd/
H A Defidebug.c503 lo.attributes = LOAD_OPTION_ACTIVE; /* always ACTIVE */ in do_efi_boot_add()
623 lo.attributes & LOAD_OPTION_ACTIVE ? 'A' : '-', in show_efi_boot_opt_data()
/openbmc/u-boot/include/
H A Defi_api.h1448 #define LOAD_OPTION_ACTIVE 0x00000001 macro