u-boot/doc/develop/driver-model
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
..
bind.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
debugging.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
design.rst dm: doc: Update documentation for new driver model schema 2023-02-14 09:43:27 -07:00
ethernet.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
fdt-fixup.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
fs_firmware_loader.rst dm: doc: Update documentation for new driver model schema 2023-02-14 09:43:27 -07:00
i2c-howto.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
index.rst drivers/mtd/nvmxip: introduce NVM XIP block storage emulation 2023-04-27 17:01:14 -04:00
livetree.rst dm: core: Update docs about oftree_from_fdt() 2022-10-17 21:17:13 -06:00
migration.rst global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
nvme.rst bootstd: Update documentation for new features 2023-01-23 18:11:41 -05:00
nvmxip.rst drivers/mtd/nvmxip: introduce NVM XIP block storage emulation 2023-04-27 17:01:14 -04:00
of-plat.rst dm: doc: Update documentation for new driver model schema 2023-02-14 09:43:27 -07:00
pci-info.rst dm: doc: Update documentation for new driver model schema 2023-02-14 09:43:27 -07:00
pmic-framework.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
remoteproc-framework.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
serial-howto.rst dm: doc: Update documentation for new driver model schema 2023-02-14 09:43:27 -07:00
soc-framework.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
spi-howto.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
usb-info.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
virtio.rst doc: develop: Convert README.virtio to reST 2021-05-10 13:56:12 +08:00