Home
last modified time | relevance | path

Searched refs:typecode (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0012-Platform-CS1000-Increase-BL2-partition-size.patch64 …--new=3:48:+4K --typecode=3:$FWU_METADATA_TYPE_UUID --partition-guid=3:$(uuidgen) --change-name=3:…
65 …--new=4:56:+4K --typecode=4:$PRIVATE_METADATA_TYPE_UUID --partition-guid=4:$(uuidgen) --change-nam…
66 …--new=5:64:+4k --typecode=5:$PRIVATE_METADATA_TYPE_UUID --partition-guid=5:$(uuidgen) --change-nam…
67 - --new=6:72:+100k --typecode=6:$SE_BL2_TYPE_UUID --partition-guid=6:$(uuidgen) --change-nam…
68 - --new=7:272:+368K --typecode=7:$TFM_TYPE_UUID --partition-guid=7:$(uuidgen) --change-name=…
69 - --new=8:32784:+100k --typecode=8:$SE_BL2_TYPE_UUID --partition-guid=8:$(uuidgen) --change-…
70 - --new=9:32984:+368K --typecode=9:$TFM_TYPE_UUID --partition-guid=9:$(uuidgen) --change-nam…
71 + --new=6:72:$SE_BL2_PARTITION_SIZE --typecode=6:$SE_BL2_TYPE_UUID --partition-guid=6:$(uuid…
72 + --new=7:360:$TFM_S_PARTITION_SIZE --typecode=7:$TFM_TYPE_UUID --partition-guid=7:$(uuidgen…
73 + --new=8:32784:$SE_BL2_PARTITION_SIZE --typecode=8:$SE_BL2_TYPE_UUID --partition-guid=8:$(u…
[all …]
/openbmc/qemu/tcg/
H A Dtcg.c1000 int typecode = extract32(typemask, (j + 1) * 3, 3); in init_ffi_layout() local
1001 ca->args[j] = typecode_to_ffi(typecode); in init_ffi_layout()
1119 unsigned typecode; in init_call_layout() local
1125 typecode = typemask & 7; in init_call_layout()
1126 switch (typecode) { in init_call_layout()
1178 typecode = typemask & 7; in init_call_layout()
1179 switch (typecode) { in init_call_layout()
1208 kind = TCG_CALL_ARG_EXTEND_U + (typecode & 1); in init_call_layout()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp50 uint8_t typecode; member
365 r = s->typecode; in dbus_to_sensor_type()
/openbmc/ipmitool/lib/
H A Dipmi_fru.c93 int len, off, size, i, j, k, typecode; in get_fru_area_str() local
103 typecode = ((data[off] & 0xC0) >> 6); in get_fru_area_str()
110 switch (typecode) { in get_fru_area_str()
141 switch (typecode) { in get_fru_area_str()