| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtd_uboot.c | 18 void board_mtdparts_default(const char **mtdids, const char **mtdparts); 22 __maybe_unused const char *mtdparts = NULL; in get_mtdids() local 29 board_mtdparts_default(&mtdids, &mtdparts); in get_mtdids() 143 const char *mtdparts = NULL; in get_mtdparts() local 146 mtdparts = env_get("mtdparts"); in get_mtdparts() 148 mtdparts = tmp_parts; in get_mtdparts() 150 if (mtdparts) in get_mtdparts() 151 return mtdparts; in get_mtdparts() 154 board_mtdparts_default(&mtdids, &mtdparts); in get_mtdparts() 156 mtdparts = MTDPARTS_DEFAULT; in get_mtdparts() [all …]
|
| H A D | mtdpart.c | 95 const char *mtdparts = *_mtdparts; in mtd_parse_partition() local 104 if (*mtdparts == '-') { in mtd_parse_partition() 107 mtdparts++; in mtd_parse_partition() 109 partition->size = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition() 119 if (*mtdparts == '@') { in mtd_parse_partition() 120 mtdparts++; in mtd_parse_partition() 121 partition->offset = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition() 125 if (*mtdparts == '(') { in mtd_parse_partition() 126 name = ++mtdparts; in mtd_parse_partition() 127 mtdparts = strchr(name, ')'); in mtd_parse_partition() [all …]
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | usb_a9263_dataflash_defconfig | 9 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/mtdblock1 mtdparts=mtdparts=atmel_nand:16m(kernel)r…
|
| H A D | rk3588-ipc.config | 5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1126b-ipc.config | 5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | rv1126-ipc.config | 5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
|
| H A D | M54451EVB_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:2M(kernel…
|
| H A D | M54451EVB_stmicro_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:2M(kernel…
|
| H A D | M54418TWR_nand_rmii_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock2 rw rootfstype=jffs2 mtdparts=NAND:1M(u-boot)ro,7M(kernel)ro,-(…
|
| H A D | M54455EVB_stm33_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
| H A D | M54455EVB_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
| H A D | M54455EVB_i66_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
| H A D | M54418TWR_nand_rmii_lowfreq_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock2 rw rootfstype=jffs2 mtdparts=NAND:1M(u-boot)ro,7M(kernel)ro,-(…
|
| H A D | M54418TWR_nand_mii_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock2 rw rootfstype=jffs2 mtdparts=NAND:1M(u-boot)ro,7M(kernel)ro,-(…
|
| H A D | M54455EVB_intel_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
| H A D | M54455EVB_a66_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
| H A D | smdkc100_defconfig | 8 …tdblock5 ubi.mtd=4 rootfstype=cramfs console=ttySAC0,115200n8 mem=128M mtdparts=s3c-onenand:256k(…
|
| H A D | pm9g45_defconfig | 7 CONFIG_BOOTARGS="fbcon=rotate:3 console=tty0 console=ttyS0,115200 root=/dev/mtdblock4 mtdparts=atme…
|
| H A D | CHIP_pro_defconfig | 19 CONFIG_MTDPARTS_DEFAULT="mtdparts=sunxi-nand.0:256k(spl),256k(spl-backup),2m(uboot),2m(uboot-backup…
|
| H A D | sama5d2_ptc_nandflash_defconfig | 12 CONFIG_BOOTARGS="console=ttyS0,57600 earlyprintk mtdparts=atmel_nand:6M(bootstrap)ro, 6M(kernel)ro,…
|
| H A D | sama5d2_ptc_spiflash_defconfig | 13 CONFIG_BOOTARGS="console=ttyS0,57600 earlyprintk mtdparts=atmel_nand:6M(bootstrap)ro, 6M(kernel)ro,…
|
| H A D | apf27_defconfig | 9 CONFIG_BOOTARGS="console=ttySMX0,115200 mtdparts=mxc_nand.0:1M(u-boot)ro,512K(env),512K(env2),512K(…
|
| H A D | stmark2_defconfig | 24 CONFIG_MTDPARTS_DEFAULT="mtdparts=spi-flash.0:1m(u-boot),7m(kernel),-(rootfs)"
|
| /rk3399_rockchip-uboot/board/isee/igep00x0/ |
| H A D | igep00x0.c | 244 void board_mtdparts_default(const char **mtdids, const char **mtdparts) in board_mtdparts_default() argument 257 *mtdparts = parts; in board_mtdparts_default()
|
| /rk3399_rockchip-uboot/board/freescale/mx35pdk/ |
| H A D | README | 65 Better solution is to use the kernel parameter mtdparts. 69 …rootfstype=nfsroot nfsroot=192.168.1.1:/opt/eldk-4.2-arm/arm rw ip=dhcp mtdparts=mxc_nand:1m(boot)… 85 Check the partition for boot in the NOR flash. Setting the mtdparts as reported,
|