Pull request for efi-2023-07-rc1

Documentation:

* man-page for coninfo command
* documentation style
* switch settings for boot modes on AM62 SK

UEFI:

* avoid using deprecated HandleProtocol()
* set static attribute for non-exported functions and variables
This commit is contained in:
Tom Rini
2023-04-09 11:08:39 -04:00
15 changed files with 149 additions and 27 deletions

View File

@@ -513,9 +513,6 @@ struct efi_register_notify_event {
struct list_head handles;
};
/* List of all events registered by RegisterProtocolNotify() */
extern struct list_head efi_register_notify_events;
/* called at pre-initialization */
int efi_init_early(void);
/* Initialize efi execution environment */