Re: [edk2-devel] [RFC PATCH V2 03/19] MdePkg/Protocol: Add RiscVBootProtocol.h

2022-12-07 Thread Heinrich Schuchardt
On 9/7/22 13:36, Sunil V L wrote: RISC-V UEFI platforms need to implement RISCV_EFI_BOOT_PROTOCOL. Add header file with the definitions of this protocol. Signed-off-by: Sunil V L Reviewed-by: Heinrich Schuchardt --- MdePkg/Include/Protocol/RiscVBootProtocol.h | 35

[edk2-devel] [RFC PATCH V2 03/19] MdePkg/Protocol: Add RiscVBootProtocol.h

2022-09-07 Thread Sunil V L
RISC-V UEFI platforms need to implement RISCV_EFI_BOOT_PROTOCOL. Add header file with the definitions of this protocol. Signed-off-by: Sunil V L --- MdePkg/Include/Protocol/RiscVBootProtocol.h | 35 1 file changed, 35 insertions(+) diff --git a/MdePkg/Include/Protocol/RiscV

[edk2-devel] [RFC PATCH V2 03/19] MdePkg/Protocol: Add RiscVBootProtocol.h

2022-09-07 Thread Sunil V L
RISC-V UEFI platforms need to implement RISCV_EFI_BOOT_PROTOCOL. Add header file with the definitions of this protocol. Signed-off-by: Sunil V L --- MdePkg/Include/Protocol/RiscVBootProtocol.h | 35 1 file changed, 35 insertions(+) diff --git a/MdePkg/Include/Protocol/RiscV