Lines Matching refs:code
16 | Affected | firmware update code executing before BL31 |
19 | | reported by BL1 platform code |
26 Generic Trusted Firmware (TF) BL1 code contains an SMC interface that is briefly
35 The BL1 FWU SMC handling code, currently only supported on AArch64, contains
39 1. Platform code uses TF BL1 with the ``TRUSTED_BOARD_BOOT`` build option
42 2. Platform code arranges for untrusted normal world FWU code to be executed in
43 the cold boot path, before BL31 starts. Untrusted in this sense means code
47 3. Platform code copies the insecure pattern described below from the ARM
60 of the code:
64 .. code:: c
92 This code fragment is executed when the image copy operation is performed in
102 .. code:: c
126 This code fragment is executed during the 1st invocation of the image copy
140 .. code:: c