All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Conformance Profiles Table support in U-boot
@ 2021-12-17 12:55 Jose Marinho
  2021-12-17 12:55 ` [PATCH 1/3] efi: Create ECPT table Jose Marinho
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Jose Marinho @ 2021-12-17 12:55 UTC (permalink / raw)
  To: u-boot
  Cc: Jose Marinho, ilias.apalodimas, sughosh.ganu, xypron.glpk,
	takahiro.akashi, agraf, nd

The Conformance Profiles Table (ECPT) table will be included in the UEFI
specification 2.9+.
The ECPT table was introduced in UEFI following the code-first path. The
acceptance ticket can be viewed at:
	https://bugzilla.tianocore.org/show_bug.cgi?id=3591

This patch set implements the ECPT table in U-boot.

Jose Marinho (3):
  efi: Create ECPT table
  efi: ECPT add EBBRv2.0 conformance profile
  cmd: efi: efidebug print ECPT table

 cmd/efidebug.c                   | 45 +++++++++++++++++++
 include/efi_api.h                | 14 ++++++
 include/efi_loader.h             |  9 ++++
 lib/efi_loader/Kconfig           | 12 +++++
 lib/efi_loader/Makefile          |  1 +
 lib/efi_loader/efi_conformance.c | 75 ++++++++++++++++++++++++++++++++
 lib/efi_loader/efi_setup.c       |  6 +++
 7 files changed, 162 insertions(+)
 create mode 100644 lib/efi_loader/efi_conformance.c

-- 
2.25.1


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

end of thread, other threads:[~2022-08-29 23:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 12:55 [PATCH 0/3] Conformance Profiles Table support in U-boot Jose Marinho
2021-12-17 12:55 ` [PATCH 1/3] efi: Create ECPT table Jose Marinho
2021-12-17 17:19   ` Heinrich Schuchardt
2021-12-23 15:01     ` Jose Marinho
2021-12-17 12:55 ` [PATCH 2/3] efi: ECPT add EBBRv2.0 conformance profile Jose Marinho
2021-12-17 17:26   ` Heinrich Schuchardt
2021-12-23 14:57     ` Jose Marinho
2021-12-23 18:31       ` Heinrich Schuchardt
2021-12-31 14:36         ` Jose Marinho
2022-01-01 23:56           ` Heinrich Schuchardt
2022-08-29 23:58             ` Heinrich Schuchardt
2021-12-17 12:55 ` [PATCH 3/3] cmd: efi: efidebug print ECPT table Jose Marinho
2021-12-17 13:29   ` Heinrich Schuchardt
2021-12-17 18:07   ` Heinrich Schuchardt
2021-12-23 14:59     ` Jose Marinho
2021-12-17 18:05 ` [PATCH 0/3] Conformance Profiles Table support in U-boot Heinrich Schuchardt
2021-12-23 15:20   ` Jose Marinho
2021-12-23 18:27     ` 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.