summaryrefslogtreecommitdiff
path: root/doc/android
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2021-01-27 16:46:49 +0300
committerMarek Vasut <marex@denx.de>2021-02-07 21:22:55 +0300
commit0c0394b5026ed3271c92ab1c92a65ae67588d65d (patch)
treebddbbbfd276a3ffc0ec38f75c946169fa74bf93b /doc/android
parentb2f6b97b78b47362c74f2fbe59c1f4f390cb458f (diff)
downloadu-boot-0c0394b5026ed3271c92ab1c92a65ae67588d65d.tar.xz
fastboot: add command to select the eMMC boot configuration
Add command oem bootbus which executes the command ``mmc bootbus <id> <arg>`` on the current fastboot mmc device (<i> = CONFIG_FASTBOOT_FLASH_MMC_DEV) to set the eMMC boot configuration on first update, with <arg> = boot_bus_width reset_boot_bus_width boot_mode $> fastboot oem bootbus:<boot_bus_width> <reset_boot_bus_width> <boot_mode> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'doc/android')
-rw-r--r--doc/android/fastboot.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst
index d8cb64261c..16b11399b3 100644
--- a/doc/android/fastboot.rst
+++ b/doc/android/fastboot.rst
@@ -25,6 +25,7 @@ The following OEM commands are supported (if enabled):
- ``oem format`` - this executes ``gpt write mmc %x $partitions``
- ``oem partconf`` - this executes ``mmc partconf %x <arg> 0`` to configure eMMC
with <arg> = boot_ack boot_partition
+- ``oem bootbus`` - this executes ``mmc bootbus %x %s`` to configure eMMC
Support for both eMMC and NAND devices is included.