Searched refs:fat (Results 1 – 22 of 22) sorted by relevance
/u-boot/tools/patman/test/ |
A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 44 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 D | 0000-cover-letter.patch | 16 fs/fat/fat.c | 1 +
|
/u-boot/lib/efi_selftest/ |
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()
|
/u-boot/lib/efi_loader/ |
A D | efi_unicode_collation.c | 251 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 D | Makefile | 9 obj-$(CONFIG_SPL_FS_FAT) += fat/ 20 obj-$(CONFIG_FS_FAT) += fat/
|
A D | Kconfig | 15 source "fs/fat/Kconfig"
|
/u-boot/test/fs/ |
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}
|
A D | fs-test.sh | 166 fat*) 593 fat*)
|
/u-boot/fs/fat/ |
A D | Makefile | 4 obj-$(CONFIG_$(SPL_)FS_FAT) = fat.o
|
A D | Kconfig | 7 systems. You can also enable CMD_FAT to get access to fat commands.
|
/u-boot/doc/ |
A D | README.nokia_rx51 | 14 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 D | README.boston | 58 - Multi-arch-variant multi-endian fat binary
|
A D | README.SPL | 56 CONFIG_SPL_FS_FAT (fs/fat/libfat.o)
|
A D | README.odroid | 116 | 1 | BOOT | fat | 100 | 2 | kernel, fdt** |
|
/u-boot/env/ |
A D | Makefile | 27 obj-$(CONFIG_$(SPL_TPL_)ENV_IS_IN_FAT) += fat.o
|
A D | fat.c | 147 U_BOOT_ENV_LOCATION(fat) = {
|
/u-boot/board/intel/edison/ |
A D | edison-environment.txt | 2 …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 D | README | 34 ext2 and fat filesystems.
|
/u-boot/cmd/ |
A D | Makefile | 66 obj-$(CONFIG_CMD_FAT) += fat.o
|
/u-boot/include/ |
A D | efi_api.h | 1720 efi_uintn_t fat_size, char *fat, u16 *string); 1723 char *fat);
|
/u-boot/doc/uefi/ |
A D | u-boot_on_efi.rst | 80 qemu-system-x86_64 -bios bios.bin -hda fat:/tmp/efi/
|
/u-boot/doc/usage/ |
A D | dfu.rst | 117 * <name> fat <dev> <part_id> [mmcpart <num>] file in FAT partition
|
Completed in 38 milliseconds