Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 25 of 213) sorted by relevance

123456789

/rk3399_ARM-atf/drivers/fwu/
H A Dfwu.c70 WARN("Incorrect FWU Metadata version of %u\n", in fwu_metadata_sanity_check()
76 WARN("Active Index value(%u) greater than the configured value(%d)", in fwu_metadata_sanity_check()
82 WARN("Previous Active Index value(%u) greater than the configured value(%d)", in fwu_metadata_sanity_check()
89 WARN("Number of Banks(%u) in FWU Metadata different from the configured value(%d)", in fwu_metadata_sanity_check()
95 WARN("Number of Images(%u) in FWU Metadata different from the configured value(%d)", in fwu_metadata_sanity_check()
101 WARN("Descriptor Offset(0x%x) in the FWU Metadata not equal to 0x20\n", in fwu_metadata_sanity_check()
107 WARN("Descriptor offset has non zero value of 0x%x\n", in fwu_metadata_sanity_check()
137 WARN("Failed to set reference to image id=%u (%i)\n", in fwu_metadata_load()
144 WARN("Failed to load image id id=%u (%i)\n", in fwu_metadata_load()
153 WARN("Failed to read image id=%u (%i)\n", image_id, result); in fwu_metadata_load()
[all …]
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_fdt.c53 WARN("FIT image detected, TF-A will not update DTB for DDR address space\n"); in is_valid_dtb()
67 WARN("Failed to add dynamic region for dtb: error %d\n", in add_mmap_dynamic_region()
80 WARN("Failed to remove dynamic region for dtb:error %d\n", in remove_mmap_dynamic_region()
119 WARN("Failed to add PSCI Device Tree node\n"); in prepare_dtb()
123 WARN("Failed to add PSCI cpu enable methods in DT\n"); in prepare_dtb()
134 WARN("Failed to add reserved memory nodes for BL31 to DT.\n"); in prepare_dtb()
138 WARN("Reserved memory pre-exists in DT.\n"); in prepare_dtb()
143 WARN("Failed to pack dtb at %p: error %d\n", dtb, ret); in prepare_dtb()
153 WARN("Failed to remove mmap dynamic regions.\n"); in prepare_dtb()
/rk3399_ARM-atf/plat/mediatek/drivers/emi_mpu/
H A Demi_mpu_common.c37 WARN("invalid region, domain\n"); in _emi_mpu_set_protection()
43 WARN("invalid region\n"); in _emi_mpu_set_protection()
60 WARN("invalid range\n"); in _emi_mpu_set_protection()
81 WARN("invalid region number\n"); in emi_mpu_clear_protection()
87 WARN("SW:region is locked\n"); in emi_mpu_clear_protection()
92 WARN("HW:EMI-MPU region is locked\n"); in emi_mpu_clear_protection()
98 WARN("HW:SUB EMI-MPU region is locked\n"); in emi_mpu_clear_protection()
142 WARN("invalid region\n"); in emi_mpu_set_protection()
153 WARN("Failed to set emi mpu protection(%d, %d, %d)\n", in emi_mpu_set_protection()
/rk3399_ARM-atf/bl1/
H A Dbl1_fwu.c240 WARN("BL1-FWU: Invalid image ID %u\n", image_id); in bl1_fwu_image_copy()
249 WARN("BL1-FWU: Copy not allowed from secure world.\n"); in bl1_fwu_image_copy()
253 WARN("BL1-FWU: Copy not allowed for non-secure images.\n"); in bl1_fwu_image_copy()
260 WARN("BL1-FWU: Copy not allowed at this point of the FWU" in bl1_fwu_image_copy()
267 WARN("BL1-FWU: Copy not allowed due to invalid image source" in bl1_fwu_image_copy()
295 WARN("BL1-FWU: Copy not allowed due to invalid image" in bl1_fwu_image_copy()
302 WARN("BL1-FWU: Image size out of bounds\n"); in bl1_fwu_image_copy()
312 WARN("BL1-FWU: This image overlaps another one\n"); in bl1_fwu_image_copy()
330 WARN("BL1-FWU: Block size is too big, clipping it.\n"); in bl1_fwu_image_copy()
336 WARN("BL1-FWU: Source image is not mapped.\n"); in bl1_fwu_image_copy()
[all …]
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.c90 WARN("%s(0x%zx) desc_size not 16-byte aligned\n", in spmc_shmem_obj_alloc()
99 WARN("%s(0x%zx) desc_size overflow\n", in spmc_shmem_obj_alloc()
105 WARN("%s(0x%zx) failed, free 0x%zx\n", in spmc_shmem_obj_alloc()
255 WARN("Unaligned composite memory region descriptor offset.\n"); in spmc_shmem_obj_get_comp_mrd()
347 WARN("Overlapping mem regions 0x%lx-0x%lx & 0x%lx-0x%lx\n", in overlapping_memory_regions()
718 WARN("%s: invalid length %zu < %u\n", __func__, fragment_length, in spmc_validate_mtd_start()
724 WARN("%s: unsupported attribute desc count %u.\n", in spmc_validate_mtd_start()
737 WARN("%s: Emad offset %" PRIx32 " is not 16-byte aligned.\n", in spmc_validate_mtd_start()
742 WARN("%s: Emad offset too small: 0x%" PRIx32 " < 0x%zx.\n", in spmc_validate_mtd_start()
749 WARN("%s: Bad emad size (%" PRIu32 " < %zu).\n", __func__, in spmc_validate_mtd_start()
[all …]
/rk3399_ARM-atf/drivers/io/
H A Dio_encrypted.c92 WARN("Failed to obtain reference to image id=%u (%i)\n", in enc_dev_init()
121 WARN("Failed to open backend device (%i)\n", result); in enc_file_open()
137 WARN("Failed to read blob length (%i)\n", result); in enc_file_len()
171 WARN("Failed to read encryption header (%i)\n", result); in enc_file_read()
176 WARN("Encryption header check failed.\n"); in enc_file_read()
185 WARN("Incorrect IV or tag length\n"); in enc_file_read()
191 WARN("Failed to read encrypted payload (%i)\n", result); in enc_file_read()
201 WARN("Failed to obtain encryption key (%i)\n", result); in enc_file_read()
H A Dio_fip.c233 WARN("Failed to obtain reference to image id=%u (%i)\n", in fip_dev_init()
243 WARN("Failed to access image id=%u (%i)\n", image_id, result); in fip_dev_init()
252 WARN("Firmware Image Package header check failed.\n"); in fip_dev_init()
304 WARN("fip_file_open : Only one open file at a time.\n"); in fip_file_open()
312 WARN("Failed to open Firmware Image Package (%i)\n", result); in fip_file_open()
321 WARN("fip_file_open: failed to seek\n"); in fip_file_open()
338 WARN("Failed to read FIP (%i)\n", result); in fip_file_open()
396 WARN("Failed to open FIP (%i)\n", result); in fip_file_read()
408 WARN("fip_file_read: failed to seek\n"); in fip_file_read()
416 WARN("Failed to read payload (%i)\n", result); in fip_file_read()
/rk3399_ARM-atf/drivers/nxp/i2c/
H A Di2c.c43 WARN("I2C arbitration lost\n"); in wait_for_state()
55 WARN("I2C: Timeout waiting for state 0x%x, sr = 0x%x\n", state, sr); in wait_for_state()
68 WARN("%s: state error\n", __func__); in tx_byte()
72 WARN("%s: nodev\n", __func__); in tx_byte()
89 WARN("I2C: Generating stop failed.\n"); in gen_stop()
101 WARN("I2C: Unsupported address len [%d]\n", alen); in i2c_write_addr()
106 WARN("I2C: slave address same as self\n"); in i2c_write_addr()
247 WARN("write addr failed\n"); in i2c_probe_chip()
253 WARN("I2C: Probe not complete.\n"); in i2c_probe_chip()
/rk3399_ARM-atf/drivers/marvell/
H A Damb_adec.c50 WARN("Window %d: base address is too big 0x%" PRIx64 "\n", in amb_check_win()
53 WARN("Set the base address to 0x%" PRIx64 "\n", win->base_addr); in amb_check_win()
61 WARN("Window %d: base address unaligned to 0x%x\n", in amb_check_win()
63 WARN("Align up the base address to 0x%" PRIx64 "\n", win->base_addr); in amb_check_win()
68 WARN("Window %d: window size is not power of 2 (0x%" PRIx64 ")\n", in amb_check_win()
71 WARN("Rounding size to 0x%" PRIx64 "\n", win->win_size); in amb_check_win()
/rk3399_ARM-atf/plat/arm/board/arm_fpga/
H A Dfpga_bl31_setup.c199 WARN("Cannot read PL011 MMIO base\n"); in fpga_get_system_frequency()
202 WARN("No PL011 DT node\n"); in fpga_get_system_frequency()
226 WARN("%s(): No PL011 DT node found\n", __func__); in fpga_dtb_update_clock()
233 WARN("Cannot find clocks property\n"); in fpga_dtb_update_clock()
240 WARN("Cannot get phandle\n"); in fpga_dtb_update_clock()
250 WARN("Could not update DT baud clock frequency\n"); in fpga_dtb_update_clock()
322 WARN("Failed to add reserved memory node to DT\n"); in fpga_prepare_dtb()
346 WARN("Not overwriting already existing /cpus node in DTB\n"); in fpga_prepare_dtb()
H A Dfpga_gicv3.c49 WARN("No \"arm,gic-v3\" compatible node found in DT, no GIC support.\n"); in plat_fpga_gic_init()
57 WARN("Could not read GIC distributor address from DT.\n"); in plat_fpga_gic_init()
86 WARN("GICv3: found unexpected frame 0x%x\n", in plat_fpga_gic_init()
116 WARN("Could not read GIC redistributor address from DT.\n"); in plat_fpga_gic_init()
/rk3399_ARM-atf/plat/mediatek/mt8186/drivers/emi_mpu/
H A Demi_mpu.c33 WARN("invalid region, domain\n"); in _emi_mpu_set_protection()
39 WARN("invalid region\n"); in _emi_mpu_set_protection()
56 WARN("invalid range\n"); in _emi_mpu_set_protection()
78 WARN("invalid region\n"); in emi_mpu_set_protection()
89 WARN("failed to set emi mpu protection(%d, %d, %d)\n", in emi_mpu_set_protection()
/rk3399_ARM-atf/common/
H A Dbl_common.c91 WARN("Failed to obtain reference to image id=%u (%i)\n", in load_image()
99 WARN("Failed to access image id=%u (%i)\n", in load_image()
109 WARN("Failed to determine the size of the image id=%u (%i)\n", in load_image()
115 WARN("image id=%u size is zero\n", image_id); in load_image()
122 WARN("Image id=%u size out of bounds\n", image_id); in load_image()
137 WARN("Failed to load image id=%u (%i)\n", image_id, io_result); in load_image()
H A Dfdt_wrappers.c46 WARN("Property length mismatch\n"); in fdt_read_uint32_array()
124 WARN("Couldn't find property %s in dtb\n", prop); in fdtw_read_bytes()
130 WARN("Property length mismatch\n"); in fdtw_read_bytes()
158 WARN("Couldn't find property %s in dtb\n", prop); in fdtw_read_string()
164 WARN("String of property %s in dtb has been truncated\n", prop); in fdtw_read_string()
231 WARN("Modify property %s failed with error %d\n", prop, err); in fdtw_write_inplace_cells()
259 WARN("Couldn't find property %s in dtb\n", prop); in fdtw_write_inplace_bytes()
265 WARN("Property length mismatch\n"); in fdtw_write_inplace_bytes()
274 WARN("Set property %s failed with error %d\n", prop, err); in fdtw_write_inplace_bytes()
311 WARN("Couldn't find \"reg\" property in dtb\n"); in fdt_get_reg_props_by_index()
/rk3399_ARM-atf/drivers/renesas/common/io/
H A Dio_rcar.c416 WARN("%s: failed to get offset\n", __func__); in load_bl33x()
426 WARN("%s: Failed to open FIP (%i)\n", __func__, rc); in load_bl33x()
433 WARN("%s: failed to seek\n", __func__); in load_bl33x()
440 WARN("%s: check load area\n", __func__); in load_bl33x()
447 WARN("%s: failed to read\n", __func__); in load_bl33x()
479 WARN("Failed to obtain reference to img %ld (%i)\n", name, rc); in rcar_dev_init()
489 WARN("Failed to access img %ld (%i)\n", name, rc); in rcar_dev_init()
518 WARN("Firmware Image Package header failed to seek\n"); in rcar_dev_init()
524 WARN("Firmware Image Package header failed to read\n"); in rcar_dev_init()
534 WARN("Firmware Image Package header check failed.\n"); in rcar_dev_init()
[all …]
/rk3399_ARM-atf/plat/mediatek/drivers/ufs/
H A Dufs_ctrl.c57 WARN("%s: register lp resource failed\n", __func__); in ufs_rsc_ctrl()
70 WARN("%s: RSC_%d %s failed\n", __func__, rsc, hold ? "request" : "release"); in ufs_rsc_ctrl()
142 WARN("[UFS] invalid argument 0x%lx from kernel\n", x1); in ufs_knl_ctrl()
164 WARN("[UFS] invalid argument 0x%lx from bootloader\n", x1); in ufs_bl_ctrl()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_dyn_cfg_helpers.c56 WARN("Invalid DTB file passed as%s\n", " TB_FW_CONFIG"); in arm_dyn_tb_fw_cfg_init()
63 WARN("The compatible property '%s' not%s", "arm,tb_fw", in arm_dyn_tb_fw_cfg_init()
149 WARN("Invalid DTB file passed\n"); in arm_set_dpe_context_handle()
156 WARN("The compatible property '%s' not%s", compatible, in arm_set_dpe_context_handle()
255 WARN("The compatible property '%s'%s", compatible, in arm_get_tb_fw_info()
297 WARN("Invalid DTB file passed\n"); in arm_set_event_log_info()
304 WARN("The compatible property '%s' not%s", compatible, in arm_set_event_log_info()
511 WARN("The compatible property '%s'%s", compatible, in arm_get_tb_fw_info()
/rk3399_ARM-atf/tools/cert_create/include/
H A Ddebug.h42 # define WARN(...) printf("WARNING: " __VA_ARGS__) macro
44 # define WARN(...) macro
/rk3399_ARM-atf/tools/encrypt_fw/include/
H A Ddebug.h42 # define WARN(...) printf("WARNING: " __VA_ARGS__) macro
44 # define WARN(...) macro
/rk3399_ARM-atf/plat/mediatek/mt8192/drivers/emi_mpu/
H A Demi_mpu.c31 WARN("Region:%u or dgroup:%u is wrong!\n", region, dgroup); in _emi_mpu_set_protection()
41 WARN("start:0x%lx or end:0x%lx address is wrong!\n", in _emi_mpu_set_protection()
66 WARN("region %d:\n", region); in dump_emi_mpu_regions()
67 WARN("\tsa:0x%lx, ea:0x%lx, apc0: 0x%lx apc1: 0x%lx\n", in dump_emi_mpu_regions()
/rk3399_ARM-atf/plat/allwinner/common/
H A Dsunxi_prepare_dtb.c33 WARN("Failed to add reserved memory nodes to DT.\n"); in sunxi_prepare_dtb()
42 WARN("Failed to add idle states to DT: %d\n", ret); in sunxi_prepare_dtb()
/rk3399_ARM-atf/plat/amd/versal2/
H A Dsip_svc_setup.c76 WARN("SMC out of SiP assinged range: 0x%x\n", smc_fid); in sip_svc_smc_handler()
104 WARN("SCMI is not working on EMU\n"); in sip_svc_smc_handler()
112 WARN("Unimplemented SiP Service Call: 0x%x\n", smc_fid); in sip_svc_smc_handler()
/rk3399_ARM-atf/drivers/arm/css/sds/
H A Dsds.c75 WARN("SDS: Invalid structure header detected\n"); in validate_sds_struct_headers()
167 WARN("SDS: Reading from un-finalized structure 0x%x\n", in sds_struct_read()
216 WARN("SDS: Writing to un-finalized structure 0x%x\n", in sds_struct_write()
259 WARN("SDS: Unsupported SDS schema version\n"); in sds_init()
265 WARN("SDS: SDS Memory Region exceeds size limit\n"); in sds_init()
/rk3399_ARM-atf/lib/xlat_tables_v2/
H A Dxlat_tables_utils.c303 WARN("Missing xlat table entry at address 0x%lx\n", in find_xlat_table_entry()
373 WARN("Address 0x%lx is not mapped.\n", base_va); in xlat_get_mem_attributes_internal()
510 WARN("%s: Address 0x%lx is not aligned on a page boundary.\n", in xlat_change_mem_attributes_ctx()
516 WARN("%s: Size is 0.\n", __func__); in xlat_change_mem_attributes_ctx()
521 WARN("%s: Size 0x%zx is not a multiple of a page size.\n", in xlat_change_mem_attributes_ctx()
527 WARN("%s: Mapping memory as read-write and executable not allowed.\n", in xlat_change_mem_attributes_ctx()
553 WARN("Address 0x%lx is not mapped.\n", base_va); in xlat_change_mem_attributes_ctx()
565 WARN("Address 0x%lx is not mapped at the right granularity.\n", in xlat_change_mem_attributes_ctx()
567 WARN("Granularity is 0x%lx, should be 0x%lx.\n", in xlat_change_mem_attributes_ctx()
578 WARN("Setting device memory as executable at address 0x%lx.", in xlat_change_mem_attributes_ctx()
/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_hal.c156 WARN("pmic i2c read failed ret %d\n", ret); in upower_pmic_i2c_write()
163 WARN("i2c poll Failure %d, err_code %d, ret_val 0x%x\n", in upower_pmic_i2c_write()
184 WARN("pmic i2c read failed ret %d\n", ret); in upower_pmic_i2c_read()
191 WARN("i2c poll Failure %d, err_code %d, ret_val 0x%x\n", in upower_pmic_i2c_read()

123456789