*/ /* mmc_cmds.c */ int do_read_extcsd(int nargs, char **argv); int do_write_extcsd(int nargs, char **argv); int do_writeprotect_boot_get(int nargs, char **argv); int do_writeprotect_boot_set(int nargs, char **argv); int do_writeprotect_user_get(int nargs, char **...
MMC = 1, SD, }; struct config { char *idsfile; char *dir; bool verbose; enum bus_type bus; char *type; char *cid; char *csd; char *scr; char *ext_csd; }; enum REG_TYPE { CID = 0, CSD, SCR, }; struct ids_database { int id; char *manufacturer; }; static struct ids...
master 3rdparty man .gitignore Android.mk Makefile README lsmmc.c mmc.c mmc.h mmc_cmds.c mmc_cmds.h Latest commit cloehle and storulf mmc-utils: Implement alternative boot operation Nov 9, 2022 c62dd8e·Nov 9, 2022 History