Re: [U-Boot] [PATCH v2 1/3] board_f: Add mach specific DMA address check function.

2019-05-23 Thread Christoph Müllner
On 23.05.19 00:57, Simon Glass wrote: > Hi Heiko, > > On Wed, 22 May 2019 at 05:29, Heiko Stuebner wrote: >> >> Hi Simon, >> >> Am Samstag, 18. Mai 2019, 18:08:58 CEST schrieb Simon Glass: >>> On Tue, 7 May 2019 at 09:59, Christoph Muellner >>> wrote: From: Christoph Müllner >>

Re: [U-Boot] [PATCH v2 1/3] board_f: Add mach specific DMA address check function.

2019-05-22 Thread Simon Glass
Hi Heiko, On Wed, 22 May 2019 at 05:29, Heiko Stuebner wrote: > > Hi Simon, > > Am Samstag, 18. Mai 2019, 18:08:58 CEST schrieb Simon Glass: > > On Tue, 7 May 2019 at 09:59, Christoph Muellner > > wrote: > > > > > > From: Christoph Müllner > > > > > > Some machines have limited DMA engines, whi

Re: [U-Boot] [PATCH v2 1/3] board_f: Add mach specific DMA address check function.

2019-05-22 Thread Heiko Stuebner
Hi Simon, Am Samstag, 18. Mai 2019, 18:08:58 CEST schrieb Simon Glass: > On Tue, 7 May 2019 at 09:59, Christoph Muellner > wrote: > > > > From: Christoph Müllner > > > > Some machines have limited DMA engines, which cannot deal > > with arbitrary addresses. This patch introduces a function > > t

Re: [U-Boot] [PATCH v2 1/3] board_f: Add mach specific DMA address check function.

2019-05-18 Thread Simon Glass
Hi Christoph, On Tue, 7 May 2019 at 09:59, Christoph Muellner wrote: > > From: Christoph Müllner > > Some machines have limited DMA engines, which cannot deal > with arbitrary addresses. This patch introduces a function > to model these restrictions on a machine level. > > Signed-off-by: Christo

[U-Boot] [PATCH v2 1/3] board_f: Add mach specific DMA address check function.

2019-05-07 Thread Christoph Muellner
From: Christoph Müllner Some machines have limited DMA engines, which cannot deal with arbitrary addresses. This patch introduces a function to model these restrictions on a machine level. Signed-off-by: Christoph Müllner Signed-off-by: Christoph Muellner --- Changes in v2: None common/boar