Files
u-boot/arch/riscv/cpu/th1520/Makefile
Yao Zi 5fe9ced355 riscv: cpu: Add TH1520 CPU support
Introduce the SoC-specific code and corresponding Kconfig entries for
TH1520 SoC. Following features are implemented for TH1520,

- Cache enable/disable through customized CSR
- Invalidation of customized PMP entries
- DRAM driver probing for SPL

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2025-05-21 16:49:52 +08:00

9 lines
151 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2025, Yao Zi <ziyao@disroot.org>
obj-y += cache.o
obj-y += cpu.o
obj-y += dram.o
obj-y += spl.o