| /rk3399_ARM-atf/ |
| H A D | .ctags | 1 --regex-Asm=/^func[ \t]+([a-zA-Z_0-9]+)$/\1/l,function/ 2 --regex-Asm=/^.*\.macro[ \t]+([a-zA-Z_0-9]+)$/\1/m,macro/ 3 --regex-Asm=/^vector_entry[ \t]+([a-zA-Z_0-9]+)$/\1/l,function/ 4 --regex-Asm=/^.equ[ \t]+([a-zA-Z_0-9]+),/\1/l,name/
|
| /rk3399_ARM-atf/plat/nxp/common/sip_svc/include/ |
| H A D | sipsvc.h | 60 #define SIP_PARAM_TYPE_GET(t, i) ((((uint32_t)(t)) >> ((i) * 4)) & 0xF) argument 66 #define SIP_PARAM_TYPE_SET(t, i) (((uint32_t)(t) & 0xF) << ((i) * 4)) argument
|
| /rk3399_ARM-atf/plat/imx/imx8ulp/upower/ |
| H A D | upower_hal.c | 129 int64_t t; in upower_read_temperature() local 142 t = ret_val & 0xff; in upower_read_temperature() 143 *temperature = (2673049 * t * t * t / 10000000 + 3734262 * t * t / 100000 + in upower_read_temperature() 144 4487042 * t / 100 - 4698694) / 100000; in upower_read_temperature()
|
| /rk3399_ARM-atf/lib/libc/ |
| H A D | qsort.c | 58 char t; in swapfunc() local 61 t = *a; in swapfunc() 63 *b++ = t; in swapfunc() 71 #define CMP(t, x, y) (cmp((x), (y), (t))) argument 73 #define CMP(t, x, y) (cmp((t), (x), (y))) argument 75 #define CMP(t, x, y) (cmp((x), (y), (t))) argument 77 #define CMP(t, x, y) (cmp((x), (y))) argument
|
| /rk3399_ARM-atf/plat/mediatek/mt8183/drivers/mcdi/ |
| H A D | mtk_mcdi.c | 90 uint32_t t = 0; in target_mask() local 94 t |= BIT(cluster + CLUSTER_ON_OFS); in target_mask() 97 t |= BIT(cpu_idx + CPU_ON_OFS); in target_mask() 100 t |= BIT(cluster + CLUSTER_OFF_OFS); in target_mask() 103 t |= BIT(cpu_idx + CPU_OFF_OFS); in target_mask() 106 return t; in target_mask()
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | bakery_lock.h | 26 static inline unsigned int bakery_get_priority(unsigned int t, unsigned int pos) in bakery_get_priority() argument 28 return (t << 8) | pos; in bakery_get_priority()
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | fconf_bl2_populate.puml | 22 bl2_main -> arm_bl2_setup : bl2_early_platform_setup2(\n\t arg0, arg1, arg2, arg3) 27 arm_bl2_setup -> arm_bl2_setup : arm_bl2_early_platform_setup(\n\t fw_config, mem_layout)
|
| H A D | rse_attestation_flow.puml | 17 RMM -> BL31: get_realm_key(\n\t**hash_algo**, ...) 28 RMM -> BL31: get_platform_token(\n\t**pub_key_hash**, ...)
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | uart-booting.rst | 67 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t flash-image.bin 75 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t TIM_ATF.bin wtmi_h.bin boot-image_h.bin 77 CZ.NIC mox-imager after successful download will start its own mini terminal (option ``-t``) to 101 > mvebu64boot -t -b flash-image.bin /dev/ttyUSB0 103 After successful download it will start own mini terminal (option ``-t``) like CZ.NIC mox-imager.
|
| /rk3399_ARM-atf/lib/gpt_rme/ |
| H A D | gpt_rme.c | 72 gpt_t_val_e t; member 383 GPT_PPS_ACTUAL_SIZE(gpt_config.t)) || in validate_pas_mappings() 528 gpt_config.t = gpt_t_lookup[pps]; in validate_l0_params() 532 if (l0_alignment < GPT_L0_TABLE_SIZE(gpt_config.t)) { in validate_l0_params() 533 l0_alignment = GPT_L0_TABLE_SIZE(gpt_config.t); in validate_l0_params() 544 if (l0_mem_size < GPT_L0_TABLE_SIZE(gpt_config.t)) { in validate_l0_params() 547 GPT_L0_TABLE_SIZE(gpt_config.t), l0_mem_size); in validate_l0_params() 1127 for (unsigned int i = 0U; i < GPT_L0_REGION_COUNT(gpt_config.t); i++) { in gpt_init_l0_tables() 1132 flush_dcache_range((uintptr_t)l0_mem_base, GPT_L0_TABLE_SIZE(gpt_config.t)); in gpt_init_l0_tables() 1211 INFO(" PPS/T: 0x%x/%u\n", gpt_config.pps, gpt_config.t); in gpt_init_pas_l1_tables() [all …]
|
| /rk3399_ARM-atf/lib/debugfs/ |
| H A D | devfip.c | 246 int r, n, t; in fipmount() local 283 t = cspec->index; in fipmount() 284 if (devtab[t]->seek(cspec, STOC_HEADER, KSEEK_SET) < 0) { in fipmount()
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | rpi3.rst | 10 officially supported kernel is a AArch32 kernel. This doesn't mean that this 11 port of TF-A can't boot a AArch64 kernel. The `Linux tree fork`_ maintained by 15 **IMPORTANT NOTE**: This port isn't secure. All of the memory used is DRAM, 17 shouldn't be considered more than a prototype to play with and implement 54 in AArch32. This means that BL33 can't be in EL2 in AArch64 mode. The 55 architecture specifies that AArch32 Hypervisor mode isn't present when AArch64 131 so that the kernel doesn't use it. The current port tries to modify the live DTB 139 different mappings than the Arm cores in which the I/O addresses don't overlap 141 the end of the DRAM, so this space isn't wasted. 166 ``PSCI_SYSTEM_RESET`` and ``PSCI_SYSTEM_OFF``. The last one doesn't really turn [all …]
|
| H A D | meson-axg.rst | 12 can't be turned off, so there is a workaround to hide this from the caller.
|
| H A D | meson-gxbb.rst | 12 can't be turned off, so there is a workaround to hide this from the caller.
|
| H A D | meson-g12a.rst | 12 can't be turned off, so there is a workaround to hide this from the caller.
|
| /rk3399_ARM-atf/tools/marvell/doimage/secure/ |
| H A D | csk_priv_pem3.key | 19 t/pXCienrcUNfgIxwSSnNwj2DdjejzI+4VNfPbW6y16BLPCp1CbUOGOwNXTj4R9H
|
| /rk3399_ARM-atf/plat/arm/board/common/swd_rotpk/ |
| H A D | arm_swd_rotprivk_rsa.pem | 6 pmgS7XJKhCQYxdDSzxi/0t/qXAwWuME4jv2HbNxsUZjahiBYpA0BafXanSuxVHly
|
| /rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/ |
| H A D | n1sdp_tb_fw_config.dts | 17 * heap information. The default values don't matter since
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/ |
| H A D | rdn2_tb_fw_config.dts | 18 * heap information. The default values don't matter since
|
| /rk3399_ARM-atf/plat/arm/board/morello/fdts/ |
| H A D | morello_tb_fw_config.dts | 17 * heap information. The default values don't matter since
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/ |
| H A D | rdv3_tb_fw_config.dts | 18 * heap information. The default values don't matter since
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | misra-compliance.csv | 4 3,D,3.1,MISRA C 2012,Required,N/A,No,It can’t be done retroactively. 13 12,D,4.9,MISRA C 2012,Advisory,No,No,"We mustn’t introduce new macros unless strictly needed, but t… 28 27,R,2.7,MISRA C 2012,Advisory,No,No,Doesn't allow for simple implementations of porting functions … 60 59,R,8.13,MISRA C 2012,Advisory,Yes,Optional,The benefits of fixing existing code aren’t worth the … 119 118,R,17.7,MISRA C 2012,Required,Yes,Optional,In some cases it doesn’t add any value to the code (l… 130 129,R,19.2,MISRA C 2012,Advisory,Yes,Optional,"Unions can be useful. We almost don’t use them, so i…
|
| /rk3399_ARM-atf/drivers/rpi3/sdhost/ |
| H A D | rpi3_sdhost.c | 484 volatile int t = timeout; in rpi3_sdhost_read() local 489 if (t == 0) { in rpi3_sdhost_read() 495 t--; in rpi3_sdhost_read() 498 if (t == 0) in rpi3_sdhost_read()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/fdts/ |
| H A D | fvp_fw_config.dts | 35 * non shared SRAM. The runtime checks ensure we don't
|
| /rk3399_ARM-atf/include/drivers/nxp/sd/ |
| H A D | sd_mmc.h | 26 #define ESDHC_SYSCTL_DTOCV(t) (((t) & 0xF) << 16) argument
|