Home
last modified time | relevance | path

Searched refs:rwfs (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/
H A D30-ubiattach-or-format3 if [ ! -e /dev/mtd/rwfs ]; then
23 if ! ubiattach -p /dev/mtd/rwfs > /dev/null ; then
27 if ! ubinfo /dev/ubi0 -N rwfs > /dev/null ; then
29 ubidetach -p /dev/mtd/rwfs
38 if ! ubiformat --yes /dev/mtd/rwfs ; then
42 if ! ubiattach -p /dev/mtd/rwfs ; then
46 if ! ubimkvol /dev/ubi0 -N rwfs -m ; then
52 mount -t ubifs ubi0:rwfs /run/mnt-persist -o sync,compr=zstd
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/
H A D0004-config-ast-common-Add-conditional-factory-reset-comm.patch6 Factory reset (removing persistent rwfs) has to occur before we've
7 mounted the rwfs. However, the variable to determine whether or not to
9 before rwfs is mounted except in u-boot. So, check it before every boot.
40 + "do_rwreset=if test \"\${rwreset}\" = \"true\"; then ubi remove rwfs; ubi create rwfs \${rwfs_siz…
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-update.sh84 rwfs=$(findmtd rwfs)
86 rwdev=/dev/mtdblock${rwfs#mtd}
119 --copy-files Copy files from save directory to rwfs mountpoint
120 --restore-files Restore files from save directory to rwfs layer
H A Dobmc-init.sh165 rwfs=$(findmtd rwfs)
168 rwdev=/dev/mtdblock${rwfs#mtd}
184 trigger=${image}rwfs
214 echo "rofs = $rofs $rofst rwfs = $rwfs $rwfst"
290 if grep -w clean-rwfs-filesystem $optfile
326 flash_eraseall "/dev/$rwfs"
409 or perform a factory reset with the clean-rwfs-filesystem option.
/openbmc/phosphor-bmc-code-mgmt/static/
H A Dobmc-flash-bmc-alt@.service.in9 ExecStartPre=-/usr/bin/obmc-flash-bmc umount-static-altfs rwfs-alt
12 ExecStartPost=-/usr/bin/obmc-flash-bmc static-altfs jffs2 alt-rwfs rwfs-alt
H A Dobmc-flash-bmc-prepare-for-sync.service.in9 ExecStart=-/usr/bin/obmc-flash-bmc static-altfs jffs2 alt-rwfs rwfs-alt
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_types_phosphor.bbclass98 # Compute rwfs LEB count and LEB size.
116 DISTROOVERRIDES .= ":static-rwfs-${OVERLAY_BASETYPE}"
117 DISTROOVERRIDES .= ":ubi-rwfs-${FLASH_UBI_OVERLAY_BASETYPE}"
125 FLASH_UBI_RWFS_CMD:ubi-rwfs-jffs2 = "${JFFS2_RWFS_CMD}"
126 FLASH_UBI_RWFS_CMD:ubi-rwfs-ubifs = "${UBIFS_RWFS_CMD}"
127 FLASH_EXT4_RWFS_CMD:mmc-rwfs-ext4 = "${EXT4_RWFS_CMD}"
182 clean_rwfs rwfs.${FLASH_EXT4_OVERLAY_BASETYPE}
415 rwfs=$1
425 ln -sf ${IMGDEPLOYDIR}/${IMAGE_LINK_NAME}.$rwfs image-rwfs
569 _add_manifest("rwfs", "data",
[all …]
H A Dimage_types_phosphor_nuvoton_npcm8xx.bbclass14 ln -sf ${IMAGE_LINK_NAME}.rwfs.${FLASH_EXT4_OVERLAY_BASETYPE} image-rwfs
/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/
H A Drwfs-clean-dev.patch9 +# Ensure that we clean our rwfs on version change
17 if grep -w clean-rwfs-filesystem $optfile
24 +# Keep track of the last version to use this rwfs
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Dopenbmc-flash-layout.dtsi28 rwfs@1c00000 {
30 label = "rwfs";
H A Dopenbmc-flash-layout-128.dtsi28 rwfs@6000000 {
30 label = "rwfs";
H A Dopenbmc-flash-layout-64.dtsi31 rwfs@2a00000 {
33 label = "rwfs";
H A Dopenbmc-flash-layout-64-alt.dtsi31 rwfs@6000000 {
33 label = "alt-rwfs";
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh194 rwfs=$(findmtd rwfs)
197 rwdev=/dev/mtdblock${rwfs#mtd}
213 trigger=${image}rwfs
243 echo "rofs = $rofs $rofst rwfs = $rwfs $rwfst"
314 if grep -w clean-rwfs-filesystem $optfile
350 flash_eraseall "/dev/$rwfs"
/openbmc/openbmc-test-automation/docs/
H A Dcode_update.md109 -rw-r--r-- jenkins-op/jenkins-op 850304 2021-05-15 22:00 image-rwfs
115 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rwfs.sig
128 -rw-r--r-- jenkins-op/jenkins-op 850304 2021-05-15 22:00 image-rwfs
133 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rwfs.sig
152 -rw-r--r-- jenkins-op/jenkins-op 850304 2021-05-15 22:00 image-rwfs
158 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rwfs.sig
170 -rw-r--r-- jenkins-op/jenkins-op 850304 2021-05-15 22:00 image-rwfs
176 -rw-r--r-- jenkins-op/jenkins-op 128 2021-05-15 22:00 image-rwfs.sig
195 image-rwfs
201 image-rwfs.sig
/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/
H A Dobmc-phosphor-initfs.bbappend11 SRC_URI:append:gbmc:dev = " file://rwfs-clean-dev.patch"
16 echo "clean-rwfs-filesystem" > ${D}/init-options-base
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts/
H A Dinit24 if ! mount ubi0:rwfs /var -t ubifs -o defaults; then
25 if ! mount ubi0:rwfs /var -t ubifs -o defaults,ro; then
/openbmc/openbmc/meta-aspeed/wic/
H A Demmc-aspeed.wks.in9 # |GPT| | env | boot-a | boot-b | rofs-a | rofs-b | rwfs | hostfw |GPT-sec|
29 part --fstype=ext4 --fixed-size 7G --label rwfs
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/wic/
H A Demmc-fvp.wks.in9 # |GPT| | env | boot-a | boot-b | rofs-a | rofs-b | rwfs | hostfw |GPT-sec|
29 part --fstype=ext4 --fixed-size 7G --label rwfs
/openbmc/openbmc/meta-nuvoton/wic/
H A Demmc-nuvoton.wks.in9 # |GPT| | reserved | boot-a | boot-b | rofs-a | rofs-b | rwfs |GPT-sec|
32 part --fstype=ext4 --fixed-size ${WKS_RWFS_SIZE} --label rwfs
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/
H A Dobmc-phosphor-image.bbappend173 image-u-boot image-kernel image-rofs image-rwfs image-section* $extra_files
177 image-kernel image-rofs image-rwfs MANIFEST \
178 image-kernel.sig image-rofs.sig image-rwfs.sig MANIFEST.sig publickey
203 …make_signatures image-u-boot image-kernel image-rofs image-rwfs image-section image-section2 MANIF…
205 make_signatures image-u-boot image-kernel image-rofs image-rwfs image-section MANIFEST publickey
/openbmc/phosphor-bmc-code-mgmt/
H A Dsync-once.sh8 DEST_DIR=/run/media/rwfs-alt/cow
H A Dmeson.options132 'alt-rwfs-dir', type: 'string',
133 value: '/run/media/rwfs-alt/cow',
134 description: 'The dir for alt-rwfs partition.',
/openbmc/phosphor-bmc-code-mgmt/ubi/
H A Dobmc-flash-bmc-ubirw-remove.service.in7 ExecStart=/usr/bin/obmc-flash-bmc ubiremove rwfs
H A Dobmc-flash-bmc-ubirw.service.in7 ExecStart=/usr/bin/obmc-flash-bmc ubirw {RW_MTD} rwfs {RW_SIZE}

12