Re: [U-Boot] [PATCH v6 1/9] test: add test for lib/lmb.c

2019-01-14 Thread Simon Goldschmidt
Am 05.01.2019 um 02:56 schrieb Simon Glass: Hi Simon, On Fri, 14 Dec 2018 at 13:14, Simon Goldschmidt wrote: Add basic tests for the lmb memory allocation code used to reserve and allocate memory during boot. Signed-off-by: Simon Goldschmidt --- Changes in v6: None Changes in v5: - this pa

Re: [U-Boot] [PATCH v6 1/9] test: add test for lib/lmb.c

2019-01-04 Thread Simon Glass
Hi Simon, On Fri, 14 Dec 2018 at 13:14, Simon Goldschmidt wrote: > > Add basic tests for the lmb memory allocation code used to reserve and > allocate memory during boot. > > Signed-off-by: Simon Goldschmidt > --- > > Changes in v6: None > Changes in v5: > - this patch is new in v5 > > Changes i

[U-Boot] [PATCH v6 1/9] test: add test for lib/lmb.c

2018-12-14 Thread Simon Goldschmidt
Add basic tests for the lmb memory allocation code used to reserve and allocate memory during boot. Signed-off-by: Simon Goldschmidt --- Changes in v6: None Changes in v5: - this patch is new in v5 Changes in v4: None Changes in v2: None test/lib/Makefile | 1 + test/lib/lmb.c| 297