Re: [edk2-devel] [PATCH 0/5] Add UEFI-SCT test cases for RISCV_EFI_BOOT_PROTOCOL

2022-09-07 Thread G Edhaya Chandran
On Thu, Jun 9, 2022 at 03:57 PM, Sunil V L wrote: > > RISCV_EFI_BOOT_PROTOCOL Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#93425): https://edk2.groups.io/g/devel/message/93425 Mute This Topic: https://

[edk2-devel] [PATCH 0/5] Add UEFI-SCT test cases for RISCV_EFI_BOOT_PROTOCOL

2022-06-09 Thread 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.