Files
u-boot/doc/develop
Abdellatif El Khlifi f37af2760e drivers/mtd/nvmxip: introduce NVM XIP block storage emulation
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 implementation is generic and can be used by different platforms.

Two drivers are provided as follows.

  nvmxip-blk :

    a generic block driver allowing to read from the XIP flash

  nvmxip Uclass driver :

        When a device is described in the DT and associated with
        UCLASS_NVMXIP, the Uclass creates a block device and binds it with
	 the nvmxip-blk.

Platforms can use multiple NVM XIP devices at the same time by defining a
DT node for each one of them.

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
2023-04-27 17:01:14 -04:00
..
2023-02-11 12:22:35 -05:00
2023-04-03 16:38:50 -04:00
2023-03-13 13:56:14 +01:00
2023-03-08 11:40:49 -08:00
2022-09-13 16:01:44 -04:00
2023-01-16 18:26:51 -05:00
2022-08-13 11:09:49 +02:00
2022-01-19 16:18:09 +01:00
2022-12-17 13:37:33 +00:00
2022-03-02 10:28:12 -05:00
2023-04-03 16:38:50 -04:00
2022-12-17 13:37:33 +00:00
2022-12-17 13:37:33 +00:00
2023-02-11 12:22:35 -05:00