From: Shantur Rathore <i@shantur.com>
To: u-boot@lists.denx.de
Cc: Simon Glass <sjg@chromium.org>, Shantur Rathore <i@shantur.com>,
Akash Gajjar <akash@openedev.com>,
Heinrich Schuchardt <xypron.glpk@gmx.de>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Jagan Teki <jagan@amarulasolutions.com>
Subject: [PATCH v1 0/3] efi_vars: SPI Flash store
Date: Tue, 21 Nov 2023 23:57:10 +0000 [thread overview]
Message-ID: <20231121235713.1530289-1-i@shantur.com> (raw)
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
next reply other threads:[~2023-11-21 23:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-21 23:57 Shantur Rathore [this message]
2023-11-21 23:57 ` [PATCH v1 1/3] efi: filestore: don't compile when config disabled Shantur Rathore
2023-11-22 2:13 ` AKASHI Takahiro
2023-11-21 23:57 ` [PATCH v1 2/3] efi_vars: Implement SPI Flash store Shantur Rathore
2023-11-22 2:38 ` AKASHI Takahiro
2023-11-22 6:57 ` Ilias Apalodimas
2023-11-24 11:58 ` Shantur Rathore
2023-11-27 7:09 ` Ilias Apalodimas
2023-11-27 9:30 ` Shantur Rathore
2023-11-27 10:35 ` Ilias Apalodimas
2023-11-21 23:57 ` [PATCH v1 3/3] defconfig: rockpro64: Enable SF EFI var store Shantur Rathore
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231121235713.1530289-1-i@shantur.com \
--to=i@shantur.com \
--cc=akash@openedev.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jagan@amarulasolutions.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.