mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
f96744b250
commit
012c56ac76
3 changed files with 162 additions and 159 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue