u-boot/doc/android
Ariel D'Alessandro afca60620a drivers: fastboot: Add support for SPI flash memory
Fastboot currently supports MMC and NAND flash devices. Similarly,
extend the support to SPI flash memories.

Note that in this initial implementation, partitions on the device are
not supported yet, but raw partitions can be set in U-Boot environment.

To define a raw partition descriptor, add an environment variable
similar to the MMC case:

```
fastboot_raw_partition_<raw partition name>=<offset> <size>
```

for example:

```
fastboot_raw_partition_boot=0x0 0x1000000
```

Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
2025-07-22 11:30:14 -06:00
..
ab.rst treewide: bcb: move ab_select command to bcb subcommands 2024-10-24 09:45:55 +02:00
avb2.rst doc: android: avb: sync usage details 2024-02-15 10:38:34 +01:00
bcb.rst cmd: bcb: support various block device interfaces for BCB command 2023-11-16 18:59:58 -05:00
boot-image.rst doc: android: Fix a typo 2023-06-02 10:59:15 +02:00
fastboot-protocol.rst fastboot: implement "getvar all" 2024-01-09 14:58:33 +01:00
fastboot.rst drivers: fastboot: Add support for SPI flash memory 2025-07-22 11:30:14 -06:00
index.rst doc: android: Convert to Sphinx format 2020-02-04 09:07:24 +05:30