Searched refs:slot_suffix (Results 1 - 3 of 3) sorted by relevance

/u-boot/boot/
H A Dandroid_ab.c56 memcpy(abc->slot_suffix, "a\0\0\0", 4);
93 offsetof(struct bootloader_message_ab, slot_suffix);
144 offsetof(struct bootloader_message_ab, slot_suffix) /
195 char slot_suffix[4]; local
321 memset(slot_suffix, 0, sizeof(slot_suffix));
322 slot_suffix[0] = BOOT_SLOT_NAME(slot);
323 if (memcmp(abc->slot_suffix, slot_suffix,
324 sizeof(slot_suffix))) {
[all...]
/u-boot/include/
H A Dandroid_bootloader_message.h60 * We used to have slot_suffix field for A/B boot control metadata in
103 * The slot_suffix field is used for A/B implementations where the
104 * bootloader does not set the androidboot.ro.boot.slot_suffix kernel
116 char slot_suffix[32]; member in struct:bootloader_message_ab
155 * be put in the 'slot_suffix' field of the 'bootloader_message'
162 char slot_suffix[4]; member in struct:bootloader_control
185 sizeof(((struct bootloader_message_ab *)0)->slot_suffix),
/u-boot/cmd/
H A Davb.c256 char *slot_suffix = ""; local
271 slot_suffix = argv[1];
286 slot_suffix,
482 "avb verify [slot_suffix] - run verification process using hash data\n"
484 " [slot_suffix] - _a, _b, etc (if vbmeta partition is slotted)\n"

Completed in 43 milliseconds