lib: Rename string.x to sbi_string.x
authorAtish Patra <atish.patra@wdc.com>
Tue, 18 Jun 2019 21:54:04 +0000 (14:54 -0700)
committerAnup Patel <anup.patel@wdc.com>
Wed, 19 Jun 2019 04:18:59 +0000 (09:48 +0530)
commit200ed7c1bdb4d39caf9d0126e3741e72982852b0
tree11bff85604758f4af128920635091c42d84f1dfb
parent793e5e1184f04012804914bd922e68536f3b68dd
lib: Rename string.x to sbi_string.x

All string functions are part of libsbi. It makes more sense
to rename them to sbi_string.x as the libsbi can be linked
with external libraries that can have similar implementation.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Acked-by: Anup Patel <anup.patel@wdc.com>
include/sbi/sbi_string.h [new file with mode: 0644]
include/sbi/string.h [deleted file]
lib/sbi/libc/objects.mk [deleted file]
lib/sbi/objects.mk
lib/sbi/sbi_fifo.c
lib/sbi/sbi_ipi.c
lib/sbi/sbi_string.c [moved from lib/sbi/libc/string.c with 75% similarity]
lib/sbi/sbi_tlb.c
lib/utils/irqchip/plic.c
lib/utils/libfdt/libfdt_env.h
lib/utils/tinyfdt.c