Re: [PATCH v1 1/6] drivers/nvmxip: introduce NVM XIP block storage emulation

2023-04-17 Thread Abdellatif El Khlifi
On Tue, Feb 07, 2023 at 11:38:57AM -0700, Simon Glass wrote: > Hi, > > On Mon, 16 Jan 2023 at 10:28, wrote: > > > > From: Abdellatif El Khlifi > > > > add block storage emulation for NVM XIP flash devices > > > > Some paltforms such as Corstone-1000 need to see NVM XIP raw flash > > as a block s

Re: [PATCH v1 1/6] drivers/nvmxip: introduce NVM XIP block storage emulation

2023-02-07 Thread Simon Glass
Hi, On Mon, 16 Jan 2023 at 10:28, wrote: > > From: Abdellatif El Khlifi > > add block storage emulation for NVM XIP flash devices > > Some paltforms such as Corstone-1000 need to see NVM XIP raw flash > as a block storage device with read only capability. As mentioned I didn't see this patch or

[PATCH v1 1/6] drivers/nvmxip: introduce NVM XIP block storage emulation

2023-01-16 Thread abdellatif . elkhlifi
From: Abdellatif El Khlifi add block storage emulation for NVM XIP flash devices Some paltforms such as Corstone-1000 need to see NVM XIP raw flash as a block storage device with read only capability. Here NVM flash devices are devices with addressable memory (e.g: QSPI NOR flash). The impleme