mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
efi_loader: restructure code for TEE variables
When using secure boot functions needed both for file and TEE based UEFI variables have to be moved to the common code module efi_var_common.c. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -195,4 +195,11 @@ efi_status_t efi_var_mem_ins(u16 *variable_name,
|
||||
*/
|
||||
u64 efi_var_mem_free(void);
|
||||
|
||||
/**
|
||||
* efi_init_secure_state - initialize secure boot state
|
||||
*
|
||||
* Return: status code
|
||||
*/
|
||||
efi_status_t efi_init_secure_state(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user