Searched refs:inBootloader (Results 1 – 6 of 6) sorted by relevance
99 public void requireBootloader(boolean inBootloader) { in requireBootloader() argument100 onlyInBootloader = inBootloader; in requireBootloader()279 if (globalState.inBootloader() == false) { in set()285 if (globalState.inBootloader() == true) { in set()
229 public boolean inBootloader() { in inBootloader() method in GlobalStateImpl268 if (inBootloader() == false) { in setProduction()
74 globalState.inBootloader() == false) { in setSlot()
290 if (globalState.inBootloader() == true) { in sendStorageState()
49 boolean inBootloader(); in inBootloader() method
293 - Leave the inBootloader() signal asserted (recommended but not required).305 - Leave inBootloader() signal asserted or implement the steps below in 325 Do not load any non-repair or non-factory OS without clearing the inBootloader334 - Prior to leaving the bootloader, clear the inBootloader signal.336 As rollback index values can only be written when inBootloader signal is set,