Home
last modified time | relevance | path

Searched refs:fat (Results 1 – 22 of 22) sorted by relevance

/u-boot/tools/patman/test/
A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch44 fs/fat/fat.c | 1 +
49 diff --git a/fs/fat/fat.c b/fs/fat/fat.c
51 --- a/fs/fat/fat.c
52 +++ b/fs/fat/fat.c
56 * fat.c
A D0000-cover-letter.patch16 fs/fat/fat.c | 1 +
/u-boot/lib/efi_selftest/
A Defi_selftest_unicode_collation.c192 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()
/u-boot/lib/efi_loader/
A Defi_unicode_collation.c251 efi_uintn_t fat_size, char *fat, u16 *string) in efi_fat_to_str() argument
256 EFI_ENTRY("%p, %zu, %s, %p", this, fat_size, fat, string); in efi_fat_to_str()
258 c = (unsigned char)fat[i]; in efi_fat_to_str()
285 char *fat) in efi_str_to_fat() argument
291 EFI_ENTRY("%p, %ls, %zu, %p", this, string, fat_size, fat); in efi_str_to_fat()
309 fat[i] = c; in efi_str_to_fat()
/u-boot/fs/
A DMakefile9 obj-$(CONFIG_SPL_FS_FAT) += fat/
20 obj-$(CONFIG_FS_FAT) += fat/
A DKconfig15 source "fs/fat/Kconfig"
/u-boot/test/fs/
A Dfat-noncontig-test.sh56 img=${odir}/fat-noncontig.img
64 for prereq in fallocate mkfs.fat dd crc32; do
84 mkfs.fat ${img}
A Dfs-test.sh166 fat*)
593 fat*)
/u-boot/fs/fat/
A DMakefile4 obj-$(CONFIG_$(SPL_)FS_FAT) = fat.o
A DKconfig7 systems. You can also enable CMD_FAT to get access to fat commands.
/u-boot/doc/
A DREADME.nokia_rx5114 uImage or boot.scr from a fat, ext2/ext3 or ext4 filesystem in external
42 * 1.1 find boot.scr on first fat partition
43 * 1.2 find uImage on first fat partition
44 * 1.3 same order for 2. - 4. fat partition
71 * parition type ${mmctype} (fat, ext2, ext4)
A DREADME.boston58 - Multi-arch-variant multi-endian fat binary
A DREADME.SPL56 CONFIG_SPL_FS_FAT (fs/fat/libfat.o)
A DREADME.odroid116 | 1 | BOOT | fat | 100 | 2 | kernel, fdt** |
/u-boot/env/
A DMakefile27 obj-$(CONFIG_$(SPL_TPL_)ENV_IS_IN_FAT) += fat.o
A Dfat.c147 U_BOOT_ENV_LOCATION(fat) = {
/u-boot/board/intel/edison/
A Dedison-environment.txt2 …rt 0 4;boot part 0 7;rootfs part 0 8;update part 0 9;home part 0 10;vmlinuz fat 0 7;initrd fat 0 7"
/u-boot/board/boundary/nitrogen6x/
A DREADME34 ext2 and fat filesystems.
/u-boot/cmd/
A DMakefile66 obj-$(CONFIG_CMD_FAT) += fat.o
/u-boot/include/
A Defi_api.h1720 efi_uintn_t fat_size, char *fat, u16 *string);
1723 char *fat);
/u-boot/doc/uefi/
A Du-boot_on_efi.rst80 qemu-system-x86_64 -bios bios.bin -hda fat:/tmp/efi/
/u-boot/doc/usage/
A Ddfu.rst117 * <name> fat <dev> <part_id> [mmcpart <num>] file in FAT partition

Completed in 38 milliseconds