lib: sbi: Add system suspend skeleton
authorAndrew Jones <ajones@ventanamicro.com>
Mon, 27 Feb 2023 10:31:02 +0000 (11:31 +0100)
committerAnup Patel <anup@brainfault.org>
Mon, 27 Feb 2023 14:13:52 +0000 (19:43 +0530)
commit73623a0acac7f62646757cdd5a03b325eba3e0c9
tree3665667dbfecdfaf68789e8aaa8508b9e3d83255
parent8a40306371b7e5dbe20da946edd0ddd9693bfa85
lib: sbi: Add system suspend skeleton

Add the SUSP extension probe and ecall support, but for now the
system suspend function is just a stub.

Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
include/sbi/sbi_ecall_interface.h
include/sbi/sbi_system.h
lib/sbi/Kconfig
lib/sbi/objects.mk
lib/sbi/sbi_ecall_susp.c [new file with mode: 0644]
lib/sbi/sbi_init.c
lib/sbi/sbi_system.c