Re: [U-Boot] [PATCH v2 2/2] test: lib: lmb: add lmb test for multiple RAM banks

2019-02-02 Thread Tom Rini
On Fri, Feb 01, 2019 at 09:23:59PM +0100, Simon Goldschmidt wrote: > This adds one test case that checks that allocation with multiple > DRAM banks works correctly. > > Signed-off-by: Simon Goldschmidt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

Re: [U-Boot] [PATCH v2 2/2] test: lib: lmb: add lmb test for multiple RAM banks

2019-02-01 Thread Simon Glass
On Fri, 1 Feb 2019 at 13:24, Simon Goldschmidt < simon.k.r.goldschm...@gmail.com> wrote: > > This adds one test case that checks that allocation with multiple > DRAM banks works correctly. > > Signed-off-by: Simon Goldschmidt > --- > > Changes in v2: > - added test > > test/lib/lmb.c | 94 +++

[U-Boot] [PATCH v2 2/2] test: lib: lmb: add lmb test for multiple RAM banks

2019-02-01 Thread Simon Goldschmidt
This adds one test case that checks that allocation with multiple DRAM banks works correctly. Signed-off-by: Simon Goldschmidt --- Changes in v2: - added test test/lib/lmb.c | 94 -- 1 file changed, 75 insertions(+), 19 deletions(-) diff --git a