forked from OERV-BSP/u-boot
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>
9 lines
151 B
Makefile
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
|