Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/rk3399_ARM-atf/make_helpers/
H A Dconstraints.mk8 $(error Error: Unknown AArch32 instruction set ${AARCH32_INSTRUCTION_SET})
19 $(error ENABLE_FEAT_RME requires SEPARATE_CODE_AND_RODATA)
23 $(error ENABLE_FEAT_RME requires AArch64)
33 $(error SPMC_AT_EL3 and ENABLE_FEAT_RME cannot both be enabled.)
38 $(error ENABLE_FEAT_RME is incompatible with SPD=${SPD}. Use SPD=spmd)
43 $(error SPM_MM and ENABLE_FEAT_RME cannot both be enabled.)
49 $(error ENABLE_FEAT_RME_GDI requires ENABLE_FEAT_RME)
56 $(error ENABLE_RMM requires ENABLE_FEAT_RME=1)
65 $(error CTX_INCLUDE_EL2_REGS is available only when SPD \
77 $(error RMM must be enabled when FEAT_MEC is enabled.)
[all …]
/rk3399_ARM-atf/lib/xlat_tables_v2/
H A Dro_xlat_tables.mk8 $(error "Debugfs requires functionality from the dynamic translation \
14 $(error "RESET_TO_SP_MIN requires functionality from the dynamic \
20 $(error "Tegra requires functionality from the dynamic translation \
24 $(error "RESET_TO_BL31 requires functionality from the dynamic \
29 $(error "Trusty requires functionality from the dynamic translation \
33 $(error "SPM_MM requires functionality to change memory region \
38 $(error "EL3 SPMC requires functionality from the dynamic translation \
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_console.c99 goto error; in get_baudrate()
106 goto error; in get_baudrate()
113 goto error; in get_baudrate()
120 goto error; in get_baudrate()
125 error: in get_baudrate()
172 goto error; in fdt_add_uart_info()
179 goto error; in fdt_add_uart_info()
189 goto error; in fdt_add_uart_info()
208 error: in fdt_add_uart_info()
226 goto error; in fdt_get_uart_info()
[all …]
/rk3399_ARM-atf/services/std_svc/spm/spm_mm/
H A Dspm_mm.mk8 $(error "Error: SPD and SPM_MM are incompatible build options.")
11 $(error "Error: SPM_MM is only supported on aarch64.")
14 $(error "Error: SPM_MM is not compatible with ENABLE_SVE_FOR_NS")
17 $(error "Error: SPM_MM is not compatible with ENABLE_SME_FOR_NS")
/rk3399_ARM-atf/plat/mediatek/lib/mtk_init/
H A Dmtk_init.c22 int error; in mtk_init_one_level() local
34 error = entry->fn(); in mtk_init_one_level()
35 if (error != 0) { in mtk_init_one_level()
36 ERROR("init %s fail, errno:%d\n", entry->name, error); in mtk_init_one_level()
/rk3399_ARM-atf/include/common/tbbr/
H A Dcot_def.h51 #error "Invalid value for TF_MBEDTLS_KEY_SIZE"
59 #error "Invalid value for TF_MBEDTLS_KEY_SIZE"
62 #error "Invalid value of algorithm"
72 #error "Invalid value for TF_MBEDTLS_HASH_ALG_ID"
/rk3399_ARM-atf/drivers/qti/accesscontrol/vmidmt/
H A Dvmidmt.c140 goto error; in configure_vmids()
144 error: in configure_vmids()
218 struct hal_vmidmt_error error = { 0 }; in log_error() local
231 vmidmt_hal_get_error(&cfg->vmidmt_info, true, &error); in log_error()
233 ERROR("Error Flags: 0x%X\n", error.u_error_flags); in log_error()
234 ERROR("Bus Flags: 0x%X\n", error.u_bus_flags); in log_error()
235 ERROR("SSD Idx: 0x%X SID: 0x%X\n", error.u_ssd_index, error.u_sid); in log_error()
236 ERROR("MID: 0x%X AVMID: 0x%X\n", error.u_master_id, error.u_avmid); in log_error()
237 ERROR("ATID: 0x%X ABID: 0x%X APID: 0x%X\n", error.u_atid, error.u_abid, in log_error()
238 error.u_apid); in log_error()
[all …]
/rk3399_ARM-atf/drivers/nxp/sd/
H A Dsd_mmc.c356 int error; in mmc_switch_to_high_frquency() local
367 error = esdhc_send_cmd(mmc, CMD_SWITCH_FUNC, SET_EXT_CSD_HS_TIMING); in mmc_switch_to_high_frquency()
368 if (error != 0) { in mmc_switch_to_high_frquency()
369 return error; in mmc_switch_to_high_frquency()
371 error = esdhc_wait_response(mmc, response); in mmc_switch_to_high_frquency()
372 if (error != 0) { in mmc_switch_to_high_frquency()
373 return error; in mmc_switch_to_high_frquency()
379 error = esdhc_send_cmd(mmc, in mmc_switch_to_high_frquency()
381 if (error != 0) { in mmc_switch_to_high_frquency()
382 return error; in mmc_switch_to_high_frquency()
[all …]
/rk3399_ARM-atf/plat/arm/board/common/rotpk/
H A Darm_dev_rotpk.S15 .error "ROTPK hash not defined."
36 .error "Invalid ROTPK hash length."
50 .error "Invalid ROTPK header length."
67 .error "ROTPK not found."
/rk3399_ARM-atf/plat/renesas/common/
H A Dplat_pm.c213 int32_t error; in rcar_system_reset() local
215 error = rcar_iic_dvfs_send(PMIC, REG_KEEP10, KEEP10_MAGIC); in rcar_system_reset()
216 if (error) { in rcar_system_reset()
217 ERROR("Failed send KEEP10 magic ret=%d\n", error); in rcar_system_reset()
221 error = rcar_iic_dvfs_receive(PMIC, BKUP_MODE_CNT, &mode); in rcar_system_reset()
222 if (error) { in rcar_system_reset()
223 ERROR("Failed receive BKUP_Mode_Cnt ret=%d\n", error); in rcar_system_reset()
228 error = rcar_iic_dvfs_send(PMIC, BKUP_MODE_CNT, mode); in rcar_system_reset()
229 if (error) { in rcar_system_reset()
230 ERROR("Failed send KEEPON_DDRx ret=%d\n", error); in rcar_system_reset()
/rk3399_ARM-atf/docs/components/
H A Dras.rst33 - Kernel is prohibited from accessing the RAS error records directly
35 - Firmware signals error back to Kernel via SDEI
60 the std error records directly.
64 to lower EL. This happens when there is an error (EA) in the system which is not yet
102 This planned enhancement will improve robustness and correctness of asynchronous error handling
110 - **RAS_TRAP_NS_ERR_REC_ACCESS**: Trap Non-secure access of RAS error record registers.
147 Inject an unrecoverable RAS error, which gets handled in EL3.
187 Registering RAS error records
192 nodes contain one or more error records, which are registers through which the
193 nodes advertise various properties of the signalled error. Arm recommends that
[all …]
/rk3399_ARM-atf/drivers/mtd/spi-mem/
H A Dspi_mem.c110 bool error = false; in spi_mem_check_bus_ops() local
114 error = true; in spi_mem_check_bus_ops()
119 error = true; in spi_mem_check_bus_ops()
124 error = true; in spi_mem_check_bus_ops()
129 error = true; in spi_mem_check_bus_ops()
134 error = true; in spi_mem_check_bus_ops()
137 return error ? -EINVAL : 0; in spi_mem_check_bus_ops()
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dplatform_test.mk28 $(error Error: TF_M_TESTS_PATH not set)
32 $(error Error: TF_M_EXTRAS_PATH not set)
90 TF_CFLAGS += -Wno-error=redundant-decls
93 TF_CFLAGS += -Wno-error=return-type
102 $(error "Unsupported PLATFORM_TEST value")
/rk3399_ARM-atf/lib/extensions/amu/
H A Damu.mk11 $(error "ENABLE_AMU_AUXILIARY_COUNTERS requires ENABLE_FEAT_AMU")
14 $(error "ENABLE_AMU_AUXILIARY_COUNTERS requires ENABLE_FEAT_AMUv1p1")
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dplatform.mk12 $(error "Error: Unknown LSI. Please use LSI=<LSI name> to specify the LSI")
33 $(error "Error: ${LSI_CUT} is not supported.")
48 $(error "Error: ${LSI_CUT} is not supported.")
69 $(error "Error: ${LSI_CUT} is not supported.")
86 $(error "Error: ${LSI_CUT} is not supported.")
103 $(error "Error: ${LSI_CUT} is not supported.")
118 $(error "Error: ${LSI_CUT} is not supported.")
139 $(error "Error: ${LSI} is not supported.")
247 …$(error "Error: When you want RCAR_SYSTEM_SUSPEND to be enable, please also set PMIC_ROHM_BD9571 t…
309 …$(error "Error: When you want RCAR_SYSTEM_RESET_KEEPON_DDR to be enable, please also set PMIC_ROHM…
[all …]
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_common.mk13 $(error Error: MBEDTLS_DIR not set)
23 $(error Error: TF-A only supports MbedTLS versions > 3.x)
85 LIBMBEDTLS_CFLAGS += -Wno-error=redundant-decls
106 $(error "Invalid value for KEY_SIZE: ${KEY_SIZE}")
114 $(error "Invalid value for KEY_SIZE: ${KEY_SIZE}")
142 $(error "TF_MBEDTLS_KEY_ALG=${TF_MBEDTLS_KEY_ALG} not supported on mbed TLS")
/rk3399_ARM-atf/lib/gpt_rme/
H A Dgpt_rme.mk13 $(error "RME_GPT_BITLOCK_BLOCK must be power of 2. Invalid value ${RME_GPT_BITLOCK_BLOCK}.")
23 $(error "Invalid value for RME_GPT_MAX_BLOCK: ${RME_GPT_MAX_BLOCK}")
/rk3399_ARM-atf/include/lib/xlat_tables/aarch32/
H A Dxlat_tables_aarch32.h15 #error "PAGE_SIZE is not defined."
28 #error "Invalid granule size. AArch32 supports 4KB pages only."
/rk3399_ARM-atf/plat/brcm/board/stingray/include/
H A Dboard_info.h18 #error "IHOST_REG_TYPE not valid"
32 #error "VDDC_REG_TYPE not valid"
/rk3399_ARM-atf/plat/qti/common/src/
H A Dqti_interrupt_svc.c44 goto error; in qti_interrupt_svc_register()
59 error: in qti_interrupt_svc_register()
71 goto error; in qti_interrupt_svc_unregister()
85 error: in qti_interrupt_svc_unregister()
/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-arch.h20 #error Unable to determine Endian mode
28 #error Unable to determine Endian mode
/rk3399_ARM-atf/drivers/arm/css/scmi/
H A Dscmi_common.c180 goto error; in scmi_init()
186 goto error; in scmi_init()
194 goto error; in scmi_init()
200 goto error; in scmi_init()
210 error: in scmi_init()
/rk3399_ARM-atf/plat/xilinx/zynqmp/
H A Dplatform.mk26 $(error "Error: ZYNQMP_WDT_RESTART and SPD=pncd are incompatible")
42 $(error "ZYNQMP_ATF_MEM_BASE defined without ZYNQMP_ATF_MEM_SIZE")
59 $(error "ZYNQMP_BL32_MEM_BASE defined without ZYNQMP_BL32_MEM_SIZE")
116 $(error "Please define ZYNQMP_CONSOLE")
130 $(error "Please define CONSOLE_RUNTIME")
169 …$(error "Using BL31 as the reset vector is only one option supported on ZynqMP. Please set RESET_T…
/rk3399_ARM-atf/plat/nuvoton/npcm845x/
H A Dplatform.mk34 $(error "Unsupported ARM_TSP_RAM_LOCATION value")
57 $(error Build option ARM_RECOM_STATE_ID_ENC needs to be set if \
103 $(error "ARM_LINUX_KERNEL_AS_BL33 is only available if RESET_TO_BL31=1.")
107 $(error "ARM_LINUX_KERNEL_AS_BL33 is only available if RESET_TO_SP_MIN=1.")
112 $(error "PRELOADED_BL33_BASE must be set if ARM_LINUX_KERNEL_AS_BL33 is used.")
116 $(error "ARM_PRELOADED_DTB_BASE must be set if ARM_LINUX_KERNEL_AS_BL33 is used.")
153 $(error For SEPARATE_NOBITS_REGION, ARM_BL31_IN_DRAM must be enabled)
157 $(error For SEPARATE_NOBITS_REGION, RECLAIM_INIT_CODE cannot be supported)
176 $(error "ARM_CRYPTOCELL_INTEG needs USE_COHERENT_MEM to be set.")
341 $(error Unknown chain of trust ${COT})
[all …]
/rk3399_ARM-atf/lib/cpus/aarch64/
H A Dcortex_a320.S16 #error "Cortex-A320 must be compiled with HW_ASSISTED_COHERENCY enabled"
21 #error "Cortex-A320 supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"

12345678910>>...14