All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 v2] EFI variable support via OP-TEE
@ 2020-05-11 18:13 Ilias Apalodimas
  2020-05-11 18:13 ` [PATCH 1/5 v2] efi_loader: Add headers for EDK2 StandAloneMM communication Ilias Apalodimas
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Ilias Apalodimas @ 2020-05-11 18:13 UTC (permalink / raw)
  To: u-boot

Hi!

This is the v2 of the patchset adding EFI variable support via OP-TEE
originally posted here [1]

Changes since v1:
* patch #2: 
   - Fix Copyright issues
   - Merge the include files in mm_communication.h
   - Rename some variables and follow EDK2 naming
   - Added proper documentation on struct definitions
   - Add missing defines (unused but good to have there)
   - Use flexible array members on structs and replace data[1] with data[]
* patch #3: 
   - Adjust efi_variable_tee.c to header file changes and fix typos
* patch #4: 
   - Remove EFI_HANDLE_WIDTH on printing
   - Rephrase 'efidebug query' help message
* patch #5
   - Move mm_communication.h maintenership
* patch #6
   - Heinrich's suggestion, on the help file, was a lot cleaner and easier
     to understand.  Using it as-is

[1] https://lists.denx.de/pipermail/u-boot/2020-May/410772.html


Ilias Apalodimas (4):
  efi_loader: Implement EFI variable handling via OP-TEE
  cmd: efidebug: Add support for querying UEFI variable storage
  MAINTAINERS: Add maintainer for EFI variables via OP-TEE
  doc: uefi.rst: Add OP-TEE variable storage config options

Sughosh Ganu (1):
  efi_loader: Add headers for EDK2 StandAloneMM communication

 MAINTAINERS                       |   6 +
 cmd/efidebug.c                    |  44 +-
 doc/uefi/uefi.rst                 |  17 +
 include/mm_communication.h        | 207 ++++++++++
 lib/efi_loader/Kconfig            |   9 +
 lib/efi_loader/Makefile           |   4 +
 lib/efi_loader/efi_variable_tee.c | 643 ++++++++++++++++++++++++++++++
 7 files changed, 929 insertions(+), 1 deletion(-)
 create mode 100644 include/mm_communication.h
 create mode 100644 lib/efi_loader/efi_variable_tee.c

-- 
2.26.2

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-05-15 12:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 18:13 [PATCH 0/6 v2] EFI variable support via OP-TEE Ilias Apalodimas
2020-05-11 18:13 ` [PATCH 1/5 v2] efi_loader: Add headers for EDK2 StandAloneMM communication Ilias Apalodimas
2020-05-11 19:39   ` Heinrich Schuchardt
2020-05-12  4:15     ` Ilias Apalodimas
2020-05-12  4:34     ` Ilias Apalodimas
2020-05-11 18:14 ` [PATCH 2/5 v2] efi_loader: Implement EFI variable handling via OP-TEE Ilias Apalodimas
2020-05-13  6:14   ` Heinrich Schuchardt
2020-05-13  8:10     ` Ilias Apalodimas
2020-05-15 11:55   ` Heinrich Schuchardt
2020-05-15 12:08     ` Ilias Apalodimas
2020-05-11 18:14 ` [PATCH 3/5 v2] cmd: efidebug: Add support for querying UEFI variable storage Ilias Apalodimas
2020-05-11 18:54   ` Heinrich Schuchardt
2020-05-12  4:02     ` Ilias Apalodimas
2020-05-11 18:14 ` [PATCH 4/5 v2] MAINTAINERS: Add maintainer for EFI variables via OP-TEE Ilias Apalodimas
2020-05-11 18:39   ` Heinrich Schuchardt
2020-05-11 18:14 ` [PATCH 5/5 v2] doc: uefi.rst: Add OP-TEE variable storage config options Ilias Apalodimas
2020-05-11 18:38   ` Heinrich Schuchardt

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.