/openbmc/u-boot/tools/patman/test/ |
H A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 34 fs/fat/fat.c | 1 + 39 diff --git a/fs/fat/fat.c b/fs/fat/fat.c 41 --- a/fs/fat/fat.c 42 +++ b/fs/fat/fat.c 46 * fat.c
|
H A D | 0000-cover-letter.patch | 16 fs/fat/fat.c | 1 +
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_unicode_collation.c | 192 char fat[16]; in test_str_to_fat() local 195 boottime->set_mem(fat, sizeof(fat), 0); in test_str_to_fat() 197 L"U -Boo.t", 6, fat); in test_str_to_fat() 198 if (ret || efi_st_strcmp_16_8(L"U-BOOT", fat)) { in test_str_to_fat() 199 efi_st_error("str_to_fat returned %u, \"%s\"\n", ret, fat); in test_str_to_fat() 203 boottime->set_mem(fat, 16, 0); in test_str_to_fat() 205 L"U\\Boot", 6, fat); in test_str_to_fat() 206 if (!ret || efi_st_strcmp_16_8(L"U_BOOT", fat)) { in test_str_to_fat() 207 efi_st_error("str_to_fat returned %u, \"%s\"\n", ret, fat); in test_str_to_fat()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_unicode_collation.c | 241 efi_uintn_t fat_size, char *fat, u16 *string) in efi_fat_to_str() argument 246 EFI_ENTRY("%p, %zu, %s, %p", this, fat_size, fat, string); in efi_fat_to_str() 248 c = (unsigned char)fat[i]; in efi_fat_to_str() 275 char *fat) in efi_str_to_fat() argument 281 EFI_ENTRY("%p, %ls, %zu, %p", this, string, fat_size, fat); in efi_str_to_fat() 312 fat[i] = c; in efi_str_to_fat()
|
/openbmc/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 17 intermediate_suffixes := .efi .fat .iso.raw 50 Build/%.iso.raw: Build/%.fat 69 Build/%.fat: Build/%.efi
|
/openbmc/linux/fs/fat/ |
H A D | Makefile | 6 obj-$(CONFIG_FAT_FS) += fat.o 10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
|
/openbmc/u-boot/fs/ |
H A D | Makefile | 9 obj-$(CONFIG_SPL_FS_FAT) += fat/ 18 obj-y += fat/
|
H A D | Kconfig | 15 source "fs/fat/Kconfig"
|
/openbmc/u-boot/test/fs/ |
H A D | fat-noncontig-test.sh | 56 img=${odir}/fat-noncontig.img 64 for prereq in fallocate mkfs.fat dd crc32; do 84 mkfs.fat ${img}
|
H A D | fs-test.sh | 166 fat*) 593 fat*)
|
/openbmc/u-boot/doc/ |
H A D | README.nokia_rx51 | 14 uImage or boot.scr from a fat, ext2/ext3 or ext4 filesystem in external 38 * 1.1 find boot.scr on first fat partition 39 * 1.2 find uImage on first fat parition 40 * 1.3 same order for 2. - 4. fat partition 71 * parition type ${mmctype} (fat, ext2)
|
H A D | README.boston | 58 - Multi-arch-variant multi-endian fat binary
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_hw_t5.c | 114 int fat; in csio_t5_pcie_intr_handler() local 115 fat = csio_handle_intr_status(hw, PCIE_INT_CAUSE_A, pcie_intr_info); in csio_t5_pcie_intr_handler() 116 if (fat) in csio_t5_pcie_intr_handler()
|
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
H A D | mount.sh | 89 vfat|fat) 144 vfat|fat)
|
/openbmc/u-boot/fs/fat/ |
H A D | Makefile | 4 obj-$(CONFIG_$(SPL_)FS_FAT) = fat.o
|
H A D | Kconfig | 7 systems. You can also enable CMD_FAT to get access to fat commands.
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0001-linux-syslinux-support-ext2-3-4-device.patch | 9 on to the fat/ntfs. 78 + fprintf(stderr, "%s: supported fs: fat/ntfs/ext2/ex3/ext4\n", program);
|
/openbmc/openbmc/poky/meta/recipes-support/nettle/ |
H A D | nettle_3.9.1.bb | 33 …d:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon",""," --disable-arm-neon --disable-fat",d)}" 34 …:armv7ve = "${@bb.utils.contains("TUNE_FEATURES","neon",""," --disable-arm-neon --disable-fat",d)}"
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 306 array_t fat,directory,mapping; member 646 uint32_t* entry=array_get(&(s->fat),cluster); in fat_set() 691 array_init(&(s->fat),1); in init_fat() 692 array_ensure_allocated(&(s->fat), in init_fat() 695 array_init(&(s->fat),(s->fat_type==32?4:2)); in init_fat() 696 array_ensure_allocated(&(s->fat), in init_fat() 699 memset(s->fat.pointer,0,s->fat.size); in init_fat() 1028 s->fat.pointer[0] = bootsector->media_type; in init_directories() 1514 &(s->fat.pointer[(sector_num in vvfat_read() 2162 memcpy(s->fat2, s->fat.pointer, size); in is_consistent() [all …]
|
/openbmc/u-boot/env/ |
H A D | fat.c | 131 U_BOOT_ENV_LOCATION(fat) = {
|
H A D | Makefile | 30 obj-$(CONFIG_$(SPL_TPL_)ENV_IS_IN_FAT) += fat.o
|
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/ |
H A D | 0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch | 31 r/fat/bootsector.c \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk/ |
H A D | tkprivate.diff | 25 # Needed if you want to make a 'fat' shared library library
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
H A D | grub-efi_2.12.bb | 84 GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \
|
/openbmc/linux/fs/ |
H A D | Makefile | 77 obj-$(CONFIG_FAT_FS) += fat/
|