Version 0.3-rc0 of the RISCV-SBI spec
introduced a new extension - sbi_system_reset.
This function is a replacement of sbi_shutdown
function in v0.1.
Update SBI code to use the new replacement
extension, and fall back to the legacy one, when necessary.