Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/allwinner/common/
H A 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 …]
/rk3399_ARM-atf/tools/amlogic/
H 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()
/rk3399_ARM-atf/services/spd/trusty/
H 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()
/rk3399_ARM-atf/
H A D.ctags1 --regex-Asm=/^func[ \t]+([a-zA-Z_0-9]+)$/\1/l,function/
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/drivers/marvell/mochi/
H 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
H 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
/rk3399_ARM-atf/docs/plat/
H 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 …]
H 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
H 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.
/rk3399_ARM-atf/docs/plat/nxp/
H A 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 …]
/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py114 sppkg_rule = [l for l in f if line in l]
144 uuid_lines = [l for l in pm_f if 'uuid' in l]
159 load_address_lines = [l for l in pm_f if re.search(r'load-address[^-]', l)]
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_plat_spm_setting.c21 #define CMD_DATA(h, l, v) ((GENMASK(h, l) & ((v) << (l)))) argument
/rk3399_ARM-atf/plat/arm/common/
H A Darm_ni.c167 for (uint32_t l = 0U; l < comp_count; l++) { in plat_arm_ni_setup() local
169 mmio_read_32(cd_addr + NI_CHILD_POINTER(l)); in plat_arm_ni_setup()
172 l, comp_addr, mmio_read_32(comp_addr)); in plat_arm_ni_setup()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_ros.h24 #define ADDR_64(h, l) (((((unsigned long)(h)) & 0xffffffff) << 32) | \ argument
25 (((unsigned long)(l)) & 0xffffffff))
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dint_types.h108 static __inline ti_int make_ti(di_int h, di_int l) { in make_ti() argument
111 r.s.low = (du_int)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()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8188/
H A Dmt_spm_pmic_wrap.c23 #define _BITS_(h, l, v) ((GENMASK(h, l) & ((v) << (l)))) argument
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/
H A Dthermal_lvts.h39 #define GET_CAL_BITMASK(lvts_data, index, h, l) \ argument
41 ? ((lvts_data->efuse[index] & GENMASK(h, l)) >> l) \
/rk3399_ARM-atf/make_helpers/
H A Dutilities.mk272 $(or $(filter l: p:,$(firstword $(subst :,: ,$(1)))),$\
276 l:$(1))
335 define with.core.l =
346 define with.core.l.bind =
364 ifneq ($(filter l,$($(with.ns).bind.kinds)),)
/rk3399_ARM-atf/plat/mediatek/drivers/smmu/
H A Dsmmu.c31 #define F_MSK_SHIFT(val, h, l) (((val) & GENMASK(h, l)) >> (l)) argument
/rk3399_ARM-atf/docs/plat/arm/arm_fpga/
H A Dindex.rst93 …fpga-run ... -m bl31.axf -l auto -m Image -l 0x80080000 -m initrd.gz -l 0x84000000 -m cmdline.txt …
/rk3399_ARM-atf/plat/mediatek/mt8183/
H 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()
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py280 margin=dict(l=40, r=40, b=85, t=100),