Home
last modified time | relevance | path

Searched refs:rootfsaddr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mtd/parsers/
H A Dparser_imagetag.c68 unsigned int rootfsaddr, kerneladdr, spareaddr, offset; in bcm963xx_parse_imagetag_partitions() local
81 if (kstrtouint(buf->flash_image_start, 10, &rootfsaddr) || in bcm963xx_parse_imagetag_partitions()
82 rootfsaddr < BCM963XX_EXTENDED_SIZE) { in bcm963xx_parse_imagetag_partitions()
123 if (rootfsaddr < kerneladdr) in bcm963xx_parse_imagetag_partitions()
124 offset = rootfsaddr - sizeof(struct bcm_tag); in bcm963xx_parse_imagetag_partitions()
129 rootfsaddr = rootfsaddr - offset; in bcm963xx_parse_imagetag_partitions()
132 if (rootfsaddr < kerneladdr) { in bcm963xx_parse_imagetag_partitions()
134 rootfslen = kerneladdr - rootfsaddr; in bcm963xx_parse_imagetag_partitions()
138 rootfsaddr = kerneladdr + kernellen; in bcm963xx_parse_imagetag_partitions()
139 rootfslen = spareaddr - rootfsaddr; in bcm963xx_parse_imagetag_partitions()
[all …]
/openbmc/u-boot/board/keymile/scripts/
H A Dramfs-common.txt1 addramfs=setenv bootargs "${bootargs} phram.phram=rootfs${boot_bank},${rootfsaddr},${rootfssize}"
9 setrootfsaddr=setexpr value ${pnvramaddr} - ${rootfssize} && setenv rootfsaddr 0x${value}
12 tftpramfs=tftpboot ${rootfsaddr} ${hostname}/rootfsImage