Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/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()
/arm-trusted-firmware-2.8.0/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>
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dtools-build.rst172 via using ``cat <filename>`` instead of a hex string.
A Dbuild-options.rst455 - ``ENC_KEY``: A 32-byte (256-bit) symmetric key in hex string format. It could
460 (IV) in hex string format. This value depends on ``DECRYPTION_SUPPORT``
/arm-trusted-firmware-2.8.0/tools/marvell/doimage/
A Ddoimage.c1131 #define print_field(st, type, field, hex, base) \ argument
1133 base + offsetof(type, field), sizeof(st->field), hex)
/arm-trusted-firmware-2.8.0/docs/components/
A Dgranule-protection-tables-design.rst190 corresponding to the size, not the size itself. The decoded hex representations
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md3048 …- print event number in hex format ([6b94356](https://review.trustedfirmware.org/plugins/gitiles/T…
3315 - Print newline after hex address in aarch64 el3_panic function

Completed in 18 milliseconds