blob: 75d8f8c24ef8138cc019c800443ede7698606ae2 [file] [log] [blame]
Johan RUDHOLMa8bfde72012-02-12 11:46:44 -05001/*
2 * This program is free software; you can redistribute it and/or
3 * modify it under the terms of the GNU General Public
4 * License v2 as published by the Free Software Foundation.
5 *
6 * This program is distributed in the hope that it will be useful,
7 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9 * General Public License for more details.
10 *
11 * You should have received a copy of the GNU General Public
12 * License along with this program; if not, write to the
13 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
14 * Boston, MA 021110-1307, USA.
15 */
16
17/* mmc_cmds.c */
18int do_read_extcsd(int nargs, char **argv);
19int do_write_extcsd(int nargs, char **argv);
Chris Ballb9c7a172012-02-20 12:34:25 -050020int do_writeprotect_get(int nargs, char **argv);
21int do_writeprotect_set(int nargs, char **argv);
Saugata Dasb7e25992012-05-17 09:26:34 -040022int do_disable_512B_emulation(int nargs, char **argv);
Giuseppe CAVALLARO7bd13202012-04-19 10:58:37 +020023int do_write_boot_en(int nargs, char **argv);
Al Cooper64c2de82015-05-01 08:24:37 -040024int do_boot_bus_conditions_set(int nargs, char **argv);
Jaehoon Chung86496512012-09-21 10:08:05 +000025int do_write_bkops_en(int nargs, char **argv);
Chris Ballf74dfe22012-10-19 16:49:55 -040026int do_hwreset_en(int nargs, char **argv);
27int do_hwreset_dis(int nargs, char **argv);
Yaniv Gardi21bb4732013-05-26 13:25:33 -040028int do_sanitize(int nargs, char **argv);
Ben Gardiner27c357d2013-05-30 17:12:47 -040029int do_status_get(int nargs, char **argv);
Balaji T K78912362015-04-29 18:12:33 -040030int do_create_gp_partition(int nargs, char **argv);
Ben Gardinerd91d3692013-05-30 17:12:51 -040031int do_enh_area_set(int nargs, char **argv);
Ben Gardiner196d0d22013-09-19 11:14:29 -040032int do_write_reliability_set(int nargs, char **argv);
Roman Peniaevc6cb0532014-08-12 23:25:45 +090033int do_rpmb_write_key(int nargs, char **argv);
34int do_rpmb_read_counter(int nargs, char **argv);
35int do_rpmb_read_block(int nargs, char **argv);
36int do_rpmb_write_block(int nargs, char **argv);
Al Cooperd0b46442015-04-29 18:12:35 -040037int do_cache_en(int nargs, char **argv);
38int do_cache_dis(int nargs, char **argv);