| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-06-19 | lib: Rename string.x to sbi_string.x | Atish Patra | 2 | -190/+0 | |
| 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> | |||||
| 2019-06-19 | lib: Include helper libc functions directly in libsbi. | Atish Patra | 2 | -0/+190 | |
| libsbi needs some of the custom libc functions. It should be directly included in libsbi instead of platform specific libraries. Signed-off-by: Atish Patra <atish.patra@wdc.com> Acked-by: Anup Patel <anup.patel@wdc.com> | |||||
