Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/allwinner/common/
Darisc_off.S59 l.movhi r13, 0x1f0 # address of R_CPUCFG (delay)
60 l.lwz r5, 0x1500(r13) # core output clamps
61 l.or r5, r5, r6 # set bit to ...
62 l.sw 0x1500(r13), r5 # ... activate for our core
64 1: l.lwz r5, 0x1c30(r13) # CPU power-on reset
65 l.xori r6, r6, -1 # negate core mask
66 l.and r5, r5, r6 # clear bit to ...
67 l.sw 0x1c30(r13), r5 # ... assert for our core
69 l.ff1 r6, r3 # get core number from high mask
70 l.addi r6, r6, -17 # convert to 0-3
[all …]
/trusted-firmware-a-3.7.0/tools/amlogic/
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()
/trusted-firmware-a-3.7.0/services/spd/trusty/
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()
/trusted-firmware-a-3.7.0/include/lib/
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))))
/trusted-firmware-a-3.7.0/drivers/marvell/mochi/
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
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
/trusted-firmware-a-3.7.0/docs/plat/
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 …]
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
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.
/trusted-firmware-a-3.7.0/tools/sptool/
Dsp_mk_generator.py93 sppkg_rule = [l for l in f if line in l]
123 uuid_lines = [l for l in pm_f if 'uuid' in l]
138 load_address_lines = [l for l in pm_f if 'load-address' in l]
/trusted-firmware-a-3.7.0/docs/plat/nxp/
Dnxp-ls-fuse-prov.rst68 mw.l $OTPMKR0 <OTMPKR_0_32Bit_val>
69 mw.l $OTPMKR1 <OTMPKR_1_32Bit_val>
70 mw.l $OTPMKR2 <OTMPKR_2_32Bit_val>
71 mw.l $OTPMKR3 <OTMPKR_3_32Bit_val>
72 mw.l $OTPMKR4 <OTMPKR_4_32Bit_val>
73 mw.l $OTPMKR5 <OTMPKR_5_32Bit_val>
74 mw.l $OTPMKR6 <OTMPKR_6_32Bit_val>
75 mw.l $OTPMKR7 <OTMPKR_7_32Bit_val>
81 mw.l $SRKHR0 <SRKHR_0_32Bit_val>
82 mw.l $SRKHR1 <SRKHR_1_32Bit_val>
[all …]
/trusted-firmware-a-3.7.0/lib/compiler-rt/builtins/
Dint_types.h108 static __inline ti_int make_ti(di_int h, di_int l) { in make_ti() argument
111 r.s.low = l; in make_ti()
115 static __inline tu_int make_tu(du_int h, du_int l) { in make_tu() argument
118 r.s.low = l; in make_tu()
/trusted-firmware-a-3.7.0/plat/mediatek/drivers/spm/mt8188/
Dmt_spm_pmic_wrap.c23 #define _BITS_(h, l, v) ((GENMASK(h, l) & ((v) << (l)))) argument
/trusted-firmware-a-3.7.0/docs/plat/arm/arm_fpga/
Dindex.rst93 …fpga-run ... -m bl31.axf -l auto -m Image -l 0x80080000 -m initrd.gz -l 0x84000000 -m cmdline.txt …
/trusted-firmware-a-3.7.0/plat/mediatek/mt8183/
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()
/trusted-firmware-a-3.7.0/make_helpers/
Dbuild_macros.mk26 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,…