commit | 29ef99c54beb7f887168750afb8c08a96534f40c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 22 09:07:50 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 11 23:14:17 2020 +0200 |
tree | cbcfac26657750f8087df9784d8c454115ff737f | |
parent | 8cd9975fbf8c422bc3bc73b9a2249d62bd1badd7 [diff] |
efi_loader: memory buffer for variables Saving UEFI variable as encoded U-Boot environment variables does not allow support at runtime. Provide functions to manage a memory buffer with UEFI variables. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>