Home
last modified time | relevance | path

Searched defs:boot (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-design.md85 ### BL1
228 ### BL2
312 ### BL3-1
406 ### Using alternative Trusted Boot Firmware in place of BL1 and BL2
439 ##### Use of the X0 and X1 parameters
465 ##### MMU, Data caches & Coherency
471 ##### Data structures used in the BL3-1 cold boot interface
515 ### Using BL3-1 as the CPU reset vector
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c605 struct bootstate *boot = (struct bootstate *) boot_raw; in t_bootstrap() local
648 struct bootstate *boot; in thread_PyThread_start_new_thread() local
/device/google/marlin/recovery/gpt-utils/
Dgpt-utils.cpp282 static int gpt2_set_boot_chain(int fd, enum boot_chain boot) in gpt2_set_boot_chain()