Lines Matching refs:boot
7 resulting in a simplified and more optimised boot flow.
11 specifically for the cold boot path.
38 warm boot to direct CPUs to the right execution path.
42 at the right address, both on a cold and warm reset. Therefore, the boot type
43 detection can be skipped, resulting in the following boot flow:
47 To enable this boot flow, compile TF-A with ``PROGRAMMABLE_RESET_ADDRESS=1``.
54 Cold boot on a single CPU
58 Therefore, the cold boot code has to arbitrate access to hardware resources
60 which is responsible for initialising shared hardware and coordinating the boot
65 applies. This results in the following boot flow:
69 To enable this boot flow, compile TF-A with ``COLD_BOOT_SINGLE_CPU=1``. This
77 Programmable CPU reset address, Cold boot on a single CPU
82 This results in the following boot flow:
87 To enable this boot flow, compile TF-A with both ``COLD_BOOT_SINGLE_CPU=1``
128 Determination of boot path
136 In the default, unoptimised BL31 reset flow, on a warm boot a CPU is directed
137 to the PSCI implementation via a platform defined mechanism. On a cold boot,