Home
last modified time | relevance | path

Searched full:ext4 (Results 1 – 25 of 257) sorted by relevance

1234567891011

/openbmc/u-boot/doc/
H A DREADME.ext41 U-Boot supports access of both ext2 and ext4 filesystems, either in read-only
4 First, to enable support for both ext4 (and, automatically, ext2 as well),
15 or ext4-related commands:
40 This does not automatically enable EXT4 support for you, you still need
43 Some sample commands to test ext4 support:
49 ext4load- load binary file from a Ext4 file system
52 ext4write- create a file in ext4 formatted partition
55 2. To list the files in an ext4-formatted partition, run:
62 3. To read and load a file from an ext4-formatted partition to RAM, run:
69 4. To write a file to an ext4-formatted partition.
[all …]
/openbmc/u-boot/fs/ext4/
H A DKconfig2 bool "Enable ext4 filesystem support"
4 This provides support for reading images from the ext4 filesystem.
5 ext4 is a widely used general-purpose filesystem for Linux.
6 You can also enable CMD_EXT4 to get access to ext4 commands.
9 bool "Enable ext4 filesystem write support"
13 existing ext4 filesystem partition.
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/wic/
H A Demmc-fvp.wks.in25 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-a
26 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-b
27 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-a
28 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-b
29 part --fstype=ext4 --fixed-size 7G --label rwfs
30 #part --fstype=ext4 --fixed-size ${WKS_HOSTFW_SIZE} --source rootfs --rootfs-dir=${DEPLOY_DIR_IMAGE…
/openbmc/openbmc/meta-aspeed/wic/
H A Demmc-aspeed.wks.in25 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-a
26 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-b
27 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-a
28 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-b
29 part --fstype=ext4 --fixed-size 7G --label rwfs
30 part --fstype=ext4 --fixed-size ${WKS_HOSTFW_SIZE} --source rootfs --rootfs-dir=${DEPLOY_DIR_IMAGE}…
/openbmc/openbmc/meta-nuvoton/wic/
H A Demmc-nuvoton.wks.in28 part --fstype=ext4 --fixed-size ${MMC_BOOT_PARTITION_SIZE}K --source bootimg-partition --label boot…
29 part --fstype=ext4 --fixed-size ${MMC_BOOT_PARTITION_SIZE}K --source bootimg-partition --label boot…
30 part --fstype=ext4 --fixed-size ${WKS_ROFS_SIZE} --source rootfs --label rofs-a
31 part --fstype=ext4 --fixed-size ${WKS_ROFS_SIZE} --source rootfs --label rofs-b
32 part --fstype=ext4 --fixed-size ${WKS_RWFS_SIZE} --label rwfs
/openbmc/openbmc/poky/meta-selftest/wic/
H A Dtest_gpt_partition_name.wks3 part --fstype=ext4 --part-name boot-A --label boot --size 1M --align 1024
4 part / --source rootfs --fstype=ext4 --part-name root-A --align 1024
5 part --fstype=ext4 --label ext-space --size 1M --align 1024
/openbmc/openbmc/poky/meta-selftest/recipes-test/images/
H A Dwic-image-minimal.wks6 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
7 part /media --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label uuid-…
8 part /mnt --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label core --…
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-linux-syslinux-support-ext2-3-4-device.patch30 + * Check whether the device contains an ext2, ext3 or ext4 fs and open it if
34 + * 1: Not an ext2, ext3 or ext4
41 +/* The install func for ext2, ext3 and ext4 */
54 + * Check if it is an ext2, ext3 or ext4
78 + fprintf(stderr, "%s: supported fs: fat/ntfs/ext2/ex3/ext4\n", program);
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-multi-rootfs.wks19 part / --source rootfs --rootfs-dir=rootfs1 --ondisk sda --fstype=ext4 --label platform --align 1024
20 part /rescue --source rootfs --rootfs-dir=rootfs2 --ondisk sda --fstype=ext4 --label secondary --al…
22 bootloader --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb vga=0x318 console=tty0 con…
H A Ddirectdisk-gpt.wks7 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
9 bootloader --ptable gpt --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb vga=0x318 con…
H A Dmkefidisk.wks7 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
11 bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 console=${KERNEL_CONSOLE} console=tty…
H A Dsystemd-bootdisk.wks7 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
11 bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4 console=ttyS0,115200 console…
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py447 part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path usr
448 part /usr --source rootfs --ondisk mmcblk0 --fstype=ext4 --rootfs-dir %s/usr
449 part /etc --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/ --rootfs-dir %s/usr
450 part /mnt --source rootfs --ondisk mmcblk0 --fstype=ext4 --exclude-path bin/whoami --rootfs-dir %s/…
467 # 1:0.00MiB:200MiB:200MiB:ext4::;\n
544 'part /boot --size=100M --active --fstype=ext4 --label boot\n',
545 … 'part / --source rootfs --fstype=ext4 --label root --exclude-path boot/\n'])
549 'IMAGE_FSTYPES += "wic ext4"\n'\
557 1 17408 136332287 136314880 ext4
558 2 136332288 171464703 35132416 ext4
[all …]
/openbmc/u-boot/env/
H A Dext4.c14 * and EXT4 filesystem implementation
16 * EXT4 filesystem implementation in Uboot by
127 U_BOOT_ENV_LOCATION(ext4) = {
129 ENV_NAME("EXT4")
/openbmc/openbmc/meta-arm/meta-arm/wic/
H A Dqemuarm.wks3 part /boot --ondisk=vda --align 64 --size=100M --active --source bootimg-partition --fstype=ext4 --…
4 part / --ondisk=vda --source rootfs --fstype=ext4 --…
H A Dqemuarm64.wks3 part /boot --ondisk=vda --align 64 --size=100M --active --source bootimg-partition --fstype=ext4 --…
4 part / --ondisk=vda --source rootfs --fstype=ext4 --…
H A Dqemu-efi-disk.wks.in7 part / --source rootfs --fstype=ext4 --label root --align 1024 --use-uuid
11 bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4 ip=dhcp"
H A Defi-disk.wks.in7 part / --source rootfs --fstype=ext4 --label root --align 1024 --use-uuid
11 bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4 console=${KERNEL_CONSOLE}"
/openbmc/u-boot/board/samsung/common/
H A Ddfu_sample_env.txt2 rootfstype=ext4
9 dfu_alt_info=u-boot mmc 80 800;params.bin mmc 0x38 0x8;uImage ext4 0 2
/openbmc/u-boot/include/configs/
H A Dtrats2.h73 "/uImage ext4 0 2;" \
74 "/modem.bin ext4 0 2;" \
75 "/exynos4412-trats2.dtb ext4 0 2;" \
84 "/Image.itb ext4 0 2\0"
105 "rootfstype=ext4\0" \
/openbmc/openbmc/poky/meta-yocto-bsp/wic/
H A Dgenericx86.wks.in4 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
7 bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 console=ttyS0,115200 console=tty0"
H A Dgenericarm64.wks.in9 part / --source rootfs --fstype=ext4 --label root --align 1024 --use-uuid
11 bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4"
/openbmc/qemu/tests/functional/
H A Dtest_arm_tuxrun.py23 'https://storage.tuxboot.com/buildroot/20241119/armv5/rootfs.ext4.zst',
43 'https://storage.tuxboot.com/buildroot/20241119/armv7/rootfs.ext4.zst',
58 'https://storage.tuxboot.com/buildroot/20241119/armv7be/rootfs.ext4.zst',
/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/
H A Dobmc-flash-mmc-mount.service.in11 ExecStart=-/sbin/fsck.ext4 -p /dev/disk/by-partlabel/hostfw
12 ExecStart=-/bin/mount PARTLABEL=hostfw @MEDIA_DIR@/hostfw -t ext4
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-mmc-init/
H A Dmmc-init.sh69 if ! mount /dev/disk/by-partlabel/"$(kgetopt root=PARTLABEL)" $rodir -t ext4 -o ro; then
91 if ! mkfs.ext4 -F "${rwfsdev}"; then
101 fsck.ext4 -p "${rwfsdev}"
102 if ! mount "${rwfsdev}" $rodir/var -t ext4 -o rw; then

1234567891011