]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-protocol/pb-protocol.c
Add boot command structure to petitboot protocol description
[petitboot] / lib / pb-protocol / pb-protocol.c
index fdf24471377160e9a3c51abb87c4197e4e034e1c..1d1a84b8901a3069c6a957382b992b395dc7b7f4 100644 (file)
  * action = 0x2: device remove message
  *  payload:
  *   4-byte len, id
+ *
+ * action = 0x3: boot
+ *  payload:
+ *   4-byte len, boot option id
+ *   4-byte len, boot_image_file
+ *   4-byte len, initrd_file
+ *   4-byte len, boot_args
+ *
  */
 
 void pb_protocol_dump_device(const struct device *dev, const char *text,