Lines Matching +full:mode +full:- +full:bootloader
4 * SPDX-License-Identifier: BSD-2-Clause
15 /* "recovery" mode is triggered by the "reboot recovery" command or
17 * "boot-recovery" in the BCB message. This mode should boot the
22 /* "bootloader" mode is triggered by the "reboot bootloader" command or
24 * "bootonce-bootloader" in the BCB message. This mode should boot into
30 /** android_bootloader_boot_flow - Execute the Android Bootloader Flow.
31 * Performs the Android Bootloader boot flow, loading the appropriate Android
32 * image (normal kernel, recovery kernel or "bootloader" mode) and booting it.
33 * The boot mode is determined by the contents of the Android Bootloader
44 /** android_avb_boot_flow - Execute the Android Bootloader Flow.
53 /** android_assemble_cmdline - Assemble args for cmdline.
63 /** android_bootloader_boot_kernel- Execute the kernel boot.
71 /** android_bootloader_boot_kernel- Load and execute the kernel boot.
79 /** str_append- add str to tail.
88 /** anrdroid_fdt_overlay_apply- apply fdt overlay.
96 /** android_bcb_write- write the android bootloader message.