Home
last modified time | relevance | path

Searched refs:successful_boot (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp164 entry.successful_boot = 0; in InitDefaultBootloaderControl()
174 entry.successful_boot = 1; in InitDefaultBootloaderControl()
256 bootctrl.slot_info[current_slot_].successful_boot = 1; in MarkBootSuccessful()
327 bootctrl.slot_info[slot].successful_boot = 0; in SetSlotAsUnbootable()
353 return bootctrl.slot_info[slot].successful_boot && bootctrl.slot_info[slot].tries_remaining; in IsSlotMarkedSuccessful()
/hardware/interfaces/boot/1.1/default/boot_control/include/private/
Dboot_control_definition.h66 uint8_t successful_boot : 1; member
/hardware/ti/am57x/bootctrl/
Dboot_control.cc188 return (bootctrl.slot_info[slot].successful_boot && in IsSlotMarkedSuccessful()
202 bootctrl.slot_info[bootctrl_module->current_slot].successful_boot = 1; in MarkBootSuccessful()
281 bootctrl.slot_info[slot].successful_boot = 0; in SetSlotAsUnbootable()
Dbootloader_message.h138 uint8_t successful_boot : 1; member