summaryrefslogtreecommitdiff
path: root/drivers/cache/cache-sifive-ccache.c
AgeCommit message (Collapse)AuthorFilesLines
2021-09-07cache: add sifive composable cache driverZong Li1-0/+75
This driver is currently responsible for enabling all ccache ways. Composable cache could be configure as RAM or cache, we will use it as RAM at the beginning to put the u-boot SPL there. In u-boot proper phrase, we will use the composable cache as cache, and try to enable the cache ways. Signed-off-by: Zong Li <zong.li@sifive.com> Reviewed-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com>