public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/5] Add UEFI-SCT test cases for RISCV_EFI_BOOT_PROTOCOL
@ 2022-06-09 10:27 Sunil V L
  2022-06-09 10:27 ` [PATCH 1/5] uefi-sct/SctPkg: Add header file " Sunil V L
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Sunil V L @ 2022-06-09 10:27 UTC (permalink / raw)
  To: devel; +Cc: Sunil V L

RISC-V platforms need to support new RISCV_EFI_BOOT_PROTOCOL
to communicate the boot hart ID to the OS. This patch series adds
the test cases to UEFI SCT for this protocol.

The protocol spec is maintained at:
https://github.com/riscv-non-isa/riscv-uefi

These tests are tested with u-boot and EDK2.

Sunil V L (5):
  uefi-sct/SctPkg: Add header file for RISCV_EFI_BOOT_PROTOCOL
  uefi-sct/SctPkg: Add test cases for RISCV_EFI_BOOT_PROTOCOL
  uefi-sct/SctPkg: Build test cases of RISCV_EFI_BOOT_PROTOCOL
  uefi-sct/SctPkg: Install RISCV_EFI_BOOT_PROTOCOL test module
  uefi-sct/SctPkg: Add a category for RISCV_EFI_BOOT_PROTOCOL

 uefi-sct/SctPkg/CommonGenFramework.sh         |   4 +
 uefi-sct/SctPkg/Config/Data/Category.ini      |   6 +
 .../EFI/Protocol/RiscV/BlackBoxTest/Guid.c    |  38 ++++
 .../EFI/Protocol/RiscV/BlackBoxTest/Guid.h    |  50 +++++
 .../BlackBoxTest/RiscVBootProtocolBBTest.inf  |  50 +++++
 .../RiscVBootProtocolBBTestConformance.c      | 171 ++++++++++++++++++
 .../RiscVBootProtocolBBTestFunction.c         | 124 +++++++++++++
 .../RiscVBootProtocolBBTestMain.c             | 122 +++++++++++++
 .../RiscVBootProtocolBBTestMain.h             | 112 ++++++++++++
 uefi-sct/SctPkg/UEFI/Protocol/RiscVBoot.h     |  72 ++++++++
 uefi-sct/SctPkg/UEFI/UEFI.dec                 |   1 +
 uefi-sct/SctPkg/UEFI/UEFI_SCT.dsc             |   3 +
 12 files changed, 753 insertions(+)
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RiscV/BlackBoxTest/Guid.c
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RiscV/BlackBoxTest/Guid.h
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RiscV/BlackBoxTest/RiscVBootProtocolBBTest.inf
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RiscV/BlackBoxTest/RiscVBootProtocolBBTestConformance.c
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RiscV/BlackBoxTest/RiscVBootProtocolBBTestFunction.c
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RiscV/BlackBoxTest/RiscVBootProtocolBBTestMain.c
 create mode 100644 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/RiscV/BlackBoxTest/RiscVBootProtocolBBTestMain.h
 create mode 100644 uefi-sct/SctPkg/UEFI/Protocol/RiscVBoot.h

-- 
2.25.1


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

end of thread, other threads:[~2022-09-07 14:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-09 10:27 [PATCH 0/5] Add UEFI-SCT test cases for RISCV_EFI_BOOT_PROTOCOL Sunil V L
2022-06-09 10:27 ` [PATCH 1/5] uefi-sct/SctPkg: Add header file " Sunil V L
2022-09-07 14:28   ` [edk2-devel] " G Edhaya Chandran
2022-06-09 10:27 ` [PATCH 2/5] uefi-sct/SctPkg: Add test cases " Sunil V L
2022-09-07 14:28   ` [edk2-devel] " G Edhaya Chandran
2022-06-09 10:27 ` [PATCH 3/5] uefi-sct/SctPkg: Build test cases of RISCV_EFI_BOOT_PROTOCOL Sunil V L
2022-09-07 14:29   ` [edk2-devel] " G Edhaya Chandran
2022-06-09 10:27 ` [PATCH 4/5] uefi-sct/SctPkg: Install RISCV_EFI_BOOT_PROTOCOL test module Sunil V L
2022-09-07 14:29   ` [edk2-devel] " G Edhaya Chandran
2022-06-09 10:27 ` [PATCH 5/5] uefi-sct/SctPkg: Add a category for RISCV_EFI_BOOT_PROTOCOL Sunil V L
2022-09-07 14:29   ` [edk2-devel] " G Edhaya Chandran
2022-09-07 14:27 ` [edk2-devel] [PATCH 0/5] Add UEFI-SCT test cases " G Edhaya Chandran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox