| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-24 | all: Update copyright header in all files | Anup patel | |
| This patch updates copyright header in all files as follows: 1. Makes "SPDX-License-Identifier: BSD-2-Clause" as first line 2. Change copyright year to 2019 for Western Digital Signed-off-by: Anup Patel <[email protected]> | |||
| 2019-01-18 | platform: Fix compile error caused by standard includes | Anup Patel | |
| Avoid using standard includes namely stdint.h, string.h, stdlib.h, etc. All standard include except stddef.h give compilation error due to differences in RISC-V toolchain configuration. Typically, the compilation error is related to "gnu-stubs-lp64.h". This patch fixes compile error caused by standard includes by providing substitutes of definetions provided by standard includes wherever required. Signed-off-by: Anup Patel <[email protected]> | |||
| 2019-01-18 | platform: Add minimal libc support. | Atish Patra | |
| libfdt requires minimal libc support. Absoultely minimum functions are added in libc. Signed-off-by: Atish Patra <[email protected]> | |||
