Lines Matching refs:bootloader

8 a mechanism for a device's bootloader, using [AVB](https://android.googlesource.com/platform/extern…
9 to store sensitive information. For a bootloader, sensitive information
41 non-zero value is valid and may be used by the bootloader if any additional
137 The device lock is one of the setting used by the bootloader to
149 The boot lock is used by the bootloader to control whether it should
151 is cleared (0x0), the bootloader will boot anything. When the lock
153 stored in the bootloader except if `LOCK_OWNER` is set. Discussion of
156 `LOCK_BOOT` can only be toggled when in the bootloader/fastboot and if
164 The owner lock is used by the bootloader to support an alternative
169 bootloader. `LOCK_OWNER` may be toggled in the bootloader or the
174 Before `LOCK_OWNER`'s key should be honored by the bootloader, `LOCK_BOOT`
175 should be set (in the bootloader) to enforce use of the key and to keep
179 bootloader's internally stored key in that the device user should have a
194 Rollback index values, or versions, may be stored securely by the bootloader
197 but they may only be written to when the device is in the bootloader (or
213 such as requiring bootloader or hlos mode for lock toggling or
221 `ese_boot_get_state()` will return the current bootloader value,
246 there is a mechanism for the bootloader to indicate that is loading the
280 the locks or rollback storage can be read, the bootloader will need to
306 the bootloader.
334 - Prior to leaving the bootloader, clear the inBootloader signal.
337 it is critical to clear it when leaving the bootloader.
360 // Parse the stored metadata into a key as per your bootloader