[U-Boot] [PATCH v4 3/8] dm: cache: add v5l2 cache controller driver
Bin Meng
bmeng.cn at gmail.com
Wed Aug 28 13:16:20 UTC 2019
On Wed, Aug 28, 2019 at 6:52 PM Andes <uboot at andestech.com> wrote:
>
> From: Rick Chen <rick at andestech.com>
>
> Add a v5l2 cache controller driver that is usually found on
> Andes RISC-V ae350 platform. It will parse the cache settings
> from the dtb.
>
> In this version tag and data ram control timing can be adjusted
> by the requirement from the dtb.
>
> Signed-off-by: Rick Chen <rick at andestech.com>
> Cc: KC Lin <kclin at andestech.com>
> ---
> drivers/cache/Kconfig | 9 +++
> drivers/cache/Makefile | 1 +
> drivers/cache/cache-v5l2.c | 186 +++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 196 insertions(+)
> create mode 100644 drivers/cache/cache-v5l2.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list