Searched refs:hex (Results 1 – 16 of 16) sorted by relevance
/trusted-firmware-a/common/ |
A D | uuid.c | 16 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 D | intel-agilex.rst | 57 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 D | intel-stratix10.rst | 57 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 D | intel-agilex.rst.txt | 57 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 D | intel-stratix10.rst.txt | 57 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 D | tools-build.rst.txt | 163 via using ``cat <filename>`` instead of a hex string.
|
A D | build-options.rst.txt | 354 - ``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 D | tools-build.rst | 163 via using ``cat <filename>`` instead of a hex string.
|
A D | build-options.rst | 354 - ``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 D | doimage.c | 1131 #define print_field(st, type, field, hex, base) \ argument 1133 base + offsetof(type, field), sizeof(st->field), hex)
|
/trusted-firmware-a/docs/components/ |
A D | granule-protection-tables-design.rst | 190 corresponding to the size, not the size itself. The decoded hex representations
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | granule-protection-tables-design.rst.txt | 190 corresponding to the size, not the size itself. The decoded hex representations
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …,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 D | change-log.md.txt | 940 …- 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 D | change-log.md | 940 …- 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 D | trustedfirmware-a.tex | 3447 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