Re: [PATCH v1 6/6] sandbox64: add a test case for UCLASS_NVMXIP

2023-04-17 Thread Abdellatif El Khlifi
On Mon, Feb 06, 2023 at 09:02:40PM -0700, Simon Glass wrote: > Hi, > > On Mon, 16 Jan 2023 at 10:29, wrote: > > > > From: Abdellatif El Khlifi > > > > provide a test for NVM XIP devices > > > > The test case allows to make sure of the following: > > > > - The NVM XIP QSPI devices are probed > >

Re: [PATCH v1 6/6] sandbox64: add a test case for UCLASS_NVMXIP

2023-02-06 Thread Simon Glass
Hi, On Mon, 16 Jan 2023 at 10:29, wrote: > > From: Abdellatif El Khlifi > > provide a test for NVM XIP devices > > The test case allows to make sure of the following: > > - The NVM XIP QSPI devices are probed > - The DT entries are read correctly > - the data read from the flash by the NVMXIP

[PATCH v1 6/6] sandbox64: add a test case for UCLASS_NVMXIP

2023-01-16 Thread abdellatif . elkhlifi
From: Abdellatif El Khlifi provide a test for NVM XIP devices The test case allows to make sure of the following: - The NVM XIP QSPI devices are probed - The DT entries are read correctly - the data read from the flash by the NVMXIP block driver is correct Signed-off-by: Abdellatif El Khlifi