lib: sbi_ecall: Split up sbi_ecall_replace
authorVivian Wang <dramforever@live.com>
Wed, 9 Nov 2022 06:53:37 +0000 (14:53 +0800)
committerAnup Patel <anup@brainfault.org>
Tue, 15 Nov 2022 11:14:03 +0000 (16:44 +0530)
commit14f5c4cb4d2b9a5839a156c957f77a19a2f3eda7
tree4dada732c9e07ab3bf4aadff4c68a60cbe729f0f
parent7b29264f11b8ac9aef0df23122feed763f803779
lib: sbi_ecall: Split up sbi_ecall_replace

Split up sbi_ecall_replace so that each extension is in its individual
file.

Also reorganize the corresponding section in lib/sbi/objects.mk so
that it is grouped by extension, now that the object file targets are
split up.

Signed-off-by: Vivian Wang <dramforever@live.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/sbi/objects.mk
lib/sbi/sbi_ecall_ipi.c [new file with mode: 0644]
lib/sbi/sbi_ecall_rfence.c [moved from lib/sbi/sbi_ecall_replace.c with 50% similarity]
lib/sbi/sbi_ecall_srst.c [new file with mode: 0644]
lib/sbi/sbi_ecall_time.c [new file with mode: 0644]