Home
last modified time | relevance | path

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

/trusted-firmware-a/common/
A Duuid.c16 static int8_t hex_val(char hex) in hex_val() argument
20 if ((hex >= '0') && (hex <= '9')) { in hex_val()
21 val = (int8_t)(hex - '0'); in hex_val()
22 } else if ((hex >= 'a') && (hex <= 'f')) { in hex_val()
23 val = (int8_t)(hex - 'a' + 0xa); in hex_val()
24 } else if ((hex >= 'A') && (hex <= 'F')) { in hex_val()
25 val = (int8_t)(hex - 'A' + 0xa); in hex_val()
/trusted-firmware-a/docs/plat/
A Dintel-agilex.rst57 aarch64-linux-gnu-objcopy -I binary -O ihex --change-addresses 0xffe00000 bl2.bin bl2.hex
58 quartus_cpf --bootloader bl2.hex <quartus_generated_sof> <output_sof_with_bl2>
A Dintel-stratix10.rst57 aarch64-linux-gnu-objcopy -I binary -O ihex --change-addresses 0xffe00000 bl2.bin bl2.hex
58 quartus_cpf --bootloader bl2.hex <quartus_generated_sof> <output_sof_with_bl2>
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dintel-agilex.rst.txt57 aarch64-linux-gnu-objcopy -I binary -O ihex --change-addresses 0xffe00000 bl2.bin bl2.hex
58 quartus_cpf --bootloader bl2.hex <quartus_generated_sof> <output_sof_with_bl2>
A Dintel-stratix10.rst.txt57 aarch64-linux-gnu-objcopy -I binary -O ihex --change-addresses 0xffe00000 bl2.bin bl2.hex
58 quartus_cpf --bootloader bl2.hex <quartus_generated_sof> <output_sof_with_bl2>
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dtools-build.rst.txt163 via using ``cat <filename>`` instead of a hex string.
A Dbuild-options.rst.txt354 - ``ENC_KEY``: A 32-byte (256-bit) symmetric key in hex string format. It could
359 (IV) in hex string format. This value depends on ``DECRYPTION_SUPPORT``
/trusted-firmware-a/docs/getting_started/
A Dtools-build.rst163 via using ``cat <filename>`` instead of a hex string.
A Dbuild-options.rst354 - ``ENC_KEY``: A 32-byte (256-bit) symmetric key in hex string format. It could
359 (IV) in hex string format. This value depends on ``DECRYPTION_SUPPORT``
/trusted-firmware-a/tools/marvell/doimage/
A Ddoimage.c1131 #define print_field(st, type, field, hex, base) \ argument
1133 base + offsetof(type, field), sizeof(st->field), hex)
/trusted-firmware-a/docs/components/
A Dgranule-protection-tables-design.rst190 corresponding to the size, not the size itself. The decoded hex representations
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dgranule-protection-tables-design.rst.txt190 corresponding to the size, not the size itself. The decoded hex representations
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …,112,113,115,119,122,123,133,134,135,137],hesit:122,heterogen:101,hevc:106,hex:[6,18,48,57,83,84],…
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt940 …- print event number in hex format ([6b94356](https://review.trustedfirmware.org/plugins/gitiles/T…
1207 - Print newline after hex address in aarch64 el3_panic function
/trusted-firmware-a/docs/
A Dchange-log.md940 …- print event number in hex format ([6b94356](https://review.trustedfirmware.org/plugins/gitiles/T…
1207 - Print newline after hex address in aarch64 el3_panic function
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex3447 via using \sphinxcode{\sphinxupquote{cat \textless{}filename\textgreater{}}} instead of a hex strin…
4203 …C\_KEY}}: A 32\sphinxhyphen{}byte (256\sphinxhyphen{}bit) symmetric key in hex string format. It c…
4210 (IV) in hex string format. This value depends on \sphinxcode{\sphinxupquote{DECRYPTION\_SUPPORT}}
24737 corresponding to the size, not the size itself. The decoded hex representations
36123 …Zhy{}I binary \PYGZhy{}O ihex \PYGZhy{}\PYGZhy{}change\PYGZhy{}addresses 0xffe00000 bl2.bin bl2.hex
36124 quartus\PYGZus{}cpf \PYGZhy{}\PYGZhy{}bootloader bl2.hex \PYGZlt{}quartus\PYGZus{}generated\PYGZus{…
36240 …Zhy{}I binary \PYGZhy{}O ihex \PYGZhy{}\PYGZhy{}change\PYGZhy{}addresses 0xffe00000 bl2.bin bl2.hex
36241 quartus\PYGZus{}cpf \PYGZhy{}\PYGZhy{}bootloader bl2.hex \PYGZlt{}quartus\PYGZus{}generated\PYGZus{…
54046 print event number in hex format (\sphinxhref{https://review.trustedfirmware.org/plugins/gitiles/TF…
55081 Print newline after hex address in aarch64 el3\_panic function

Completed in 127 milliseconds