mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Uboot passes the partition table in smem to kernel through device tree. There is currently no method to specify additional paritions to be created. This environment variable addmtdparts allows users to specify new partitions. The format is setenv addmtdparts <newpart>[,<newpart>,...] where <newpart> is <size>[@<offset>][<name>][ro][lk] This syntax is same as in mtdparts part definition. Example: setenv addmtdparts 100M@0x8080000(diag) Change-Id: I91486cf5f74b0724565735f116ee1ec6722ba683 Signed-off-by: Saravanan Jaganathan <sjaganat@codeaurora.org> |
||
|---|---|---|
| .. | ||
| board_init.c | ||
| cmd_blowsecfuse.c | ||
| cmd_bootqca.c | ||
| cmd_exectzt.c | ||
| cmd_runmulticore.c | ||
| cmd_sec_auth.c | ||
| cmd_tzt.c | ||
| crashdump.c | ||
| env.c | ||
| ethaddr.c | ||
| fdt_fixup.c | ||
| fdt_info.c | ||
| fdt_info.h | ||
| Makefile | ||