lib: Factor-out SBI legacy extension
authorAnup Patel <anup.patel@wdc.com>
Fri, 17 Jan 2020 12:39:49 +0000 (18:09 +0530)
committerAnup Patel <anup@brainfault.org>
Wed, 22 Jan 2020 06:43:40 +0000 (12:13 +0530)
commit766850222af4c39a52acf1fb12a97f2a42747d32
treeb8f2058907a2f3f74a047826f89d09835f037dfe
parent37923c4a66180b2f7881d959cd631038e81dbfec
lib: Factor-out SBI legacy extension

This patch factor-out SBI legacy extension into its own source
for better modularity of SBI implementation.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
include/sbi/sbi_ecall.h
lib/sbi/objects.mk
lib/sbi/sbi_ecall.c
lib/sbi/sbi_ecall_legacy.c [new file with mode: 0644]