| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-28 | lib: sbi: Simplify console platform operations | Anup Patel | |
| Instead of having console_putc() and console_getc() callbacks in platform operations, it will be much simpler for console driver to directly register these operations as device to the sbi_console implementation. Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Alistair Francis <[email protected]> Reviewed-by: Xiang W <[email protected]> | |||
| 2019-06-19 | platform: Move platform common to lib/utils. | Atish Patra | |
| Currently, platform/common contains platform/non-platform specific common minimal drivers and libraries. This is helpful is all platforms are built within opensbi framework. Move them to lib/utils so that any external platform code also can reuse the minimalistic drivers or other common libraries. This patch doesn't introduce any functional changes. Signed-off-by: Atish Patra <[email protected]> Acked-by: Anup Patel <[email protected]> | |||
