[PATCH v1 0/3] efi_vars: SPI Flash store
Shantur Rathore
i at shantur.com
Wed Nov 22 00:57:10 CET 2023
With this patch series we implement SPI Flash storage for EFI
variables.
Shantur Rathore (3):
efi: filestore: don't compile when config disabled
efi_vars: Implement SPI Flash store
defconfig: rockpro64: Enable SF EFI var store
configs/rockpro64-rk3399_defconfig | 2 +
include/efi_variable.h | 46 ++++++++++++---
lib/efi_loader/Kconfig | 18 ++++++
lib/efi_loader/Makefile | 1 +
lib/efi_loader/efi_var_file.c | 13 +++--
lib/efi_loader/efi_var_sf.c | 91 ++++++++++++++++++++++++++++++
lib/efi_loader/efi_variable.c | 14 ++++-
7 files changed, 169 insertions(+), 16 deletions(-)
create mode 100644 lib/efi_loader/efi_var_sf.c
--
2.40.1
More information about the U-Boot
mailing list