Home
last modified time | relevance | path

Searched refs:l (Results 1 – 13 of 13) sorted by relevance

/tf-a-ffa_el3_spmc/plat/allwinner/common/
A Darisc_off.S61 l.or r5, r5, r6 # set bit to ...
65 l.xori r6, r6, -1 # negate core mask
66 l.and r5, r5, r6 # clear bit to ...
70 l.addi r6, r6, -17 # convert to 0-3
78 l.j reset # just in case ....
79 l.nop 0x0 # (delay slot)
83 l.movhi r3, 0 # FIXUP! with core mask
84 l.movhi r0, 0 # clear r0
88 l.and r5, r5, r3 # mask requested core
90 l.bf 1b # try again
[all …]
/tf-a-ffa_el3_spmc/tools/amlogic/
A Ddoimage.c28 size_t l; in fdwrite() local
31 for (l = 0; l < len; l += nr) { in fdwrite()
32 nr = write(fd, data + l, len - l); in fdwrite()
/tf-a-ffa_el3_spmc/include/lib/
A Dutils_def.h37 #define GENMASK_32(h, l) \ argument
38 (((0xFFFFFFFF) << (l)) & (0xFFFFFFFF >> (32 - 1 - (h))))
40 #define GENMASK_64(h, l) \ argument
41 ((~0 << (l)) & (~0 >> (64 - 1 - (h))))
43 #define GENMASK_32(h, l) \ argument
44 (((~UINT32_C(0)) << (l)) & (~UINT32_C(0) >> (32 - 1 - (h))))
46 #define GENMASK_64(h, l) \ argument
47 (((~UINT64_C(0)) << (l)) & (~UINT64_C(0) >> (64 - 1 - (h))))
/tf-a-ffa_el3_spmc/services/spd/trusty/
A Dgeneric-arm64-smcall.c35 unsigned l; member
48 s->linebuf[s->l++] = ch; in trusty_dputc()
49 if (s->l == sizeof(s->linebuf) || ch == '\n') { in trusty_dputc()
54 for (i = 0; i < s->l; i++) { in trusty_dputc()
60 s->l = 0; in trusty_dputc()
/tf-a-ffa_el3_spmc/drivers/marvell/mochi/
A Dapn806_setup.c48 #define SEC_MOCHI_IN_ACC_IHB0_LEVEL(l) ((l) << 1) argument
49 #define SEC_MOCHI_IN_ACC_IHB1_LEVEL(l) ((l) << 4) argument
50 #define SEC_MOCHI_IN_ACC_PIDI_LEVEL(l) ((l) << 10) argument
A Dap807_setup.c55 #define SEC_MOCHI_IN_ACC_IHB0_LEVEL(l) ((l) << 1) argument
56 #define SEC_MOCHI_IN_ACC_IHB1_LEVEL(l) ((l) << 4) argument
57 #define SEC_MOCHI_IN_ACC_PIDI_LEVEL(l) ((l) << 10) argument
/tf-a-ffa_el3_spmc/docs/plat/
A Dhikey960.rst26 - l-loader:
27 `link <https://github.com/96boards-hikey/l-loader/tree/testing/hikey960_v1.2>`__
41 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2
65 sh ../l-loader/build_uefi.sh hikey960
67 - Generate l-loader.bin and partition table.
68 *Make sure that you're using the sgdisk in the l-loader directory.*
72 cd ${BUILD_PATH}/l-loader
127 $ln -sf ${BUILD_PATH}/l-loader/l-loader.bin
128 $ln -sf ${BUILD_PATH}/l-loader/fip.bin
129 $ln -sf ${BUILD_PATH}/l-loader/recovery.bin
[all …]
A Dhikey.rst26 - l-loader:
27 `link <https://github.com/96boards-hikey/l-loader/tree/testing/hikey960_v1.2>`__
44 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2
65 …eate your own build script file or you could refer to **build\_uefi.sh** in l-loader git repositor…
70 sh ../l-loader/build_uefi.sh hikey
72 - Generate l-loader.bin and partition table for aosp. The eMMC capacity is either 8GB or 4GB. Just…
76 cd ${BUILD_PATH}/l-loader
141 $sudo fastboot flash loader l-loader.bin
A Dpoplar.rst29 At the start of the boot sequence, the bootROM executes the so called l-loader
35 l-loader --> Trusted Firmware-A --> u-boot
46 - l-loader:
47 `link <https://github.com/Linaro/poplar-l-loader.git>`__
74 - Build l-loader (generated the final fastboot.bin)
75 1. copy the atf generated files fip.bin and bl1.bin to l-loader/atf/
82 - Copy l-loader/fastboot.bin to a FAT partition on a USB pen drive.
/tf-a-ffa_el3_spmc/lib/compiler-rt/builtins/
A Dint_types.h103 static __inline ti_int make_ti(di_int h, di_int l) { in make_ti() argument
106 r.s.low = l; in make_ti()
110 static __inline tu_int make_tu(du_int h, du_int l) { in make_tu() argument
113 r.s.low = l; in make_tu()
/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/
A Dplat_pm.c381 uint32_t l = sizeof(spm_d) / sizeof(uint32_t); in plat_mtk_power_domain_suspend() local
393 while (sspm_ipi_recv_non_blocking(IPI_ID_SUSPEND, d, l)) in plat_mtk_power_domain_suspend()
412 uint32_t l = sizeof(spm_d) / sizeof(uint32_t); in plat_mtk_power_domain_suspend_finish() local
426 while (sspm_ipi_recv_non_blocking(IPI_ID_SUSPEND, d, l)) in plat_mtk_power_domain_suspend_finish()
/tf-a-ffa_el3_spmc/docs/plat/arm/arm_fpga/
A Dindex.rst93 …fpga-run ... -m bl31.axf -l auto -m Image -l 0x80080000 -m initrd.gz -l 0x84000000 -m cmdline.txt …
/tf-a-ffa_el3_spmc/make_helpers/
A Dbuild_macros.mk25 uppercase_table:=a,A b,B c,C d,D e,E f,F g,G h,H i,I j,J k,K l,L m,M n,N o,O p,P q,Q r,R s,S t,T u,…

Completed in 18 milliseconds