[edk2-devel] [RFC PATCH V2 11/19] MdePkg/Library: Add ResetSystemLib library

2022-09-07 Thread Sunil V L
This library implements system reset interfaces like cold reboot, warm reboot etc. On RISC-V platforms, these are implemented using SBI calls. Signed-off-by: Sunil V L --- MdePkg/Library/ResetSystemLib/ResetSystemLib.inf | 35 ++ MdePkg/Library/ResetSystemLib/RiscV64/ResetSystemLib.c

[edk2-devel] [RFC PATCH V2 11/19] MdePkg/Library: Add ResetSystemLib library

2022-09-07 Thread Sunil V L
This library implements system reset interfaces like cold reboot, warm reboot etc. On RISC-V platforms, these are implemented using SBI calls. Signed-off-by: Sunil V L --- MdePkg/Library/ResetSystemLib/ResetSystemLib.inf | 35 ++ MdePkg/Library/ResetSystemLib/RiscV64/ResetSystemLib.c