/trusted-firmware-a/plat/renesas/common/ |
A D | bl2_interrupt_error.c | 24 ERROR("\n"); in bl2_interrupt_error_id() 26 ERROR("Unhandled exception occurred.\n"); in bl2_interrupt_error_id() 34 ERROR("Unhandled exception occurred.\n"); in bl2_interrupt_error_id() 35 ERROR(" Exception type = FIQ_SP_EL0\n"); in bl2_interrupt_error_id() 40 ERROR("\n"); in bl2_interrupt_error_id() 68 ERROR("\n"); in bl2_interrupt_error_type() 69 ERROR("Unhandled exception occurred.\n"); in bl2_interrupt_error_type() 75 ERROR("\n"); in bl2_interrupt_error_type() 76 ERROR("Unhandled exception occurred.\n"); in bl2_interrupt_error_type() 79 ERROR("%s", msg); in bl2_interrupt_error_type() [all …]
|
/trusted-firmware-a/plat/ti/k3/common/ |
A D | k3_psci.c | 48 ERROR("Could not get target core id: %d\n", core); in k3_pwr_domain_on() 57 ERROR("Request for processor failed: %d\n", ret); in k3_pwr_domain_on() 79 ERROR("Request to start core failed: %d\n", ret); in k3_pwr_domain_on() 110 ERROR("Request to get cluster failed: %d\n", ret); in k3_pwr_domain_off() 125 ERROR("Sending wait for WFI failed (%d)\n", ret); in k3_pwr_domain_off() 144 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 152 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 161 ERROR("Sending wait message failed (%d)\n", ret); in k3_pwr_domain_off() 169 ERROR("Sending set control message failed (%d)\n", ret); in k3_pwr_domain_off() 186 ERROR("Sending wait message failed (%d)\n", ret); in k3_pwr_domain_off() [all …]
|
/trusted-firmware-a/tools/encrypt_fw/src/ |
A D | encrypt.c | 43 ERROR("Incorrect key format\n"); in gcm_encrypt() 55 ERROR("Incorrect IV format\n"); in gcm_encrypt() 62 ERROR("Cannot read %s\n", ip_name); in gcm_encrypt() 68 ERROR("Cannot write %s\n", op_name); in gcm_encrypt() 75 ERROR("fseek failed\n"); in gcm_encrypt() 81 ERROR("EVP_CIPHER_CTX_new failed\n"); in gcm_encrypt() 88 ERROR("EVP_EncryptInit_ex failed\n"); in gcm_encrypt() 95 ERROR("EVP_EncryptInit_ex failed\n"); in gcm_encrypt() 102 ERROR("EVP_EncryptUpdate failed\n"); in gcm_encrypt() 112 ERROR("EVP_EncryptFinal_ex failed\n"); in gcm_encrypt() [all …]
|
/trusted-firmware-a/plat/arm/board/fvp/fconf/ |
A D | fconf_hw_config_getter.c | 49 ERROR("FCONF: Failed to read GICD reg property of GIC node\n"); in fconf_populate_gicv3_config() 56 ERROR("FCONF: Failed to read GICR reg property of GIC node\n"); in fconf_populate_gicv3_config() 169 ERROR("FCONF: Unable to locate the cluster node in cpu-map node\n"); in fconf_populate_topology() 201 ERROR("FCONF: Could not read serial1 property in aliases node\n"); in fconf_populate_uart_config() 208 ERROR("FCONF: Failed to locate uart serial node using its path\n"); in fconf_populate_uart_config() 216 ERROR("FCONF: Failed to read reg property of '%s' node\n", in fconf_populate_uart_config() 229 ERROR("FCONF: failed to translate UART node base address"); in fconf_populate_uart_config() 244 ERROR("FCONF: Could not read clocks property in uart serial node\n"); in fconf_populate_uart_config() 250 ERROR("FCONF: Failed to locate clk node using its path\n"); in fconf_populate_uart_config() 261 ERROR("FCONF: Could not read clock-frequency property in clk node\n"); in fconf_populate_uart_config() [all …]
|
/trusted-firmware-a/drivers/nxp/crypto/caam/src/ |
A D | sec_jr_driver.c | 66 ERROR("Failed to reset hardware job ring\n"); in init_job_ring() 72 ERROR("Enabling DONE IRQ generation on job ring\n"); in init_job_ring() 75 ERROR("Failed to enable irqs for job ring\n"); in init_job_ring() 99 ERROR("Driver release is already in progress"); in sec_release() 124 ERROR("Driver already initialized\n"); in sec_jr_lib_init() 151 ERROR("job_ring_handle is NULL\n"); in dequeue_jr() 155 ERROR("Invalid limit parameter configuration\n"); in dequeue_jr() 172 ERROR("Error polling SEC engine job ring "); in dequeue_jr() 187 ERROR("Failed to enable irqs for job ring"); in dequeue_jr() 208 ERROR("Job ring is currently resetting\n"); in enq_jr_desc() [all …]
|
A D | sec_hw_specific.c | 97 ERROR("Descriptor Index: %d\n", in hw_handle_jmp_halt_cond_err() 108 ERROR("Descriptor Index: 0x%x", in hw_handle_deco_err() 116 ERROR("Error 0x%04x not implemented", in hw_handle_deco_err() 157 ERROR("Failed resetting job ring in hardware"); in hw_reset_job_ring() 229 ERROR("Failed to reset hw job ring\n"); in hw_shutdown_job_ring() 294 ERROR("Error writing status to Output Ring "); in hw_job_ring_error() 312 ERROR("Removed too many jobs from job ring\n"); in hw_job_ring_error() 315 ERROR("Added too many jobs on job ring\n"); in hw_job_ring_error() 501 ERROR("No descriptor returned from SEC"); in hw_poll_job_ring() 512 ERROR("desc at cidx %d\n ", job_ring->cidx); in hw_poll_job_ring() [all …]
|
/trusted-firmware-a/drivers/mentor/i2c/ |
A D | mi2cv.c | 126 ERROR("Start clear bit timeout\n"); in mentor_i2c_start_bit_set() 133 ERROR("Start bit didn't went down\n"); in mentor_i2c_start_bit_set() 169 ERROR("Stop bit didn't went down\n"); in mentor_i2c_stop_bit_set() 175 ERROR("Stop bit didn't went down\n"); in mentor_i2c_stop_bit_set() 205 ERROR("Start clear bit timeout\n"); in mentor_i2c_address_set() 280 ERROR("%s - %d: %s", __func__, __LINE__, in mentor_i2c_probe() 308 ERROR("Start clear bit timeout\n"); in mentor_i2c_data_receive() 320 ERROR("Start clear bit timeout\n"); in mentor_i2c_data_receive() 356 ERROR("Start clear bit timeout\n"); in mentor_i2c_data_transmit() 371 ERROR("Start clear bit timeout\n"); in mentor_i2c_data_transmit() [all …]
|
/trusted-firmware-a/drivers/nxp/auth/csf_hdr_parser/ |
A D | csf_hdr_parser.c | 98 ERROR("Error in installing ROTPK table\n"); in deploy_rotpk_hash_table() 236 ERROR("Invalid Key number\n"); in get_key() 246 ERROR("Selected key has been revoked\n"); in get_key() 253 ERROR("Invalid key length\n"); in get_key() 267 ERROR("ROTPK FAILURE\n"); in get_key() 272 ERROR("SECURE BOOT DEV-ENV MODE:\n"); in get_key() 273 ERROR("\tCHECK ROTPK !\n"); in get_key() 274 ERROR("\tCONTINUING ON FAILURE...\n"); in get_key() 310 ERROR("Wrong barker code in header\n"); in validate_esbc_header() 336 ERROR("RSA Public key MSB not set\n"); in validate_esbc_header() [all …]
|
/trusted-firmware-a/plat/ti/k3/common/drivers/ti_sci/ |
A D | ti_sci.c | 104 ERROR("Message receive failed (%d)\n", ret); in ti_sci_get_response() 118 ERROR("Timed out waiting for message\n"); in ti_sci_get_response() 123 ERROR("Unable to handle %lu xfer (max %d)\n", in ti_sci_get_response() 156 ERROR("Message sending failed (%d)\n", ret); in ti_sci_do_xfer() 163 ERROR("Failed to get response (%d)\n", ret); in ti_sci_do_xfer() 188 ERROR("Message alloc failed (%d)\n", ret); in ti_sci_get_revision() 194 ERROR("Transfer send failed (%d)\n", ret); in ti_sci_get_revision() 223 ERROR("Message alloc failed (%d)\n", ret); in ti_sci_device_set_state() 232 ERROR("Transfer send failed (%d)\n", ret); in ti_sci_device_set_state() 268 ERROR("Message alloc failed (%d)\n", ret); in ti_sci_device_get_state() [all …]
|
/trusted-firmware-a/tools/cert_create/src/ |
A D | main.c | 50 ERROR("Cannot find extension %s\n", oid); \ 226 ERROR("Value for '%s' not specified\n", in check_cmd_params() 235 ERROR("Key '%s' required by '%s' not " in check_cmd_params() 247 ERROR("Image for '%s' not specified\n", in check_cmd_params() 326 ERROR("Cannot initialize certificates\n"); in main() 332 ERROR("Cannot initialize keys\n"); in main() 338 ERROR("Cannot initialize extensions\n"); in main() 365 ERROR("Invalid key size '%s'\n", optarg); in main() 523 ERROR("Cannot calculate hash of %s\n", in main() 548 ERROR("Cannot create %s\n", cert->cn); in main() [all …]
|
/trusted-firmware-a/drivers/arm/gic/v3/ |
A D | gic600_multichip.c | 30 ERROR("GIC-600 connection to Routing Table Owner timed " in gicd_dchipr_wait_for_power_update_progress() 49 ERROR("GICD_CTLR group interrupts are either enabled or have " in set_gicd_dchipr_rt_owner() 85 ERROR("GICD_CTLR group interrupts are either enabled or have " in set_gicd_chipr_n() 115 ERROR("Unsupported GIC model 0x%x for multichip setup.\n", in set_gicd_chipr_n() 145 ERROR("GICD_CHIPR%u write failed\n", chip_id); in set_gicd_chipr_n() 153 ERROR("Chip %u routing table is not in consistent state\n", in set_gicd_chipr_n() 171 ERROR("GIC-600 Multichip count should not exceed %d\n", in gic600_multichip_validate_data() 187 ERROR("Invalid SPI IDs {%u, %u} passed for " in gic600_multichip_validate_data() 196 ERROR("SPI IDs of Chip %u overlapping\n", i); in gic600_multichip_validate_data() 220 ERROR("GICD_CTLR group interrupts are either enabled or have " in gic600_multichip_init() [all …]
|
/trusted-firmware-a/plat/common/ |
A D | plat_spmd_manifest.c | 37 ERROR("Missing FFA %s version in SPM Core manifest.\n", in manifest_parse_attribute() 44 ERROR("Missing FFA %s version in SPM Core manifest.\n", in manifest_parse_attribute() 51 ERROR("Missing SPMC ID in manifest.\n"); in manifest_parse_attribute() 105 ERROR("Root node doesn't contain subnode '%s'\n", in manifest_parse_root() 144 ERROR("Error while mapping SPM Core manifest.\n"); in plat_spm_core_manifest_load() 155 ERROR("Error while mapping SPM Core manifest (%d).\n", rc); in plat_spm_core_manifest_load() 161 ERROR("Wrong format for SPM Core manifest (%d).\n", rc); in plat_spm_core_manifest_load() 167 ERROR("SPM Core manifest too large.\n"); in plat_spm_core_manifest_load() 177 ERROR("Unrecognized SPM Core manifest\n"); in plat_spm_core_manifest_load() 186 ERROR("Error while unmapping SPM Core manifest (%d).\n", in plat_spm_core_manifest_load()
|
/trusted-firmware-a/plat/arm/css/sgi/ |
A D | sgi_image_load.c | 33 ERROR("NT_FW CONFIG base address is NULL"); in plat_sgi_append_config_node() 41 ERROR("Invalid NT_FW_CONFIG DTB passed\n"); in plat_sgi_append_config_node() 47 ERROR("Failed to get system-id node offset\n"); in plat_sgi_append_config_node() 54 ERROR("Failed to set platform-id\n"); in plat_sgi_append_config_node() 61 ERROR("Failed to set config-id\n"); in plat_sgi_append_config_node() 68 ERROR("Failed to set multi-chip-mode\n"); in plat_sgi_append_config_node()
|
/trusted-firmware-a/drivers/brcm/ |
A D | spi_flash.c | 96 ERROR("SF: cmd wait failed\n"); in spi_flash_cmd_wait() 104 ERROR("SF: cmd wait timeout\n"); in spi_flash_cmd_wait() 122 ERROR("SF: enabling write failed\n"); in spi_flash_write_common() 128 ERROR("SF: write cmd failed\n"); in spi_flash_write_common() 134 ERROR("SF: write timed out\n"); in spi_flash_write_common() 148 ERROR("SF: read cmd failed\n"); in spi_flash_read_common() 164 ERROR("SF: unable to claim SPI bus\n"); in spi_flash_read() 176 ERROR("SF: read failed\n"); in spi_flash_read() 222 ERROR("SF: write cmd failed\n"); in spi_flash_write() 263 ERROR("SF: erase failed\n"); in spi_flash_erase() [all …]
|
/trusted-firmware-a/drivers/marvell/ |
A D | thermal.c | 21 ERROR("initial thermal sensor configuration is missing\n"); in marvell_thermal_init() 26 ERROR("thermal sensor initialization failed\n"); in marvell_thermal_init() 38 ERROR("NULL pointer for temperature read\n"); in marvell_thermal_read() 44 ERROR("thermal sensor was not initialized\n"); in marvell_thermal_read() 49 ERROR("temperature read failed\n"); in marvell_thermal_read()
|
/trusted-firmware-a/plat/arm/common/fconf/ |
A D | fconf_sec_intr_config.c | 42 ERROR("FCONF: Unable to locate node with %s compatible property\n", in fconf_populate_sec_intr_config() 50 ERROR("FCONF: Could not locate g0s_intr_cnt property\n"); in fconf_populate_sec_intr_config() 56 ERROR("FCONF: Invalid number of Group 0 interrupts count specified\n"); in fconf_populate_sec_intr_config() 64 ERROR("FCONF: Could not locate g1s_intr_cnt property\n"); in fconf_populate_sec_intr_config() 70 ERROR("FCONF: Invalid number of Group 1 secure interrupts count specified\n"); in fconf_populate_sec_intr_config() 79 ERROR("FCONF: Total number of secure interrupts exceed limit the of %d\n", in fconf_populate_sec_intr_config() 90 ERROR("FCONF: Read cell failed for 'g0s_intr_desc': %d\n", err); in fconf_populate_sec_intr_config() 98 ERROR("FCONF: Read cell failed for 'g1s_intr_desc': %d\n", err); in fconf_populate_sec_intr_config()
|
A D | fconf_sdei_getter.c | 35 ERROR("FCONF: Can't find 'arm,sdei-1.0' compatible node in dtb\n"); in fconf_populate_sdei_dyn_config() 43 ERROR("FCONF: Read cell failed for 'private_event_count': %u\n", in fconf_populate_sdei_dyn_config() 50 ERROR("FCONF: Invalid value for 'private_event_count': %u\n", in fconf_populate_sdei_dyn_config() 59 ERROR("FCONF: Read cell failed for 'private_events': %d\n", err); in fconf_populate_sdei_dyn_config() 74 ERROR("FCONF: Read cell failed for 'shared_event_count'\n"); in fconf_populate_sdei_dyn_config() 80 ERROR("FCONF: Invalid value for 'shared_event_count': %u\n", in fconf_populate_sdei_dyn_config() 89 ERROR("FCONF: Read cell failed for 'shared_events': %d\n", err); in fconf_populate_sdei_dyn_config()
|
/trusted-firmware-a/plat/mediatek/common/drivers/pmic_wrap/ |
A D | pmic_wrap_init.c | 41 ERROR("WACS_FSM = PMIC_WRAP_WACS_VLDCLR\n"); in wait_for_state_idle() 44 ERROR("WACS_FSM = WACS_FSM_WFDLE\n"); in wait_for_state_idle() 47 ERROR("WACS_FSM = WACS_FSM_REQ\n"); in wait_for_state_idle() 88 ERROR("timeout when waiting for idle\n"); in wait_for_state_ready() 114 ERROR("initialization isn't finished\n"); in pwrap_wacs2() 125 ERROR("wait_for_fsm_idle fail,return_value=%d\n", return_value); in pwrap_wacs2() 135 ERROR("rdata is a NULL pointer\n"); in pwrap_wacs2() 143 ERROR("wait_for_fsm_vldclr fail,return_value=%d\n", in pwrap_wacs2()
|
/trusted-firmware-a/drivers/nxp/ddr/nxp-ddr/ |
A D | ddr.c | 291 ERROR("Too many 3DS DIMMs.\n"); in cal_odt() 296 ERROR("Error determing ODT.\n"); in cal_odt() 519 ERROR("DDR params error\n"); in parse_spd() 574 ERROR("Not identical DIMMs.\n"); in parse_spd() 594 ERROR("Both slot empty\n"); in parse_spd() 638 ERROR("SPD error with n_ranks\n"); in parse_spd() 687 ERROR("Unknown interleaving mode"); in assign_intlv_addr() 859 ERROR("Parsing DIMM Error\n"); in dram_init() 878 ERROR("Synthesize config error\n"); in dram_init() 885 ERROR("Assigning address error\n"); in dram_init() [all …]
|
/trusted-firmware-a/plat/nvidia/tegra/soc/t194/ |
A D | plat_ras.c | 64 ERROR("RAS error handled!\n"); in tegra194_ea_handler() 68 ERROR("sdei_dispatch_event returned %d\n", ret); in tegra194_ea_handler() 70 ERROR("Not a RAS error!\n"); in tegra194_ea_handler() 290 ERROR("**************************************\n"); in tegra194_ras_node_handler() 292 ERROR("\tStatus = 0x%" PRIx64 "\n", status); in tegra194_ras_node_handler() 303 ERROR("\tIERR = %s: 0x%x\n", in tegra194_ras_node_handler() 312 ERROR("\tUnknown IERR: 0x%x\n", ierr); in tegra194_ras_node_handler() 319 ERROR("\tOverflow (there may be more errors) - " in tegra194_ras_node_handler() 324 ERROR("\tUncorrectable (this is fatal)\n"); in tegra194_ras_node_handler() 335 ERROR("\tADDR = 0x%lx\n", read_erxaddr_el1()); in tegra194_ras_node_handler() [all …]
|
/trusted-firmware-a/plat/nvidia/tegra/drivers/bpmp_ipc/ |
A D | intf.c | 64 ERROR("%s: Error in getting next frame, exiting\n", __func__); in tegra_bpmp_get_next_out_frame() 177 ERROR("%s: invalid parameters, exiting\n", __func__); in tegra_bpmp_ipc_send_req_atomic() 193 ERROR("%s: wait for slave failed (%d)\n", __func__, ret); in tegra_bpmp_ipc_send_req_atomic() 202 ERROR("Failed to get next input frame!\n"); in tegra_bpmp_ipc_send_req_atomic() 210 ERROR("%s: free master failed (%d)\n", __func__, ret); in tegra_bpmp_ipc_send_req_atomic() 236 ERROR("%s: BPMP firmware is not ready\n", __func__); in tegra_bpmp_ipc_init() 245 ERROR("%s: carveout size is not sufficient\n", __func__); in tegra_bpmp_ipc_init() 255 ERROR("%s: IVC init failed (%d)\n", __func__, error); in tegra_bpmp_ipc_init() 294 ERROR("%s: failed for module %d with error %d\n", __func__, in tegra_bpmp_ipc_reset_module() 317 ERROR("%s: failed for module %d with error %d\n", __func__, in tegra_bpmp_ipc_enable_clock() [all …]
|
/trusted-firmware-a/plat/nvidia/tegra/soc/t194/drivers/mce/ |
A D | mce.c | 52 ERROR("%s: enter_cstate failed(%d)\n", __func__, ret); in mce_command_handler() 60 ERROR("%s: is_sc7_allowed failed(%d)\n", __func__, ret); in mce_command_handler() 68 ERROR("%s: online_core failed(%d)\n", __func__, ret); in mce_command_handler() 74 ERROR("unknown MCE command (%" PRIu64 ")\n", cmd); in mce_command_handler() 162 ERROR("MCE major version mismatch\n"); in mce_verify_firmware_version() 167 ERROR("MCE minor version mismatch\n"); in mce_verify_firmware_version() 210 ERROR("%s: flush cache_trbits failed(%d)\n", __func__, in mce_enable_strict_checking()
|
/trusted-firmware-a/drivers/arm/css/scp/ |
A D | css_bom_bootloader.c | 86 ERROR("MHU: Unexpected protocol (MHU status: 0x%x)\n", in scp_boot_message_wait() 114 ERROR("Invalid size for the SCP_BL2 image. Must be a multiple of " in css_scp_boot_image_xfer() 150 ERROR("Detected an incompatible version of the SCP firmware.\n"); in css_scp_boot_image_xfer() 151 ERROR("Only versions from v1.7.0 onwards are supported.\n"); in css_scp_boot_image_xfer() 152 ERROR("Please update the SCP firmware.\n"); in css_scp_boot_image_xfer() 163 ERROR("SCP BOOT_CMD_INFO returned error %u\n", response); in css_scp_boot_image_xfer() 182 ERROR("SCP BOOT_CMD_DATA returned error %u\n", response); in css_scp_boot_image_xfer()
|
/trusted-firmware-a/plat/nxp/common/nv_storage/ |
A D | plat_nv_storage.c | 59 ERROR("Failed to initialized driver flexspi-nor.\n"); in read_nv_app_data() 60 ERROR("exiting warm-reset request.\n"); in read_nv_app_data() 85 ERROR("Only binary value is allowed to be written.\n"); in wr_nv_app_data() 86 ERROR("Use flash instead of SNVS GPR as NV location.\n"); in wr_nv_app_data() 100 ERROR("Failed to initialized driver flexspi-nor.\n"); in wr_nv_app_data() 101 ERROR("exiting warm-reset request.\n"); in wr_nv_app_data()
|
/trusted-firmware-a/plat/nvidia/tegra/soc/t210/drivers/se/ |
A D | security_engine.c | 172 ERROR("%s: ERR: MEM_INTERFACE and SE state " in tegra_se_operation_complete() 188 ERROR("%s: SE write over AHB timeout.\n", __func__); in tegra_se_operation_complete() 226 ERROR("%s: ERR: SE status is not idle!\n", __func__); in tegra_se_operation_prepare() 258 ERROR("%s: ctx_save triggered multiple times\n", in tegra_se_context_save_atomic() 567 ERROR("%s: ERR: AES key CTX_SAVE OP failed, " in tegra_se_aeskeytable_context_save() 610 ERROR("%s: ERR: UIV CTX_SAVE OP failed, slot=%d\n", in tegra_se_aeskeytable_context_save() 660 ERROR("%s: ERR: slot=%d.\n", in tegra_se_lp_rsakeytable_context_save() 729 ERROR("%s: ERR: pka1 keytable ctx save error\n", in tegra_se_pkakeytable_context_save() 782 ERROR("%s: ERR: SRK generation failed\n", __func__); in tegra_se_context_save_sw() 885 ERROR("%s: ERR: LP SRK save failure\n", __func__); in tegra_se_context_save_sw() [all …]
|