/trusted-firmware-a-latest/make_helpers/ |
D | build_env.mk | 15 COPY := $$(error "Replace COPY with call to SHELL_COPY or SHELL_COPY_TREE.") 16 CP := $$(error "Replace CP with call to SHELL_COPY or SHELL_COPY_TREE.") 17 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.") 22 RMDIR := $$(error "Replace RMDIR with call to SHELL_REMOVE_DIR.") 54 $(error "SHELL_COPY not defined for build environment.") 57 $(error "SHELL_COPY_TREE not defined for build environment.") [all …]
|
D | arch_features.mk | 189 $(error ENABLE_SPE_FOR_NS is not supported for AArch32) 201 $(error ENABLE_SVE_FOR_NS is not supported for AArch32) 223 $(error ENABLE_FEAT_MPAM is not supported for AArch32) 307 $(error ENABLE_TRBE_FOR_NS is not supported for AArch32)
|
D | plat_helpers.mk | 15 $(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}")
|
/trusted-firmware-a-latest/lib/xlat_tables_v2/ |
D | ro_xlat_tables.mk | 8 $(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 \
|
/trusted-firmware-a-latest/plat/xilinx/common/ |
D | plat_console.c | 47 goto error; in get_baudrate() 54 goto error; in get_baudrate() 61 goto error; in get_baudrate() 68 goto error; in get_baudrate() 73 error: in get_baudrate() 119 goto error; in fdt_add_uart_info() 128 goto error; in fdt_add_uart_info() 134 error: in fdt_add_uart_info() 152 goto error; in fdt_get_uart_info() 159 goto error; in fdt_get_uart_info() [all …]
|
/trusted-firmware-a-latest/services/std_svc/spm/spm_mm/ |
D | spm_mm.mk | 8 $(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")
|
/trusted-firmware-a-latest/plat/mediatek/lib/mtk_init/ |
D | mtk_init.c | 22 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()
|
/trusted-firmware-a-latest/include/common/tbbr/ |
D | cot_def.h | 51 #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"
|
/trusted-firmware-a-latest/drivers/nxp/sd/ |
D | sd_mmc.c | 356 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 …]
|
/trusted-firmware-a-latest/plat/renesas/common/ |
D | plat_pm.c | 210 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()
|
/trusted-firmware-a-latest/lib/xlat_mpu/ |
D | ro_xlat_mpu.mk | 8 $(error "Debugfs requires functionality from the dynamic translation \ 13 $(error "The xlat_mpu library does not currently support AArch32.")
|
/trusted-firmware-a-latest/lib/mpmm/ |
D | mpmm.mk | 12 $(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`))
|
/trusted-firmware-a-latest/drivers/mtd/spi-mem/ |
D | spi_mem.c | 110 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()
|
/trusted-firmware-a-latest/docs/components/ |
D | ras.rst | 33 - 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 81 - **RAS_TRAP_NS_ERR_REC_ACCESS**: Trap Non-secure access of RAS error record registers. 118 Inject an unrecoverable RAS error, which gets handled in EL3. 158 Registering RAS error records 163 nodes contain one or more error records, which are registers through which the 164 nodes advertise various properties of the signalled error. Arm recommends that 165 error records are implemented in the Standard Error Record format. The RAS [all …]
|
/trusted-firmware-a-latest/ |
D | Makefile | 233 $(error Error: Unknown AArch32 instruction set ${AARCH32_INSTRUCTION_SET}) 344 -fsanitize-undefined-trap-on-error 471 $(error "Error: SPD is incompatible with AArch32.") 487 $(error SPM cannot be enabled in both S-EL2 and EL3.) 509 $(error SEL0 SP cannot be enabled without SPMC at EL3) 521 $(error Error: No services/${SPD_DIR}/${SPD}/${SPD}.mk located) 539 $(error Error: ENABLE_SPMD_LP requires SPD=spmd.) 542 $(error SPMC at EL3 not supported when enabling SPMD Logical partitions.) 554 $(error BRANCH_PROTECTION requires AArch64) 573 $(error Unknown BRANCH_PROTECTION value ${BRANCH_PROTECTION}) [all …]
|
/trusted-firmware-a-latest/include/lib/xlat_tables/aarch32/ |
D | xlat_tables_aarch32.h | 15 #error "PAGE_SIZE is not defined." 28 #error "Invalid granule size. AArch32 supports 4KB pages only."
|
/trusted-firmware-a-latest/plat/brcm/board/stingray/include/ |
D | board_info.h | 18 #error "IHOST_REG_TYPE not valid" 32 #error "VDDC_REG_TYPE not valid"
|
/trusted-firmware-a-latest/plat/renesas/rcar/ |
D | platform.mk | 10 $(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 …]
|
/trusted-firmware-a-latest/plat/marvell/armada/a8k/common/ble/ |
D | ble.mk | 32 …$(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…
|
/trusted-firmware-a-latest/lib/cpus/aarch64/ |
D | cortex_blackhawk.S | 16 #error "Cortex blackhawk must be compiled with HW_ASSISTED_COHERENCY enabled" 21 #error "Cortex blackhawk supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
|
D | cortex_chaberton.S | 16 #error "Cortex Chaberton must be compiled with HW_ASSISTED_COHERENCY enabled" 21 #error "Cortex Chaberton supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
|
D | nevis.S | 16 #error "Nevis must be compiled with HW_ASSISTED_COHERENCY enabled" 21 #error "Nevis supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
|
D | neoverse_hermes.S | 16 #error "Neoverse Hermes must be compiled with HW_ASSISTED_COHERENCY enabled" 21 #error "Neoverse Hermes supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
|
D | cortex_a65ae.S | 17 #error "Cortex-A65AE must be compiled with HW_ASSISTED_COHERENCY enabled" 22 #error "Cortex-A65AE supports only AArch64. Compile with CTX_INCLUDE_AARCH32_REGS=0"
|
/trusted-firmware-a-latest/plat/arm/board/tc/ |
D | platform_test.mk | 41 $(error Error: TF_M_TESTS_PATH not set) 45 $(error Error: TF_M_EXTRAS_PATH not set) 99 TF_CFLAGS += -Wno-error=redundant-decls 102 TF_CFLAGS += -Wno-error=return-type 111 $(error "Unsupported PLATFORM_TEST value")
|