summaryrefslogtreecommitdiff
path: root/mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mmc.c')
-rw-r--r--mmc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/mmc.c b/mmc.c
index e0667fc..2adf15c 100644
--- a/mmc.c
+++ b/mmc.c
@@ -95,6 +95,14 @@ static struct Command commands[] = {
"Enable the boot partition for the <device>.\nTo receive acknowledgment of boot from the card set <send_ack>\nto 1, else set it to 0.",
NULL
},
+ { do_boot_bus_conditions_set, -4,
+ "bootbus set", "<boot_mode> " "<reset_boot_bus_conditions> " "<boot_bus_width> " "<device>\n"
+ "Set Boot Bus Conditions.\n"
+ "<boot_mode> must be \"single_backward|single_hs|dual\"\n"
+ "<reset_boot_bus_conditions> must be \"x1|retain\"\n"
+ "<boot_bus_width> must be \"x1|x4|x8\"",
+ NULL
+ },
{ do_write_bkops_en, -1,
"bkops enable", "<device>\n"
"Enable the eMMC BKOPS feature on <device>.\nNOTE! This is a one-time programmable (unreversible) change.",