Home
last modified time | relevance | path

Searched refs:mtdparts (Results 1 – 25 of 128) sorted by relevance

123456

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtd_uboot.c18 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 Dmtdpart.c95 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 Dusb_a9263_dataflash_defconfig9 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/mtdblock1 mtdparts=mtdparts=atmel_nand:16m(kernel)r…
H A Drk3588-ipc.config5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1126b-ipc.config5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A Drv1126-ipc.config5 CONFIG_ENVF_LIST="blkdevparts mtdparts sys_bootargs app reserved ipaddr serverip netmask gatewayip …
H A DM54451EVB_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:2M(kernel…
H A DM54451EVB_stmicro_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:2M(kernel…
H A DM54418TWR_nand_rmii_defconfig6 CONFIG_BOOTARGS="root=/dev/mtdblock2 rw rootfstype=jffs2 mtdparts=NAND:1M(u-boot)ro,7M(kernel)ro,-(…
H A DM54455EVB_stm33_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_i66_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54418TWR_nand_rmii_lowfreq_defconfig6 CONFIG_BOOTARGS="root=/dev/mtdblock2 rw rootfstype=jffs2 mtdparts=NAND:1M(u-boot)ro,7M(kernel)ro,-(…
H A DM54418TWR_nand_mii_defconfig6 CONFIG_BOOTARGS="root=/dev/mtdblock2 rw rootfstype=jffs2 mtdparts=NAND:1M(u-boot)ro,7M(kernel)ro,-(…
H A DM54455EVB_intel_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_a66_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A Dsmdkc100_defconfig8 …tdblock5 ubi.mtd=4 rootfstype=cramfs console=ttySAC0,115200n8 mem=128M mtdparts=s3c-onenand:256k(…
H A Dpm9g45_defconfig7 CONFIG_BOOTARGS="fbcon=rotate:3 console=tty0 console=ttyS0,115200 root=/dev/mtdblock4 mtdparts=atme…
H A DCHIP_pro_defconfig19 CONFIG_MTDPARTS_DEFAULT="mtdparts=sunxi-nand.0:256k(spl),256k(spl-backup),2m(uboot),2m(uboot-backup…
H A Dsama5d2_ptc_nandflash_defconfig12 CONFIG_BOOTARGS="console=ttyS0,57600 earlyprintk mtdparts=atmel_nand:6M(bootstrap)ro, 6M(kernel)ro,…
H A Dsama5d2_ptc_spiflash_defconfig13 CONFIG_BOOTARGS="console=ttyS0,57600 earlyprintk mtdparts=atmel_nand:6M(bootstrap)ro, 6M(kernel)ro,…
H A Dapf27_defconfig9 CONFIG_BOOTARGS="console=ttySMX0,115200 mtdparts=mxc_nand.0:1M(u-boot)ro,512K(env),512K(env2),512K(…
H A Dstmark2_defconfig24 CONFIG_MTDPARTS_DEFAULT="mtdparts=spi-flash.0:1m(u-boot),7m(kernel),-(rootfs)"
/rk3399_rockchip-uboot/board/isee/igep00x0/
H A Digep00x0.c244 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 DREADME65 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,

123456