Home
last modified time | relevance | path

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

12345678910>>...13

/rk3399_ARM-atf/make_helpers/
H A Dconstraints.mk8 $(error Error: Unknown AArch32 instruction set ${AARCH32_INSTRUCTION_SET})
14 $(error ENABLE_RME requires SEPARATE_CODE_AND_RODATA)
18 $(error ENABLE_RME requires AArch64)
22 $(error SPMC_AT_EL3 and ENABLE_RME cannot both be enabled.)
27 $(error ENABLE_RME is incompatible with SPD=${SPD}. Use SPD=spmd)
32 $(error ENABLE_FEAT_RME_GDI requires ENABLE_RME)
39 $(error CTX_INCLUDE_EL2_REGS is available only when SPD \
51 $(error FEAT_RME must be enabled when FEAT_MEC is enabled.)
54 $(error FEAT_TCR2 must be enabled when FEAT_MEC is enabled.)
57 $(error FEAT_SCTLR
[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/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/lib/cpus/aarch64/
H A Dcanyon.S16 #error "Canyon must be compiled with HW_ASSISTED_COHERENCY enabled"
21 #error "Canyon supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
25 #error "Canyon needs ERRATA_SME_POWER_DOWN=1 to powerdown correctly"
H A Dveymont.S16 #error "Veymont must be compiled with HW_ASSISTED_COHERENCY enabled"
21 #error "Veymont supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
25 #error "Veymont needs ERRATA_SME_POWER_DOWN=1 to powerdown correctly"
H A Dcaddo.S16 #error "Caddo must be compiled with HW_ASSISTED_COHERENCY enabled"
21 #error "Caddo supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
25 #error "Caddo needs ERRATA_SME_POWER_DOWN=1 to powerdown correctly"
H A Dlsc25_p_core.S16 #error "LSC25 P-core must be compiled with HW_ASSISTED_COHERENCY enabled"
21 #error "LSC25 P-core supports only AArch64. Compile with " \
26 #error "LSC25 P-core needs ERRATA_SME_POWER_DOWN=1 to powerdown correctly"
H A Dlsc25_e_core.S16 #error "LSC25 E-core must be compiled with HW_ASSISTED_COHERENCY enabled"
21 #error "LSC25 E-core supports only AArch64. Compile with " \
26 #error "LSC25 E-core needs ERRATA_SME_POWER_DOWN=1 to powerdown correctly"
H A Dc1_nano.S17 #error "Arm C1-Nano must be compiled with HW_ASSISTED_COHERENCY enabled"
22 #error "Arm C1-Nano supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
26 #error "Arm C1-Nano needs ERRATA_SME_POWER_DOWN=1 to powerdown correctly"
H A Dc1_premium.S17 #error "Arm C1-Premium must be compiled with HW_ASSISTED_COHERENCY enabled"
22 #error "Arm C1-Premium supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
26 #error "Arm C1-Premium needs ERRATA_SME_POWER_DOWN=1 to powerdown correctly"
H A Dc1_pro.S17 #error "Arm C1-Pro must be compiled with HW_ASSISTED_COHERENCY enabled"
22 #error "Arm C1-Pro supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
26 #error "Arm C1-Pro needs ERRATA_SME_POWER_DOWN=1 to powerdown correctly"
H A Dc1_ultra.S17 #error "Arm C1-Ultra must be compiled with HW_ASSISTED_COHERENCY enabled"
22 #error "Arm C1-Ultra supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
26 #error "Arm C1-Ultra needs ERRATA_SME_POWER_DOWN=1 to powerdown correctly"
/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/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/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/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."

12345678910>>...13