Re: [edk2-devel] [PATCH edk2-platforms 1/1] Silicon/RISC-V: Fix a build failure in RiscVCpuLib

2023-03-01 Thread Sunil V L
On Tue, Feb 21, 2023 at 09:29:06PM +0800, Chai, Evan wrote: > From: "Chai, Evan" > > RiscVSetSupervisorAddressTranslationRegister() should be moved out from > RiscVCpuLib since it had been merged to MdePkg/Include/Library/BaseLib.h, > to avoid a multiple definition problem in building. > > Signe

[edk2-devel] [PATCH edk2-platforms 1/1] Silicon/RISC-V: Fix a build failure in RiscVCpuLib

2023-02-22 Thread Chai, Evan
From: "Chai, Evan" RiscVSetSupervisorAddressTranslationRegister() should be moved out from RiscVCpuLib since it had been merged to MdePkg/Include/Library/BaseLib.h, to avoid a multiple definition problem in building. Signed-off-by: Evan Chai --- .../RISC-V/ProcessorPkg/Include/Library/RiscVCpu