Lines Matching full:firmware
49 * | Firmware |
54 * | Firmware |
59 /* Firmware state */
123 * struct remoteproc_fw_hdr - firmware header
128 * @img_len: Firmware image chunk byte length
163 * struct remoteproc_context - firmware context
166 * @tlvs: Location of a secure copy of the firmware TLVs
167 * @tlvs_sz: Byte size of the firmware TLVs blob.
168 * @fw_img: Firmware image
169 * @fw_img_sz: Byte size of the firmware image
172 * @rsc_pa: Physical address of the firmware resource table
173 * @rsc_size: Byte size of the firmware resource table
506 /* Secure the firmware image depending on strategy */ in remoteproc_verify_firmware()
536 DMSG("Firmware images addr: %p size: %zu", ctx->fw_img, in remoteproc_verify_firmware()
799 EMSG("Failed to parse firmware, res = %#"PRIx32, res); in remoteproc_load_elf()
807 /* Get the number of firmware images to load */ in remoteproc_load_elf()
858 * firmware. in remoteproc_load_elf()
905 /* The firmware is already loaded, do nothing */ in remoteproc_load_fw()
921 EMSG("Can't Authenticate the firmware (res = %#"PRIx32")", res); in remoteproc_load_fw()
932 /* Clear reference to firmware image from shared memory */ in remoteproc_load_fw()