fastboot: Support defining raw partitions without a partition table
authorFilip Brozovic <fbrozovic@gmail.com>
Mon, 29 Jun 2020 11:14:37 +0000 (13:14 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 1 Sep 2020 12:47:43 +0000 (14:47 +0200)
commita17c0cb85e3abe8601efaadbb287116d1142fefd
treebc3db8e28e4492a464ac2697de90a949f93f2a9f
parent1468a1cc72afa210c35a4d0ed533de29110de648
fastboot: Support defining raw partitions without a partition table

Add support for defining raw fastboot partitions in eMMC by specifying
the offset and size in an environment variable. Optionally, the eMMC
hardware partition number may also be specified.

This makes it possible to e.g. update only part of the eMMC boot
partition, instead of having to write the entire partition.

Signed-off-by: Filip Brozovic <fbrozovic@gmail.com>
doc/android/fastboot.rst
drivers/fastboot/fb_mmc.c