/tf-a-ffa_el3_spmc/lib/libc/ |
A D | libc.mk | 8 abort.c \ 9 assert.c \ 10 exit.c \ 11 memchr.c \ 12 memcmp.c \ 13 memcpy.c \ 16 memset.c \ 17 printf.c \ 19 puts.c \ 21 strchr.c \ [all …]
|
A D | libc_asm.mk | 8 abort.c \ 9 assert.c \ 10 exit.c \ 11 memchr.c \ 12 memcmp.c \ 13 memcpy.c \ 14 memmove.c \ 16 printf.c \ 18 puts.c \ 20 strchr.c \ [all …]
|
A D | strtoul.c | 52 char c; in strtoul() local 61 c = *s++; in strtoul() 65 c = *s++; in strtoul() 68 if (c == '+') in strtoul() 69 c = *s++; in strtoul() 76 c = s[1]; in strtoul() 87 if (c >= '0' && c <= '9') in strtoul() 88 c -= '0'; in strtoul() 89 else if (c >= 'A' && c <= 'Z') in strtoul() 91 else if (c >= 'a' && c <= 'z') in strtoul() [all …]
|
A D | strtoull.c | 52 char c; in strtoull() local 61 c = *s++; in strtoull() 65 c = *s++; in strtoull() 68 if (c == '+') in strtoull() 69 c = *s++; in strtoull() 76 c = s[1]; in strtoull() 87 if (c >= '0' && c <= '9') in strtoull() 88 c -= '0'; in strtoull() 89 else if (c >= 'A' && c <= 'Z') in strtoull() 91 else if (c >= 'a' && c <= 'z') in strtoull() [all …]
|
A D | strtol.c | 52 char c; in strtol() local 63 c = *s++; in strtol() 67 c = *s++; in strtol() 70 if (c == '+') in strtol() 71 c = *s++; in strtol() 78 c = s[1]; in strtol() 108 if (c >= '0' && c <= '9') in strtol() 109 c -= '0'; in strtol() 110 else if (c >= 'A' && c <= 'Z') in strtol() 112 else if (c >= 'a' && c <= 'z') in strtol() [all …]
|
A D | strtoll.c | 52 char c; in strtoll() local 63 c = *s++; in strtoll() 67 c = *s++; in strtoll() 70 if (c == '+') in strtoll() 71 c = *s++; in strtoll() 78 c = s[1]; in strtoll() 109 if (c >= '0' && c <= '9') in strtoll() 110 c -= '0'; in strtoll() 111 else if (c >= 'A' && c <= 'Z') in strtoll() 113 else if (c >= 'a' && c <= 'z') in strtoll() [all …]
|
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/ |
A D | mbedtls_common.mk | 26 aes.c \ 29 cipher.c \ 32 oid.c \ 35 bignum.c \ 36 gcm.c \ 37 md.c \ 38 pk.c \ 44 ecdsa.c \ 46 ecp.c \ 47 rsa.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/ |
A D | platform.mk | 58 drivers/gpio/gpio.c \ 59 drivers/io/io_block.c \ 60 drivers/io/io_fip.c \ 61 drivers/io/io_storage.c \ 62 drivers/mmc/mmc.c \ 74 drivers/gpio/gpio.c \ 75 drivers/io/io_block.c \ 76 drivers/io/io_fip.c \ 78 drivers/mmc/mmc.c \ 101 plat/common/plat_gicv2.c [all …]
|
/tf-a-ffa_el3_spmc/plat/intel/soc/agilex/ |
A D | platform.mk | 17 plat/common/plat_gicv2.c 22 drivers/delay_timer/delay_timer.c \ 32 common/desc_image_load.c \ 33 drivers/mmc/mmc.c \ 35 drivers/io/io_storage.c \ 36 drivers/io/io_block.c \ 37 drivers/io/io_fip.c \ 38 drivers/partition/partition.c \ 39 drivers/partition/gpt.c \ 40 drivers/synopsys/emmc/dw_mmc.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/intel/soc/stratix10/ |
A D | platform.mk | 17 plat/common/plat_gicv2.c 22 drivers/delay_timer/delay_timer.c \ 32 common/desc_image_load.c \ 33 drivers/mmc/mmc.c \ 35 drivers/io/io_storage.c \ 36 drivers/io/io_block.c \ 37 drivers/io/io_fip.c \ 38 drivers/partition/partition.c \ 39 drivers/partition/gpt.c \ 40 drivers/synopsys/emmc/dw_mmc.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/layerscape/common/ |
A D | ls_common.mk | 19 plat/layerscape/common/ls_common.c 26 drivers/io/io_fip.c \ 27 drivers/io/io_memmap.c \ 28 drivers/io/io_storage.c \ 29 plat/layerscape/common/ls_timer.c \ 33 BL2_SOURCES += drivers/io/io_fip.c \ 34 drivers/io/io_memmap.c \ 35 drivers/io/io_storage.c \ 36 plat/layerscape/common/ls_timer.c \ 41 common/desc_image_load.c [all …]
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/ |
A D | platform.mk | 25 PLAT_BL_COMMON_SOURCES := lib/xlat_tables/aarch64/xlat_tables.c \ 26 lib/xlat_tables/xlat_tables_common.c \ 27 plat/common/plat_psci_common.c \ 33 BL31_SOURCES += common/desc_image_load.c \ 34 drivers/arm/cci/cci.c \ 36 drivers/delay_timer/delay_timer.c \ 37 drivers/delay_timer/generic_delay_timer.c \ 38 drivers/gpio/gpio.c \ 40 lib/bl_aux_params/bl_aux_params.c \ 44 plat/common/plat_gicv3.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8192/ |
A D | platform.mk | 37 plat/common/plat_psci_common.c 39 BL31_SOURCES += common/desc_image_load.c \ 40 drivers/delay_timer/delay_timer.c \ 41 drivers/delay_timer/generic_delay_timer.c \ 43 drivers/gpio/gpio.c \ 44 lib/bl_aux_params/bl_aux_params.c \ 47 plat/common/plat_gicv3.c \ 48 ${MTK_PLAT}/common/drivers/gic600/mt_gic_v3.c \ 49 ${MTK_PLAT}/common/drivers/gpio/mtgpio_common.c \ 51 ${MTK_PLAT}/common/drivers/rtc/rtc_common.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/hisilicon/poplar/ |
A D | platform.mk | 74 drivers/mmc/mmc.c \ 77 drivers/io/io_block.c \ 78 drivers/gpio/gpio.c \ 79 drivers/io/io_fip.c \ 80 drivers/io/io_memmap.c \ 86 drivers/mmc/mmc.c \ 89 drivers/io/io_block.c \ 90 drivers/io/io_fip.c \ 91 drivers/gpio/gpio.c \ 99 common/desc_image_load.c [all …]
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8173/ |
A D | platform.mk | 23 plat/arm/common/arm_gicv2.c \ 24 plat/common/plat_gicv2.c \ 28 drivers/arm/cci/cci.c \ 30 drivers/arm/gic/v2/gicv2_main.c \ 32 drivers/delay_timer/delay_timer.c \ 42 ${MTK_PLAT}/common/mtk_sip_svc.c \ 55 ${MTK_PLAT_SOC}/plat_pm.c \ 56 ${MTK_PLAT_SOC}/plat_sip_calls.c \ 57 ${MTK_PLAT_SOC}/plat_topology.c \ 58 ${MTK_PLAT_SOC}/power_tracer.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/ |
A D | platform.mk | 57 plat/common/plat_gicv2.c 61 drivers/gpio/gpio.c \ 62 drivers/io/io_block.c \ 63 drivers/io/io_fip.c \ 64 drivers/io/io_storage.c \ 66 drivers/ufs/ufs.c \ 76 drivers/gpio/gpio.c \ 77 drivers/io/io_block.c \ 78 drivers/io/io_fip.c \ 83 drivers/ufs/ufs.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/common/ |
A D | tegra_common.mk | 22 plat/common/plat_gicv3.c \ 23 ${TEGRA_COMMON}/tegra_gicv3.c 29 plat/common/plat_gicv2.c \ 30 ${TEGRA_COMMON}/tegra_gicv2.c 36 plat/common/plat_gicv3.c \ 37 ${TEGRA_COMMON}/tegra_gicv3.c 40 drivers/io/io_storage.c \ 42 ${TEGRA_LIBS}/debug/profiler.c \ 44 ${TEGRA_LIBS}/debug/profiler.c \ 50 ${TEGRA_COMMON}/tegra_pm.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8195/ |
A D | platform.mk | 33 plat/common/plat_psci_common.c 36 BL31_SOURCES += common/desc_image_load.c \ 37 drivers/delay_timer/delay_timer.c \ 38 drivers/gpio/gpio.c \ 39 drivers/delay_timer/generic_delay_timer.c \ 41 lib/bl_aux_params/bl_aux_params.c \ 44 plat/common/plat_gicv3.c \ 51 ${MTK_PLAT}/common/drivers/uart/uart.c \ 52 ${MTK_PLAT}/common/lpm/mt_lp_rm.c \ 67 ${MTK_PLAT_SOC}/drivers/mcdi/mt_lp_irqremain.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/allwinner/sun50i_a64/include/ |
A D | sunxi_cpucfg.h | 13 #define SUNXI_CPUCFG_CLS_CTRL_REG0(c) (SUNXI_CPUCFG_BASE + 0x0000 + (c) * 16) argument 14 #define SUNXI_CPUCFG_CLS_CTRL_REG1(c) (SUNXI_CPUCFG_BASE + 0x0004 + (c) * 16) argument 19 #define SUNXI_CPUCFG_CPU_STS_REG(c) (SUNXI_CPUCFG_BASE + 0x0030 + (c) * 4) argument 21 #define SUNXI_CPUCFG_RST_CTRL_REG(c) (SUNXI_CPUCFG_BASE + 0x0080 + (c) * 4) argument 25 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_PRCM_BASE + 0x0140 + \ argument 26 (c) * 16 + (n) * 4) 27 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_PRCM_BASE + 0x0100 + (c) * 4) argument 29 #define SUNXI_POWERON_RST_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0030 + (c) * 4) argument
|
/tf-a-ffa_el3_spmc/plat/socionext/uniphier/ |
A D | platform.mk | 53 drivers/io/io_block.c \ 54 drivers/io/io_fip.c \ 55 drivers/io/io_memmap.c \ 56 drivers/io/io_storage.c \ 65 $(PLAT_PATH)/uniphier_scp.c \ 66 $(PLAT_PATH)/uniphier_usb.c 75 plat/common/plat_gicv3.c \ 79 $(PLAT_PATH)/uniphier_cci.c \ 82 $(PLAT_PATH)/uniphier_scp.c \ 93 drivers/auth/crypto_mod.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/imx/imx8m/imx8mm/ |
A D | platform.mk | 17 plat/common/plat_gicv3.c \ 19 plat/imx/common/plat_imx8_gic.c 22 plat/imx/imx8m/gpc_common.c \ 23 plat/imx/imx8m/imx_aipstz.c \ 24 plat/imx/imx8m/imx_rdc.c \ 39 drivers/arm/tzc/tzc380.c \ 59 drivers/mmc/mmc.c \ 60 drivers/io/io_block.c \ 61 drivers/io/io_fip.c \ 62 drivers/io/io_memmap.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/arm/board/a5ds/ |
A D | platform.mk | 15 common/fdt_wrappers.c 21 plat/common/plat_gicv2.c \ 22 plat/arm/common/arm_gicv2.c 38 drivers/io/io_memmap.c \ 39 drivers/io/io_storage.c \ 42 plat/arm/common/arm_err.c \ 58 drivers/io/io_fip.c \ 59 drivers/io/io_memmap.c \ 60 drivers/io/io_storage.c \ 63 plat/arm/common/arm_err.c \ [all …]
|
/tf-a-ffa_el3_spmc/plat/allwinner/sun50i_h6/include/ |
A D | sunxi_cpucfg.h | 13 #define SUNXI_CPUCFG_CLS_CTRL_REG0(c) (SUNXI_CPUCFG_BASE + 0x0010 + (c) * 0x10) argument 14 #define SUNXI_CPUCFG_CLS_CTRL_REG1(c) (SUNXI_CPUCFG_BASE + 0x0014 + (c) * 0x10) argument 18 #define SUNXI_CPUCFG_RST_CTRL_REG(c) (SUNXI_CPUCFG_BASE + 0x0000 + (c) * 4) argument 22 #define SUNXI_POWERON_RST_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0040 + (c) * 4) argument 23 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0044 + (c) * 4) argument 24 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ argument 25 (c) * 0x10 + (n) * 4)
|
/tf-a-ffa_el3_spmc/plat/allwinner/sun50i_h616/include/ |
A D | sunxi_cpucfg.h | 13 #define SUNXI_CPUCFG_CLS_CTRL_REG0(c) (SUNXI_CPUCFG_BASE + 0x0010 + (c) * 0x10) argument 14 #define SUNXI_CPUCFG_CLS_CTRL_REG1(c) (SUNXI_CPUCFG_BASE + 0x0014 + (c) * 0x10) argument 18 #define SUNXI_CPUCFG_RST_CTRL_REG(c) (SUNXI_CPUCFG_BASE + 0x0000 + (c) * 4) argument 22 #define SUNXI_POWERON_RST_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0040 + (c) * 4) argument 23 #define SUNXI_POWEROFF_GATING_REG(c) (SUNXI_R_CPUCFG_BASE + 0x0044 + (c) * 4) argument 24 #define SUNXI_CPU_POWER_CLAMP_REG(c, n) (SUNXI_R_CPUCFG_BASE + 0x0050 + \ argument 25 (c) * 0x10 + (n) * 4)
|
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/sp_min/ |
A D | sp_min-stm32mp1.mk | 11 BL32_SOURCES += drivers/st/etzpc/etzpc.c \ 13 plat/st/stm32mp1/sp_min/sp_min_setup.c \ 14 plat/st/stm32mp1/stm32mp1_pm.c \ 16 plat/st/stm32mp1/stm32mp1_topology.c 22 plat/common/plat_gicv2.c \ 23 plat/st/stm32mp1/stm32mp1_gic.c 30 drivers/scmi-msg/clock.c \ 31 drivers/scmi-msg/entry.c \ 32 drivers/scmi-msg/reset_domain.c \ 33 drivers/scmi-msg/smt.c [all …]
|