Home
last modified time | relevance | path

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

1234567891011

/arm-trusted-firmware-2.8.0/make_helpers/
A Dbuild_env.mk17 DEL := $$(error "Replace DEL with call to SHELL_DELETE.")
18 MD := $$(error "Replace MD with call to MAKE_PREREQ_DIR.")
19 MKDIR := $$(error "Replace MKDIR with call to MAKE_PREREQ_DIR.")
20 RD := $$(error "Replace RD with call to SHELL_REMOVE_DIR.")
21 RM := $$(error "Replace RM with call to SHELL_DELETE.")
54 $(error "SHELL_COPY not defined for build environment.")
57 $(error "SHELL_COPY_TREE not defined for build environment.")
60 $(error "SHELL_DELETE_ALL not defined for build environment.")
63 $(error "SHELL_DELETE not defined for build environment.")
66 $(error "MAKE_PREREQ_DIR not defined for build environment.")
[all …]
A Dplat_helpers.mk15 $(error "Error: Unknown platform. Please use PLAT=<platform name> to specify the platform")
32 $(error "Error: Invalid platform. The following platforms are available: ${PLATFORM_LIST}")
/arm-trusted-firmware-2.8.0/drivers/auth/cryptocell/712/
A Dcryptocell_plat_helpers.c33 CCError_t error; in cc_get_rotpk_hash() local
40 error = NVM_GetLCS(PLAT_CRYPTOCELL_BASE, &lcs); in cc_get_rotpk_hash()
41 if (error != CC_OK) in cc_get_rotpk_hash()
59 error = NVM_ReadHASHPubKey(PLAT_CRYPTOCELL_BASE, in cc_get_rotpk_hash()
62 if (error != CC_OK) in cc_get_rotpk_hash()
77 CCError_t error = CC_FAIL; in plat_get_nv_ctr() local
80 error = NVM_GetSwVersion(PLAT_CRYPTOCELL_BASE, in plat_get_nv_ctr()
83 error = NVM_GetSwVersion(PLAT_CRYPTOCELL_BASE, in plat_get_nv_ctr()
87 return (error != CC_OK); in plat_get_nv_ctr()
101 CCError_t error = CC_FAIL; in plat_set_nv_ctr() local
[all …]
/arm-trusted-firmware-2.8.0/drivers/auth/cryptocell/713/
A Dcryptocell_plat_helpers.c25 CCError_t error; in cc_get_rotpk_hash() local
34 error = CC_BsvLcsGet(PLAT_CRYPTOCELL_BASE, &lcs); in cc_get_rotpk_hash()
35 if (error != CC_OK) in cc_get_rotpk_hash()
43 error = CC_BsvPubKeyHashGet(PLAT_CRYPTOCELL_BASE, in cc_get_rotpk_hash()
47 if (error == CC_BSV_HASH_NOT_PROGRAMMED_ERR) { in cc_get_rotpk_hash()
52 if (error == CC_OK) { in cc_get_rotpk_hash()
73 CCError_t error = CC_FAIL; in plat_get_nv_ctr() local
76 error = CC_BsvSwVersionGet(PLAT_CRYPTOCELL_BASE, in plat_get_nv_ctr()
83 return (error != CC_OK); in plat_get_nv_ctr()
97 CCError_t error = CC_FAIL; in plat_set_nv_ctr() local
[all …]
A Dcryptocell_crypto.c82 CCError_t error; in verify_signature() local
198 error = CC_BsvSha256((uintptr_t)PLAT_CRYPTOCELL_BASE, in verify_signature()
200 if (error != CC_OK) in verify_signature()
204 error = CC_BsvRsaPssVerify((uintptr_t)PLAT_CRYPTOCELL_BASE, NBuff, in verify_signature()
207 if ((error != CC_OK) || (is_verified != CC_TRUE)) in verify_signature()
229 CCError_t error; in verify_hash() local
261 error = CC_BsvSha256((uintptr_t)PLAT_CRYPTOCELL_BASE, data_ptr, in verify_hash()
263 if (error != CC_OK) in verify_hash()
/arm-trusted-firmware-2.8.0/lib/xlat_tables_v2/
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 \
/arm-trusted-firmware-2.8.0/services/std_svc/spm/spm_mm/
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")
/arm-trusted-firmware-2.8.0/plat/mediatek/lib/mtk_init/
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()
/arm-trusted-firmware-2.8.0/drivers/nxp/sd/
A Dsd_mmc.c356 int error; in mmc_switch_to_high_frquency() local
369 return error; in mmc_switch_to_high_frquency()
373 return error; in mmc_switch_to_high_frquency()
382 return error; in mmc_switch_to_high_frquency()
387 return error; in mmc_switch_to_high_frquency()
875 int error = 0; in change_state_to_transfer_state() local
884 return error; in change_state_to_transfer_state()
888 return error; in change_state_to_transfer_state()
1144 int error = 0; in esdhc_emmc_init() local
1391 return error; in esdhc_read()
[all …]
/arm-trusted-firmware-2.8.0/docs/components/
A Dras.rst13 The |EHF| document mentions various :ref:`error handling
35 error record registers from Non-secure.
50 Registering RAS error records
63 - A handler to probe error records for errors;
64 - When the probing identifies an error, a handler to handle it;
77 which are later passed to probe and error handlers.
79 For memory-mapped error records:
105 The error handler must have the following prototype:
141 - Set ``probe_data`` to the index of the error record upon detecting an error.
209 to through platform-supplied error records, probe them, and when an error is
[all …]
/arm-trusted-firmware-2.8.0/lib/xlat_mpu/
A Dro_xlat_mpu.mk8 $(error "Debugfs requires functionality from the dynamic translation \
13 $(error "The xlat_mpu library does not currently support AArch32.")
/arm-trusted-firmware-2.8.0/plat/renesas/common/
A Dplat_pm.c210 int32_t error; in rcar_system_reset() local
212 error = rcar_iic_dvfs_send(PMIC, REG_KEEP10, KEEP10_MAGIC); in rcar_system_reset()
213 if (error) { in rcar_system_reset()
214 ERROR("Failed send KEEP10 magic ret=%d\n", error); in rcar_system_reset()
218 error = rcar_iic_dvfs_receive(PMIC, BKUP_MODE_CNT, &mode); in rcar_system_reset()
219 if (error) { in rcar_system_reset()
220 ERROR("Failed receive BKUP_Mode_Cnt ret=%d\n", error); in rcar_system_reset()
225 error = rcar_iic_dvfs_send(PMIC, BKUP_MODE_CNT, mode); in rcar_system_reset()
226 if (error) { in rcar_system_reset()
227 ERROR("Failed send KEEPON_DDRx ret=%d\n", error); in rcar_system_reset()
/arm-trusted-firmware-2.8.0/lib/mpmm/
A Dmpmm.mk12 $(error MPMM support (`ENABLE_MPMM`) can only be enabled in AArch64 images (`ARCH`))
16 …$(error MPMM support (`ENABLE_MPM`) requires auxiliary AMU counter support (`ENABLE_AMU_AUXILIARY_…
25 … $(error MPMM FCONF support (`ENABLE_MPMM_FCONF`) requires MPMM support (`ENABLE_MPMM`))
/arm-trusted-firmware-2.8.0/drivers/mtd/spi-mem/
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()
/arm-trusted-firmware-2.8.0/include/lib/xlat_tables/aarch32/
A Dxlat_tables_aarch32.h15 #error "PAGE_SIZE is not defined."
28 #error "Invalid granule size. AArch32 supports 4KB pages only."
/arm-trusted-firmware-2.8.0/services/std_svc/spmd/
A Dspmd.mk8 $(error "Error: SPMD is only supported on aarch64.")
12 $(error "Error: SPMD is not compatible with ENABLE_SME_FOR_NS")
/arm-trusted-firmware-2.8.0/plat/brcm/board/stingray/include/
A Dboard_info.h18 #error "IHOST_REG_TYPE not valid"
32 #error "VDDC_REG_TYPE not valid"
/arm-trusted-firmware-2.8.0/plat/renesas/rcar/
A Dplatform.mk10 $(error "Error: Unknown LSI. Please use LSI=<LSI name> to specify the LSI")
31 $(error "Error: ${LSI_CUT} is not supported.")
46 $(error "Error: ${LSI_CUT} is not supported.")
67 $(error "Error: ${LSI_CUT} is not supported.")
84 $(error "Error: ${LSI_CUT} is not supported.")
101 $(error "Error: ${LSI_CUT} is not supported.")
116 $(error "Error: ${LSI_CUT} is not supported.")
137 $(error "Error: ${LSI} is not supported.")
238 …$(error "Error: When you want RCAR_SYSTEM_SUSPEND to be enable, please also set PMIC_ROHM_BD9571 t…
300 …$(error "Error: When you want RCAR_SYSTEM_RESET_KEEPON_DDR to be enable, please also set PMIC_ROHM…
[all …]
/arm-trusted-firmware-2.8.0/include/common/tbbr/
A Dcot_def.h41 #error "Invalid value for TF_MBEDTLS_KEY_SIZE"
54 #error "Invalid value for TF_MBEDTLS_HASH_ALG_ID"
/arm-trusted-firmware-2.8.0/
A DMakefile112 $(error BRANCH_PROTECTION requires AArch64)
138 $(error ENABLE_RME does not support PIE)
142 $(error ENABLE_RME does not support BRBE.)
146 $(error ENABLE_RME requires AArch64)
161 $(error USE_SPINLOCK_CAS requires AArch64)
414 -fsanitize-undefined-trap-on-error
583 $(error ENABLE_RME requires AArch64)
769 $(error CTX_INCLUDE_PAUTH_REGS requires AArch64)
775 $(error CTX_INCLUDE_MTE_REGS requires AArch64)
1301 CPPFLAGS += -Wno-error=deprecated-declarations
[all …]
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/common/ble/
A Dble.mk32 …$(if $(value MV_DDR_PATH),,$(error "Platform '$(PLAT)' for BLE requires MV_DDR_PATH. Please set MV…
33 …$(if $(wildcard $(value MV_DDR_PATH)/*),,$(error "'MV_DDR_PATH=$(value MV_DDR_PATH)' was specified…
34 …$(if $(shell git -C $(value MV_DDR_PATH) rev-parse --show-cdup 2>&1),$(error "'MV_DDR_PATH=$(value…
/arm-trusted-firmware-2.8.0/drivers/auth/cryptocell/
A Dcryptocell_crypto.mk19 $(error Error: CCSBROM_LIB_PATH not set)
28 $(error Error: CRYPTOCELL_VERSION set to invalid version)
/arm-trusted-firmware-2.8.0/lib/cpus/aarch64/
A Dcortex_hayes.S16 #error "Cortex Hayes must be compiled with HW_ASSISTED_COHERENCY enabled"
21 #error "Cortex Hayes supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
/arm-trusted-firmware-2.8.0/lib/extensions/amu/
A Damu.mk14 …$(error AMU auxiliary counter support (`ENABLE_AMU_AUXILIARY_COUNTERS`) requires AMU support (`ENA…
20 …$(error AMU FCONF support (`ENABLE_AMU_FCONF`) is not necessary when auxiliary counter support (`E…
/arm-trusted-firmware-2.8.0/drivers/arm/css/scmi/
A Dscmi_common.c177 goto error; in scmi_init()
183 goto error; in scmi_init()
191 goto error; in scmi_init()
197 goto error; in scmi_init()
207 error: in scmi_init()

Completed in 31 milliseconds

1234567891011