/u-boot/fs/fat/ |
A D | fat.c | 516 bs->reserved = FAT2CPU16(bs->reserved); in read_bootsectandvi() 517 bs->fat_length = FAT2CPU16(bs->fat_length); in read_bootsectandvi() 518 bs->secs_track = FAT2CPU16(bs->secs_track); in read_bootsectandvi() 519 bs->heads = FAT2CPU16(bs->heads); in read_bootsectandvi() 520 bs->total_sect = FAT2CPU32(bs->total_sect); in read_bootsectandvi() 525 bs->fat32_length = FAT2CPU32(bs->fat32_length); in read_bootsectandvi() 526 bs->flags = FAT2CPU16(bs->flags); in read_bootsectandvi() 527 bs->root_cluster = FAT2CPU32(bs->root_cluster); in read_bootsectandvi() 528 bs->info_sector = FAT2CPU16(bs->info_sector); in read_bootsectandvi() 529 bs->backup_boot = FAT2CPU16(bs->backup_boot); in read_bootsectandvi() [all …]
|
/u-boot/lib/efi_selftest/ |
A D | dtbdump.c | 23 static struct efi_boot_services *bs; variable 250 ret = bs->open_protocol(handle, &loaded_image_guid, in open_file_system() 259 ret = bs->open_protocol(loaded_image->device_handle, in open_file_system() 270 ret = bs->open_protocol(handle_buffer[0], in open_file_system() 277 bs->free_pool(handle_buffer); in open_file_system() 345 ret = bs->free_pool(info); in do_load() 349 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in do_load() 368 ret = bs->free_pages(addr, pages); in do_load() 372 ret = bs->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in do_load() 402 ret2 = bs->free_pages(addr, pages); in do_load() [all …]
|
A D | initrddump.c | 19 static struct efi_boot_services *bs; variable 117 ret = bs->wait_for_event(1, &cin->wait_for_key, &index); in efi_input_yn() 160 ret = bs->wait_for_event(1, &cin->wait_for_key, &index); in efi_input() 256 ret = bs->locate_device_path(&load_file2_guid, &dp, &handle); in get_initrd() 261 ret = bs->handle_protocol(handle, &load_file2_guid, in get_initrd() 280 bs->free_pages(buffer, efi_size_in_pages(*initrd_size)); in get_initrd() 306 ret = bs->calculate_crc32(initrd, initrd_size, &crc32); in do_load() 339 ret = bs->open_protocol(handle, &loaded_image_guid, in do_save() 348 ret = bs->open_protocol(loaded_image->device_handle, in do_save() 398 bs->free_pages((uintptr_t)initrd, in do_save() [all …]
|
/u-boot/test/fs/ |
A D | fs-test.sh | 134 dd if=/dev/zero of=$1 bs=1024 count=$((3 * 1024 * 1024)) 364 sudo dd if=/dev/urandom of="${GB2p5}" bs=1M count=1 \ 366 sudo dd if=/dev/urandom of="${GB2p5}" bs=1M count=2 seek=2047 \ 368 sudo dd if=/dev/urandom of="${GB2p5}" bs=1M count=1 seek=2499 \ 374 sudo dd if=/dev/urandom of="${MB1}" bs=1M count=1 \ 384 dd if="${MB1}" bs=1M skip=0 count=1 2> /dev/null | md5sum > "$2" 388 dd if="${GB2p5}" bs=1M skip=0 count=1 \ 392 dd if="${GB2p5}" bs=1M skip=2499 count=1 \ 396 dd if="${GB2p5}" bs=1M skip=2047 count=1 \ 400 dd if="${GB2p5}" bs=1M skip=2048 count=1 \ [all …]
|
A D | fat-noncontig-test.sh | 78 dd if=/dev/zero of=${img} bs=1024 count=$((40 * 1024)) 98 dd if=${fill} of=${fn} bs=512 count=${sects} >/dev/null 2>&1 100 dd if=${fill} of=${fn} bs=512 count=${sects} >/dev/null 2>&1 107 dd if=${fill} of=${mnttestfn} bs=511 >/dev/null 2>&1
|
/u-boot/board/variscite/dart_6ul/ |
A D | README | 15 $ sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 16 $ sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync 29 $ sudo dd if=SPL of=/dev/mmcblk1boot0 bs=1k seek=1; sync 30 $ sudo dd if=u-boot-dtb.img of=/dev/mmcblk1boot0 bs=1k seek=69; sync
|
/u-boot/arch/mips/mach-mtmips/mt7628/ |
A D | init.c | 22 u32 bs, val, timer_freq_post; in set_init_timer_freq() local 27 bs = readl(sysc + SYSCTL_SYSCFG0_REG); in set_init_timer_freq() 28 if ((bs & XTAL_FREQ_SEL) == XTAL_25MHZ) { in set_init_timer_freq()
|
/u-boot/doc/board/amlogic/ |
A D | odroid-c2.rst | 53 $ dd if=$DIR/u-boot.img of=$DIR/u-boot.gxbb bs=512 skip=96 61 $ dd if=$BL1 of=$DEV conv=fsync bs=1 count=442 62 $ dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1 63 $ dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
|
/u-boot/doc/board/freescale/ |
A D | mx6sabresd.rst | 36 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 conv=notrunc && sync 42 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 conv=notrunc && sync 68 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 conv=notrunc && sync 69 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 conv=notrunc && sync 87 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 oflag=sync status=none conv=notrunc && sync 93 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 oflag=sync status=none conv=notrunc && sync
|
A D | mx6sabreauto.rst | 24 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 conv=notrunc && sync 30 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 conv=notrunc && sync 52 $ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 conv=notrunc && sync 58 $ sudo dd if=u-boot-dtb.img of=/dev/sdb bs=1K seek=69 conv=notrunc && sync
|
A D | imxrt1020-evk.rst | 23 $sudo dd if=SPL of=/dev/sdX bs=1k seek=1 conv=notrunc; sync 29 $sudo dd if=u-boot.img of=/dev/sdX bs=1k seek=128 conv=notrunc; sync
|
A D | imxrt1050-evk.rst | 23 $sudo dd if=SPL of=/dev/sdX bs=1k seek=1 conv=notrunc; sync 29 $sudo dd if=u-boot.img of=/dev/sdX bs=1k seek=128 conv=notrunc; sync
|
/u-boot/board/udoo/ |
A D | README | 14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
|
/u-boot/board/solidrun/mx6cuboxi/ |
A D | README | 14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
|
/u-boot/board/BuR/brppt2/ |
A D | config.mk | 14 dd conv=notrunc bs=1 if=SPL of=$@ seek=1024 2>/dev/null && \ 15 dd bs=1 if=u-boot-dtb.img of=$@ seek=$(payload_off) 2>/dev/null
|
/u-boot/board/BuR/brsmarc1/ |
A D | config.mk | 14 dd conv=notrunc bs=1 if=MLO.byteswap of=$@ seek=0 2>/dev/null && \ 15 dd bs=1 if=u-boot-dtb.img of=$@ seek=$(payload_off) 2>/dev/null
|
/u-boot/board/BuR/brppt1/ |
A D | config.mk | 15 dd conv=notrunc bs=1 if=MLO.byteswap of=$@ seek=0 2>/dev/null && \ 16 dd bs=1 if=u-boot-dtb.img of=$@ seek=$(payload_off) 2>/dev/null
|
/u-boot/board/phytec/pcl063/ |
A D | README | 14 $ sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 15 $ sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync
|
/u-boot/board/grinn/chiliboard/ |
A D | README | 14 sudo dd if=MLO of=/dev/mmcblk0 bs=128k; sync 18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=128k seek=3; sync
|
/u-boot/board/grinn/liteboard/ |
A D | README | 14 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 18 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
|
/u-boot/board/phytec/phycore_rk3288/ |
A D | som.h | 19 unsigned char bs; /* Bits set in previous bytes */ member
|
/u-boot/board/engicam/imx6ul/ |
A D | README | 19 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 23 sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync
|
/u-boot/board/engicam/imx6q/ |
A D | README | 19 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync 23 sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync
|
/u-boot/doc/board/advantech/ |
A D | imx8qm-rom7720-a1.rst | 44 $ dd if=imx-sc-firmware-1.1.bin of=imx-sc-firmware-1.1.tar.bz2 bs=37185 skip=1 48 $ dd if=firmware-imx-8.0.bin of=firmware-imx-8.0.tar.bz2 bs=37180 skip=1 70 $ sudo dd if=flash.bin of=/dev/sd[x] bs=1k seek=32 conv=fsync
|
/u-boot/board/intel/edison/ |
A D | config.mk | 10 dd if=$^ of=$@ bs=4k seek=1 2>/dev/null && \
|