Re: [U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-06-11 Thread Rick Chen
Hi Bin > > Hi Rick, > > On Mon, Jun 10, 2019 at 10:26 AM Rick Chen wrote: > > > > Hi Lukas > > > > > > > > Hi Rick, > > > > > > On Wed, 2019-06-05 at 16:58 +0800, Rick Chen wrote: > > > > Hi Bin > > > > > > > > Bin Meng 於 2019年6月4日 週二 上午10:48寫道: > > > > > Hi Rick, > > > > > > > > > > On Tue, May

Re: [U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-06-09 Thread Bin Meng
Hi Rick, On Mon, Jun 10, 2019 at 10:26 AM Rick Chen wrote: > > Hi Lukas > > > > > Hi Rick, > > > > On Wed, 2019-06-05 at 16:58 +0800, Rick Chen wrote: > > > Hi Bin > > > > > > Bin Meng 於 2019年6月4日 週二 上午10:48寫道: > > > > Hi Rick, > > > > > > > > On Tue, May 28, 2019 at 5:44 PM Andes wrote: > > >

Re: [U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-06-09 Thread Rick Chen
Hi Lukas > > Hi Rick, > > On Wed, 2019-06-05 at 16:58 +0800, Rick Chen wrote: > > Hi Bin > > > > Bin Meng 於 2019年6月4日 週二 上午10:48寫道: > > > Hi Rick, > > > > > > On Tue, May 28, 2019 at 5:44 PM Andes wrote: > > > > From: Rick Chen > > > > > > > > Add a v5l2 cache controller driver that is usually

Re: [U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-06-09 Thread Auer, Lukas
Hi Rick, On Wed, 2019-06-05 at 16:58 +0800, Rick Chen wrote: > Hi Bin > > Bin Meng 於 2019年6月4日 週二 上午10:48寫道: > > Hi Rick, > > > > On Tue, May 28, 2019 at 5:44 PM Andes wrote: > > > From: Rick Chen > > > > > > Add a v5l2 cache controller driver that is usually found on > > > Andes RISC-V ae35

Re: [U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-06-05 Thread Rick Chen
Hi Bin Bin Meng 於 2019年6月4日 週二 上午10:48寫道: > > Hi Rick, > > On Tue, May 28, 2019 at 5:44 PM Andes wrote: > > > > From: Rick Chen > > > > 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

Re: [U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-06-03 Thread Bin Meng
Hi Rick, On Tue, May 28, 2019 at 5:44 PM Andes wrote: > > From: Rick Chen > > 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 r

[U-Boot] [PATCH 1/6] dm: cache: add v5l2 cache controller driver

2019-05-28 Thread Andes
From: Rick Chen 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 Cc: Greentime Hu --