/openbmc/u-boot/doc/ |
H A D | README.ext4 | 1 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 D | Kconfig | 2 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 D | emmc-fvp.wks.in | 25 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 D | emmc-aspeed.wks.in | 25 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 D | emmc-nuvoton.wks.in | 28 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 D | test_gpt_partition_name.wks | 3 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 D | wic-image-minimal.wks | 6 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 D | 0001-linux-syslinux-support-ext2-3-4-device.patch | 30 + * 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 D | directdisk-multi-rootfs.wks | 19 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 D | directdisk-gpt.wks | 7 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 D | mkefidisk.wks | 7 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 D | systemd-bootdisk.wks | 7 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 D | wic.py | 447 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 D | ext4.c | 14 * 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 D | qemuarm.wks | 3 part /boot --ondisk=vda --align 64 --size=100M --active --source bootimg-partition --fstype=ext4 --… 4 part / --ondisk=vda --source rootfs --fstype=ext4 --…
|
H A D | qemuarm64.wks | 3 part /boot --ondisk=vda --align 64 --size=100M --active --source bootimg-partition --fstype=ext4 --… 4 part / --ondisk=vda --source rootfs --fstype=ext4 --…
|
H A D | qemu-efi-disk.wks.in | 7 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 D | efi-disk.wks.in | 7 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 D | dfu_sample_env.txt | 2 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 D | trats2.h | 73 "/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 D | genericx86.wks.in | 4 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 D | genericarm64.wks.in | 9 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 D | test_arm_tuxrun.py | 23 '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 D | obmc-flash-mmc-mount.service.in | 11 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 D | mmc-init.sh | 69 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
|