aboutsummaryrefslogtreecommitdiff
path: root/include/efi_loader.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-28 22:42:51 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-31 14:33:07 +0100
commit0ce3fb55e0be286f1f7686aeb452ee77100a2493 (patch)
tree6c3109a456c411d3e2b5012768de8ff283acab88 /include/efi_loader.h
parent2a0f80f058a7ebc65cfdf863801d5ac26ad68d4e (diff)
downloadu-boot-0ce3fb55e0be286f1f7686aeb452ee77100a2493.zip
u-boot-0ce3fb55e0be286f1f7686aeb452ee77100a2493.tar.gz
u-boot-0ce3fb55e0be286f1f7686aeb452ee77100a2493.tar.bz2
efi_loader: describe struct efi_loaded_image_obj
Add the missing description of some fields of struct efi_loaded_image_obj. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/efi_loader.h')
-rw-r--r--include/efi_loader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h
index 365f3d0..280225a 100644
--- a/include/efi_loader.h
+++ b/include/efi_loader.h
@@ -304,8 +304,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;