-
- Downloads
riscv: nx25: lib: Add relative lib funcs to support RISC-V
Add makefile, interrupts.c and boot.c,... functions to support RISC-V arch. Signed-off-by:Rick Chen <rick@andestech.com> Signed-off-by:
Rick Chen <rickchen36@gmail.com> Signed-off-by:
Greentime Hu <green.hu@gmail.com> Cc: Padmarao Begari <Padmarao.Begari@microsemi.com>
Showing
- arch/riscv/lib/Makefile 14 additions, 0 deletionsarch/riscv/lib/Makefile
- arch/riscv/lib/boot.c 19 additions, 0 deletionsarch/riscv/lib/boot.c
- arch/riscv/lib/bootm.c 248 additions, 0 deletionsarch/riscv/lib/bootm.c
- arch/riscv/lib/cache.c 50 additions, 0 deletionsarch/riscv/lib/cache.c
- arch/riscv/lib/interrupts.c 76 additions, 0 deletionsarch/riscv/lib/interrupts.c
arch/riscv/lib/Makefile
0 → 100644
arch/riscv/lib/boot.c
0 → 100644
arch/riscv/lib/bootm.c
0 → 100644
arch/riscv/lib/cache.c
0 → 100644
arch/riscv/lib/interrupts.c
0 → 100644
Please register or sign in to comment