commit | feea3fb998331a425fd561eeb79601f97c1a2ea1 | [log] [tgz] |
---|---|---|
author | Zong Li <zong.li@sifive.com> | Wed Sep 01 15:01:39 2021 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Sep 07 10:34:29 2021 +0800 |
tree | 144a34f5e02db8cf905b79c240a337a9bd44eef0 | |
parent | ae2398f9bd33d51521f36d0be7a30edd6aceeb73 [diff] |
cache: add sifive composable cache driver 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>