Searched refs:autoboot_keyed (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dautoboot.h20 * autoboot_keyed() - check whether keyed autoboot should be used
27 bool autoboot_keyed(void);
32 * @autoboot_keyed: true to enable the feature, false to disable
35 bool autoboot_set_keyed(bool autoboot_keyed);
37 static inline bool autoboot_keyed(void) function
43 static inline bool autoboot_set_keyed(bool autoboot_keyed) argument
/u-boot/arch/sandbox/cpu/
H A Dstate.c384 bool autoboot_keyed(void) function
388 return IS_ENABLED(CONFIG_AUTOBOOT_KEYED) && state->autoboot_keyed;
391 bool autoboot_set_keyed(bool autoboot_keyed) argument
394 bool old_val = state->autoboot_keyed;
396 state->autoboot_keyed = autoboot_keyed;
H A Dstart.c428 state->autoboot_keyed = true;
432 SANDBOX_CMDLINE_OPT(autoboot_keyed, 0, "Allow keyed autoboot");
/u-boot/arch/sandbox/include/asm/
H A Dstate.h97 bool autoboot_keyed; /* Use keyed-autoboot feature */ member in struct:sandbox_state
/u-boot/common/
H A Dautoboot.c421 if (autoboot_keyed())
500 lock = autoboot_keyed() &&

Completed in 65 milliseconds