Re: [RFC PATCH v2 15/48] test: lmb: remove the test for max regions

2024-07-22 Thread Ilias Apalodimas
On Thu, 4 Jul 2024 at 10:36, Sughosh Ganu wrote: > > The LMB memory map is now persistent and global, and the > CONFIG_LMB_USE_MAX_REGIONS config symbol has now been removed. Remove > the corresponding lmb test case. > > Signed-off-by: Sughosh Ganu > --- > Changes since V1: New patch > > test/li

Re: [RFC PATCH v2 15/48] test: lmb: remove the test for max regions

2024-07-13 Thread Simon Glass
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote: > > The LMB memory map is now persistent and global, and the > CONFIG_LMB_USE_MAX_REGIONS config symbol has now been removed. Remove > the corresponding lmb test case. > > Signed-off-by: Sughosh Ganu > --- > Changes since V1: New patch > > test/li

[RFC PATCH v2 15/48] test: lmb: remove the test for max regions

2024-07-04 Thread Sughosh Ganu
The LMB memory map is now persistent and global, and the CONFIG_LMB_USE_MAX_REGIONS config symbol has now been removed. Remove the corresponding lmb test case. Signed-off-by: Sughosh Ganu --- Changes since V1: New patch test/lib/lmb.c | 67 -- 1 f