Searched refs:HEX (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/tools/ |
| H A D | k3_x509template.txt | 28 destAddr = FORMAT:HEX,OCT:TEST_BOOT_ADDR 33 shaValue = FORMAT:HEX,OCT:TEST_IMAGE_SHA_VAL 39 # initalVector = FORMAT:HEX,OCT:TEST_IMAGE_ENC_IV 40 # randomString = FORMAT:HEX,OCT:TEST_IMAGE_ENC_RS 42 # salt = FORMAT:HEX,OCT:TEST_IMAGE_KEY_DERIVE_SALT 45 debugUID = FORMAT:HEX,OCT:0000000000000000000000000000000000000000000000000000000000000000
|
| /openbmc/ipmitool/contrib/ |
| H A D | bmclanconf | 99 local HEX B1 B2 B3 B4; 100 HEX=`echo $1 | tr '[:lower:]' '[:upper:]'`; 101 H1=`echo $HEX | cut -c1-2` 102 H2=`echo $HEX | cut -c3-4` 103 H3=`echo $HEX | cut -c5-6` 104 H4=`echo $HEX | cut -c7-8`
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios_string_attribute.hpp | 29 HEX = 0x02, enumerator 40 {"Hex", Encoding::HEX},
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-intelhex_2.3.0.bb | 1 SUMMARY = "Python library for Intel HEX files manipulations"
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 2000 elif self.type == INT or self.type == HEX: 2006 base = 16 if self.type == HEX else 10 2060 self.type == HEX else str(clamped_val)) 2068 new_val = (hex(low) if self.type == HEX else str(low)) 2482 (self.type == HEX and _is_base_n(v, 16) )): 2528 elif self.type == INT or self.type == HEX: 3518 UNKNOWN, BOOL, TRISTATE, STRING, HEX, INT = range(6) variable 3522 STRING: "string", HEX: "hex", INT: "int"} 3526 T_INT: INT, T_HEX: HEX} 3530 DEFAULT_VALUE = {BOOL: "n", TRISTATE: "n", STRING: "", INT: "", HEX: ""}
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
| H A D | 0001-Update-Versioneer-to-0.22.patch | 297 + # if there isn't one, this yields HEX[-dirty] (no NUM) 348 + # parse describe_out. It will be like TAG-NUM-gHEX[-dirty] or HEX[-dirty] 358 + # now we have TAG-NUM-gHEX or HEX 387 + # HEX: no tags 424 + 1: no tags. git_describe was just HEX. 0+untagged.DISTANCE.gHEX[.dirty] 590 + 1: no tags. HEX[-dirty] (note: no 'g' prefix) 611 + 1: no tags. HEX[-dirty] (note: no 'g' prefix) 1512 # if there isn't one, this yields HEX[-dirty] (no NUM) 1566 # parse describe_out. It will be like TAG-NUM-gHEX[-dirty] or HEX[-dirty] 1580 # HEX: no tags [all …]
|
| /openbmc/qemu/docs/system/ |
| H A D | generic-loader.rst | 76 U-Boot, and Intel HEX executable formats as well as raw images. The syntax is
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | README.md | 592 User Data section itself (in HEX). All should be converted to lowercase.
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 1314 atmsar11.HEX: 19191 1861 bitstream.HEX: 192281
|