Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/common/
Duuid.c15 static int8_t hex_val(char hex) in hex_val() argument
19 if ((hex >= '0') && (hex <= '9')) { in hex_val()
20 val = (int8_t)(hex - '0'); in hex_val()
21 } else if ((hex >= 'a') && (hex <= 'f')) { in hex_val()
22 val = (int8_t)(hex - 'a' + 0xa); in hex_val()
23 } else if ((hex >= 'A') && (hex <= 'F')) { in hex_val()
24 val = (int8_t)(hex - 'A' + 0xa); in hex_val()
/trusted-firmware-a-latest/docs/plat/
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>
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-latest/docs/getting_started/
Dtools-build.rst172 via using ``cat <filename>`` instead of a hex string.
Dbuild-options.rst483 - ``ENC_KEY``: A 32-byte (256-bit) symmetric key in hex string format. It could
488 (IV) in hex string format. This value depends on ``DECRYPTION_SUPPORT``
/trusted-firmware-a-latest/tools/marvell/doimage/
Ddoimage.c1126 #define print_field(st, type, field, hex, base) \ argument
1128 base + offsetof(type, field), sizeof(st->field), hex)
/trusted-firmware-a-latest/docs/components/
Dgranule-protection-tables-design.rst190 corresponding to the size, not the size itself. The decoded hex representations
/trusted-firmware-a-latest/docs/
Dchange-log.md5216 …- print event number in hex format ([6b94356](https://review.trustedfirmware.org/plugins/gitiles/T…
5483 - Print newline after hex address in aarch64 el3_panic function