]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit694c67bed5a340baf55135f832a99f06856daf09
treebc3db8e28e4492a464ac2697de90a949f93f2a9f
parentb3a0ff28d0f3bfd965cdf143084eec5961b59f7d
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