mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Merge branch 'master' into next
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -544,8 +544,10 @@ void efi_carve_out_dt_rsv(void *fdt);
|
||||
void efi_try_purge_kaslr_seed(void *fdt);
|
||||
/* Called by bootefi to make console interface available */
|
||||
efi_status_t efi_console_register(void);
|
||||
/* Called by efi_init_obj_list() to initialize efi_disks */
|
||||
/* Called by efi_init_early() to add block devices when probed */
|
||||
efi_status_t efi_disk_init(void);
|
||||
/* Called by efi_init_obj_list() to proble all block devices */
|
||||
efi_status_t efi_disks_register(void);
|
||||
/* Called by efi_init_obj_list() to install EFI_RNG_PROTOCOL */
|
||||
efi_status_t efi_rng_register(void);
|
||||
/* Called by efi_init_obj_list() to install EFI_TCG2_PROTOCOL */
|
||||
@@ -1079,6 +1081,13 @@ extern u8 num_image_type_guids;
|
||||
*/
|
||||
efi_status_t efi_esrt_register(void);
|
||||
|
||||
/**
|
||||
* efi_ecpt_register() - Install the ECPT system table.
|
||||
*
|
||||
* Return: status code
|
||||
*/
|
||||
efi_status_t efi_ecpt_register(void);
|
||||
|
||||
/**
|
||||
* efi_esrt_populate() - Populates the ESRT entries from the FMP instances
|
||||
* present in the system.
|
||||
|
Reference in New Issue
Block a user