efi_loader: describe struct efi_loaded_image_obj
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 28 Dec 2020 21:42:51 +0000 (22:42 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 29 Dec 2020 01:09:04 +0000 (02:09 +0100)
Add the missing description of some fields of struct efi_loaded_image_obj.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h

index 3c68b85..dc3c6ac 100644 (file)
@@ -297,8 +297,10 @@ enum efi_image_auth_status {
  * @exit_status:       exit status passed to Exit()
  * @exit_data_size:    exit data size passed to Exit()
  * @exit_data:         exit data passed to Exit()
- * @exit_jmp:          long jump buffer for returning form started image
+ * @exit_jmp:          long jump buffer for returning from started image
  * @entry:             entry address of the relocated image
+ * @image_type:                indicates if the image is an applicition or a driver
+ * @auth_status:       indicates if the image is authenticated
  */
 struct efi_loaded_image_obj {
        struct efi_object header;