Home
last modified time | relevance | path

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

12

/trusted-firmware-a/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 …]
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.out4 \BOOKMARK [2][-]{subsection.1.1.2}{\376\377\000S\000t\000i\000l\000l\000\040\000t\000o\000\040\000c…
30l\000i\000a\000b\000i\000l\000i\000t\000y\000\040\000A\000v\000a\000i\000l\000a\000b\000i\000l\000…
38l\000a\000t\000i\000o\000n\000\040\000t\000a\000b\000l\000e\000s\000\040\000\050\000x\000l\000a\00…
48 …{paragraph*.40}{\376\377\000A\000l\000l\000w\000i\000n\000n\000e\000r\000\040\000A\000R\000M\000v\…
194l\0001\000\137\000p\000l\000a\000t\000\137\000h\000a\000n\000d\000l\000e\000\137\000p\000r\000e\00…
195l\0001\000\137\000p\000l\000a\000t\000\137\000h\000a\000n\000d\000l\000e\000\137\000p\000o\000s\00…
204l\0002\000\137\000p\000l\000a\000t\000\137\000h\000a\000n\000d\000l\000e\000\137\000p\000r\000e\00…
216l\0002\000u\000\137\000p\000l\000a\000t\000\137\000h\000a\000n\000d\000l\000e\000\137\000s\000c\00…
285 …0:\000\040\000p\000l\000a\000t\000\137\000h\000a\000n\000d\000l\000e\000\137\000d\000o\000u\000b\0…
287 \BOOKMARK [2][-]{subsection.2.7.17}{\376\377\000B\000u\000i\000l\000d\000\040\000f\000l\000a\000g\0…
[all …]
A Dtrustedfirmware-a.tex46325l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{
46342l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{
46343l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{
46352 …PYG{l+m}{58} \PYG{l+m}{26} \PYG{l+m}{32} 6e \PYG{l+m}{64} \PYG{l+m}{45} \PYG{l+m}{64} da \PYG{l+m}…
46398 … : d9 6e \PYG{l+m}{93} \PYG{l+m}{98} 2d \PYG{l+m}{40} \PYG{l+m}{87} \PYG{l+m}{96} 1b 5a a…
46406 …igest : \PYG{l+m}{39} b7 \PYG{l+m}{13} b9 \PYG{l+m}{93} db \PYG{l+m}{32} 2f 1b \PYG{l+m}{48…
46415 … Digest : \PYG{l+m}{25} \PYG{l+m}{10} \PYG{l+m}{60} 5d d4 bc 9d \PYG{l+m}{82} 7a \PYG{l+m}{…
46437l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{
46454l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{
46455l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{l+m}{00} \PYG{
[all …]
/trusted-firmware-a/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()
/trusted-firmware-a/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))))
/trusted-firmware-a/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()
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Djquery.js2l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=fun… function
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dobjects.inv20 ��Y���_~ӈ��(�*(�8������M��/5�RoUi�l�{>��}U�)+�Tܴ��h�M-ex�4�x#]�"y,%�!%꘡�(�� �P����d_…
30 Y���E�|^}l\�GN�k�AE���EP��C�C��]�c
31 S妈�������jޞl{�����ٜl��:X�SX(E�ܙ{Qİh�^x~��*��.d�ڲ{�ȵk��b�W�3�,I��ʰuSl/��� �kI��F2U�"p}�PS…
36 …�udn!�:b�z��K5�c�Vxr���iH� I���9ŀ�4�����|�l=�h�ǻ��̌�h7����=��� �S�gPl`�L#�A�����l{窨…
40 ��=� �R��QW�@.w�Tl+��De<1~����� L��.�X����)X۵�yo}
44 ���o�� �W!�x���+J`覒��q����m�g~l�y\5������k���蕓���E
49 &r��:�F����"�~ht�`�Ԗ���&}A����&�h �9���jQ�"+B���H�=ʻ�l* q!2�GS��A��a<��V�V3��s���4�3
50 `����C��O��럽T^�n�.��.�4=�T����l,mB��&$
54 �d��a(G�|O1�H{=�)�)^��,հ�l�V�5��O�rַM(ȴ�‹��‰��w
59 &3�R6�4���r��)ռ�l�F<vH���M�< �J� ym�ZSΤ&`��4���D��?e�?)1Ρ;w���� e�_�[�����t��I�
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_static/js/
A Dhtml5shiv-printshiv.min.js4l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(…
A Dhtml5shiv.min.js4l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)… variable
A Dbadge_only.js1 …{if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.expor…
/trusted-firmware-a/build/qemu/release/bl1/
A Dbl1.dump44 0000000000000000 l d .text 0000000000000000 .text
45 0000000000004000 l d .rodata 0000000000000000 .rodata
46 000000000e04e000 l d .data 0000000000000000 .data
47 000000000e04e140 l d stacks 0000000000000000 stacks
48 000000000e04f140 l d .bss 0000000000000000 .bss
61 0000000000000000 l df *ABS* 0000000000000000 io_fip.c
146 000000000e04f758 l O .bss 0000000000000030 console
149 000000000e04f7a0 l O .bss 00000000000001e0 tf_mmap
159 0000000000003880 l F .text 0000000000000000 IrqSP0
160 0000000000003900 l F .text 0000000000000000 FiqSP0
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dhikey960.rst.txt26 - 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.rst.txt26 - 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.rst.txt29 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/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.
/trusted-firmware-a/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
/trusted-firmware-a/docs/plat/nxp/
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>
81 mw.l $SRKHR0 <SRKHR_0_32Bit_val>
82 mw.l $SRKHR1 <SRKHR_1_32Bit_val>
83 mw.l $SRKHR2 <SRKHR_2_32Bit_val>
84 mw.l $SRKHR3 <SRKHR_3_32Bit_val>
85 mw.l $SRKHR4 <SRKHR_4_32Bit_val>
86 mw.l $SRKHR5 <SRKHR_5_32Bit_val>
87 mw.l $SRKHR6 <SRKHR_6_32Bit_val>
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/nxp/
A Dnxp-ls-fuse-prov.rst.txt68 mw.l $OTPMKR0 <OTMPKR_0_32Bit_val>
69 mw.l $OTPMKR1 <OTMPKR_1_32Bit_val>
70 mw.l $OTPMKR2 <OTMPKR_2_32Bit_val>
81 mw.l $SRKHR0 <SRKHR_0_32Bit_val>
82 mw.l $SRKHR1 <SRKHR_1_32Bit_val>
83 mw.l $SRKHR2 <SRKHR_2_32Bit_val>
84 mw.l $SRKHR3 <SRKHR_3_32Bit_val>
85 mw.l $SRKHR4 <SRKHR_4_32Bit_val>
86 mw.l $SRKHR5 <SRKHR_5_32Bit_val>
87 mw.l $SRKHR6 <SRKHR_6_32Bit_val>
[all …]
/trusted-firmware-a/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()
/trusted-firmware-a/build/qemu/release/bl31/
A Dbl31.dump36 000000000e040000 l d .text 0000000000000000 .text
37 000000000e047000 l d .rodata 0000000000000000 .rodata
38 000000000e048000 l d .data 0000000000000000 .data
39 000000000e048080 l d stacks 0000000000000000 stacks
40 000000000e050080 l d .bss 0000000000000000 .bss
202 000000000e040920 l .text 0000000000000000 exit
204 000000000e0408bc l .text 0000000000000000 loop1
291 000000000e041158 l .text 0000000000000000 l1
292 000000000e04115c l .text 0000000000000000 l2
321 000000000e052b10 l O .bss 0000000000000008 ops
[all …]
/trusted-firmware-a/build/qemu/release/bl2/
A Dbl2.dump36 000000000e01b000 l d .text 0000000000000000 .text
37 000000000e020000 l d .rodata 0000000000000000 .rodata
38 000000000e021000 l d .data 0000000000000000 .data
39 000000000e021440 l d stacks 0000000000000000 stacks
40 000000000e022440 l d .bss 0000000000000000 .bss
56 0000000000000000 l df *ABS* 0000000000000000 io_fip.c
140 000000000e022588 l O .bss 0000000000000030 console
143 000000000e0225d0 l O .bss 00000000000001e0 tf_mmap
175 0000000000000000 l df *ABS* 0000000000000000 fdt.c
206 000000000e01f880 l F .text 0000000000000000 IrqSP0
[all …]

Completed in 187 milliseconds

12