Re: [edk2-devel] [PATCH v2 2/3] ProcessorPkg/Library: Add RiscVOpensbiLib

2020-05-20 Thread Daniel Schaefer
On 5/20/20 2:00 PM, Leif Lindholm wrote: (Fixing Mike's email in reply) On Fri, May 15, 2020 at 15:39:36 +0200, Daniel Schaefer wrote: From: Abner Chang EDK2 RISC-V OpenSBI library which pull in external source files under RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi to the build proce

Re: [edk2-devel] [PATCH v2 2/3] ProcessorPkg/Library: Add RiscVOpensbiLib

2020-05-20 Thread Leif Lindholm
(Fixing Mike's email in reply) On Fri, May 15, 2020 at 15:39:36 +0200, Daniel Schaefer wrote: > From: Abner Chang > > EDK2 RISC-V OpenSBI library which pull in external source files under > RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi to the build process. > > Signed-off-by: Abner Chang

[edk2-devel] [PATCH v2 2/3] ProcessorPkg/Library: Add RiscVOpensbiLib

2020-05-15 Thread Daniel Schaefer
From: Abner Chang EDK2 RISC-V OpenSBI library which pull in external source files under RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi to the build process. Signed-off-by: Abner Chang Co-authored-by: Daniel Schaefer Co-authored-by: Gilbert Chen Reviewed-by: Leif Lindholm Cc: Abner Chan