HomeSort by relevance Sort by last modified time
    Searched refs:FAT (Results 1 - 21 of 21) sorted by null

  /external/u-boot/arch/arm/mach-omap2/
config_secure.mk 52 # card FAT partition must be MLO, so we make a copy of the output file to a new
69 # an SD card FAT partition this file must be called "MLO", we make a copy with
85 # flash. On Keystone devices when booting from an SD card FAT partition this
  /external/u-boot/test/fs/
fat-noncontig-test.sh 6 # This script tests U-Boot's FAT filesystem code's ability to read non-
9 # When porting the ff.c FAT parsing code into U-Boot, it was found that ff.c
18 # ./test/fs/fat-noncontig-test.sh
20 # The test will create a FAT filesystem image, record the CRC of a randomly
26 # mkfs.fat 3.0.26 (2014-03-07)
38 # => host bind 0 sandbox/fat-noncontig.img
52 # FAT) with fs-test.sh so that a single script tests everything filesystem-
56 img=${odir}/fat-noncontig.img
64 for prereq in fallocate mkfs.fat dd crc32; do
84 mkfs.fat ${img
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.bat 87 format /FS:FAT /v:%DISK_LABEL% /q %EFI_BOOT_DISK% < FormatCommandInput.txt > NUL
135 echo Wrong FAT type %3 for %1
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs32.S 49 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits
62 SectorsPerFat32: .long 0 # Sectors Per FAT for FAT32 - 4 bytes
bootsect.asm 23 ;* 3, boot sector code simply parse FAT format in boot disk and find EfiLdr binary file
60 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
bs32.asm 47 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
60 SectorsPerFat32 dd 0 ; Sectors Per FAT for FAT32 - 4 bytes
bs16.S 49 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits
start32.S 46 SectorsPerFat16: .word 0 # Sectors Per FAT for FAT12/FAT16 - 2 byte
59 SectorsPerFat32: .long 0 # Sectors Per FAT for FAT32 - 4 bytes
    [all...]
bs16.asm 47 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
st32_64.S 46 SectorsPerFat16: .word 0 # Sectors Per FAT for FAT12/FAT16 - 2 byte
59 SectorsPerFat32: .long 0 # Sectors Per FAT for FAT32 - 4 bytes
    [all...]
st32_64.asm 42 SectorsPerFat16 dw 0 ; Sectors Per FAT for FAT12/FAT16 - 2 byte
55 SectorsPerFat32 dd 0 ; Sectors Per FAT for FAT32 - 4 bytes
    [all...]
start.S 46 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits
    [all...]
start16.S 47 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits
    [all...]
start32.asm 42 SectorsPerFat16 dw 0 ; Sectors Per FAT for FAT12/FAT16 - 2 byte
55 SectorsPerFat32 dd 0 ; Sectors Per FAT for FAT32 - 4 bytes
    [all...]
st16_64.S 47 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits
    [all...]
start64.S 47 SectorsPerFat: .word 0 # Sectors Per FAT - 16 bits
    [all...]
st16_64.asm 43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
    [all...]
start.asm 43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
    [all...]
start16.asm 43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
    [all...]
start64.asm 43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
    [all...]
  /external/u-boot/cmd/
nvedit.c 55 # error Define one of CONFIG_ENV_IS_IN_{EEPROM|FLASH|MMC|FAT|EXT4|\

Completed in 464 milliseconds