Hi, This patch series adds an "efidebug ecpt" command to list the conformance profiles and a python unit test.
This should help verification when we will add more conformance profiles. Best regards, Vincent. Vincent Stehlé (4): lib: uuid: add EBBR 2.1 conformance profile GUID efi_loader: export efi_ecpt_guid cmd: efidebug: add ecpt command test/py: add ECPT tests cmd/efidebug.c | 49 ++++++++++++++++++++++++++++++++ include/efi_loader.h | 4 +++ lib/efi_loader/efi_conformance.c | 2 +- lib/uuid.c | 4 +++ test/py/tests/test_efi_ecpt.py | 42 +++++++++++++++++++++++++++ 5 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 test/py/tests/test_efi_ecpt.py -- 2.51.0

