Re: [PATCH 33/40] test: cedit: use allocated address for reading file

2024-07-29 Thread Simon Glass
Hi Sughosh, On Mon, 29 Jul 2024 at 02:53, Sughosh Ganu wrote: > > On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > > > Hi Sughosh, > > > > On Wed, 24 Jul 2024 at 00:05, Sughosh Ganu wrote: > > > > > > Instead of a randomly selected address, use an LMB allocated one for > > > reading the

Re: [PATCH 33/40] test: cedit: use allocated address for reading file

2024-07-29 Thread Sughosh Ganu
On Fri, 26 Jul 2024 at 05:02, Simon Glass wrote: > > Hi Sughosh, > > On Wed, 24 Jul 2024 at 00:05, Sughosh Ganu wrote: > > > > Instead of a randomly selected address, use an LMB allocated one for > > reading the file into memory. With the LMB map now being persistent > > and global, the address

Re: [PATCH 33/40] test: cedit: use allocated address for reading file

2024-07-25 Thread Simon Glass
Hi Sughosh, On Wed, 24 Jul 2024 at 00:05, Sughosh Ganu wrote: > > Instead of a randomly selected address, use an LMB allocated one for > reading the file into memory. With the LMB map now being persistent > and global, the address used for reading the file might be already > allocated as

[PATCH 33/40] test: cedit: use allocated address for reading file

2024-07-24 Thread Sughosh Ganu
Instead of a randomly selected address, use an LMB allocated one for reading the file into memory. With the LMB map now being persistent and global, the address used for reading the file might be already allocated as non-overwritable, resulting in a failure. Get a valid address from LMB and then