Lines Matching full:firmware
5 images referred to in the Trusted Firmware project.
33 Clearly, many of these images are not BootLoaders, they are simply firmware
40 Trusted Firmware Images
43 Firmware Image Package: ``FIP``
46 This is a packaging format used by TF-A to package firmware images in a single
48 platform-specific and may include TF-A images and other firmware images
57 and authenticate an updateable AP firmware image into an executable RAM
60 AP RAM Firmware: ``AP_BL2``
63 This is the 2nd stage AP firmware. It is currently also known as the "Trusted
64 Boot Firmware". Its primary purpose is to perform any additional initialization
65 required to load and authenticate all 3rd level firmware images into their
66 executable RAM locations, then hand-off control to the EL3 Runtime Firmware.
68 EL3 Runtime Firmware: ``AP_BL31``
71 Also known as "SoC AP firmware" or "EL3 monitor firmware". Its primary purpose
85 AP Normal World Firmware: ``AP_BL33``
104 Realm Monitor Management Firmware: ``RMM``
107 This is the Realm-EL2 firmware. It is required if
117 and authenticate an updateable SCP firmware image into an executable RAM
119 conjunction with other processor firmware (for example, ``AP_BL1`` and
123 may directly load/authenticate its own firmware. In these systems, it doesn't
127 SCP RAM Firmware: ``SCP_BL2`` (previously ``BL3-0``)
130 This is the 2nd stage SCP firmware. It is currently also known as the "SCP
131 runtime firmware" but it could potentially be an intermediate firmware if the
135 this has always been the 2nd stage firmware. The previous name is too
138 Firmware Update (FWU) Images
144 AP Firmware Update Boot ROM: ``AP_NS_BL1U``
148 firmware update operation, and cannot be modified. Its primary purpose is to
149 load subsequent firmware update images from an external interface and communicate
152 During firmware update, there are (potentially) multiple transitions between the
157 AP Firmware Update Config: ``AP_BL2U``
161 complete the firmware update operation. It is potentially a subset of ``AP_BL2``
164 SCP Firmware Update Config: ``SCP_BL2U`` (previously ``BL2-U0``)
168 complete the firmware update operation. It is potentially a subset of
171 AP Firmware Updater: ``AP_NS_BL2U`` (previously ``BL3-U``)
174 This is the 2nd stage AP normal world firmware updater. Its primary purpose is
175 to load a new set of firmware images from an external interface and write them
178 Other Processor Firmware Images
184 underscore and the level of the firmware image.
191 MCP RAM Firmware: ``MCP_BL2``