Home
last modified time | relevance | path

Searched refs:sectors (Results 1 – 25 of 42) sorted by relevance

12

/u-boot/arch/arm/mach-imx/imx8/
A Dparse-container.c81 u32 sectors; in read_auth_image() local
103 container, sector, sectors); in read_auth_image()
104 if (info->read(info, sector, sectors, in read_auth_image()
125 u32 sectors; in read_auth_container() local
129 sectors = size / info->bl_len; in read_auth_container()
138 container, sector, sectors); in read_auth_container()
139 if (info->read(info, sector, sectors, container) != sectors) in read_auth_container()
157 sectors = size / info->bl_len; in read_auth_container()
162 __func__, container, sector, sectors); in read_auth_container()
163 if (info->read(info, sector, sectors, container) != in read_auth_container()
[all …]
/u-boot/board/keymile/km83xx/
A DREADME.kmeter167 Un-Protected 5 sectors
70 Erased 5 sectors
73 Protected 5 sectors
77 Un-Protected 1 sectors
79 Un-Protected 1 sectors
82 Erased 1 sectors
85 Protected 1 sectors
87 Protected 1 sectors
/u-boot/common/
A Davb_verify.c261 lbaint_t sectors, in mmc_read_and_flush() argument
276 __func__, sectors); in mmc_read_and_flush()
289 sectors = buf_size / part->info.blksz; in mmc_read_and_flush()
295 start, sectors, tmp_buf); in mmc_read_and_flush()
306 lbaint_t sectors, void *buffer) in mmc_write() argument
319 __func__, sectors); in mmc_write()
326 sectors = buf_size / part->info.blksz; in mmc_write()
334 start, sectors, tmp_buf); in mmc_write()
475 if (sectors) { in mmc_byte_io()
480 sectors, buffer); in mmc_byte_io()
[all …]
/u-boot/tools/env/
A Dfw_env.config4 # Notice, that the "Number of sectors" is not required on NOR and SPI-dataflash.
10 # MTD device name Device offset Env. size Flash sector size Number of sectors
15 # MTD device name Device offset Env. size Flash sector size Number of sectors
A DREADME27 #define HAVE_REDUND /* For systems with 2 env sectors */
57 DEVICEx_ENVSECTORS defines the number of sectors that may be used for
/u-boot/doc/
A DREADME.sata19 Notes: Hard disk sectors are normally 512 bytes, so
20 0x1000 sectors = 2 MBytes
A DREADME.cfi55 CONFIG_SYS_MAX_FLASH_SECT: Number of sectors available on Flash device
A DREADME.mpc83xxads94 erased sectors.
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.falcon26 driver from these sectors. We could change this loading order to favor the
27 stored sectors. But when secure boot is enabled, these sectors are used for
30 leave it absent to favor the stored sectors. It is easier to deploy the FIT
34 the stored sectors to. Normally this is the static device tree. The second
69 mmc write <address> <sector> <sectors>
70 dd if=/dev/mmcblk0 of=<filename> bs=512 skip=<sector> count=<sectors>
/u-boot/drivers/virtio/
A Dvirtio_blk.h46 __u8 sectors; member
/u-boot/common/spl/
A Dspl_fit.c528 int sectors; in spl_simple_fit_read() local
547 sectors = get_aligned_image_size(info, size, 0); in spl_simple_fit_read()
548 buf = spl_get_fit_load_buffer(sectors * info->bl_len); in spl_simple_fit_read()
550 count = info->read(info, sector, sectors, buf); in spl_simple_fit_read()
553 sector, sectors, buf, count, size); in spl_simple_fit_read()
/u-boot/doc/board/freescale/
A Dmx6sabreauto.rst96 - Write args 1MB data (0x800 sectors) to 1MB offset (0x800 sectors)::
A Dmx6sabresd.rst128 - Write args 1MB data (0x800 sectors) to 1MB offset (0x800 sectors)::
/u-boot/doc/imx/mkimage/
A Dimximage.txt134 255 heads and 63 sectors, as suggested from several documentation and
172 Number of sectors (1-63, default 16): 63
178 cylinder = <total size> / <heads> / <sectors> / <blocksize>
209 255 heads, 63 sectors/track, 239 cylinders
216 I have set 100MB, leaving the first 2 sectors free. I will copy u-boot
/u-boot/arch/arm/include/asm/mach-imx/
A Dimx-nandbcb.h42 u32 sectors; /* Number of 2K sections per block */ member
/u-boot/disk/
A Dpart_amiga.h46 u32 sectors; member
/u-boot/include/
A Data.h109 unsigned short sectors; /* "physical" sectors per track */ member
A Dfat.h101 __u8 sectors[2]; /* Number of sectors */ member
/u-boot/drivers/mtd/spi/
A DKconfig168 bool "Use small 4096 B erase sectors"
172 Many flash memories support erasing small (4096 B) sectors. Depending
176 small sectors. On the other hand erasing should be faster when using
177 64 KiB block instead of 16 × 4 KiB sectors.
/u-boot/doc/usage/
A Dloady.rst49 Ymodem sectors/kbytes sent: 0/ 0k
/u-boot/drivers/xen/
A Dpvblock.c38 u64 sectors; member
248 dev->info.sectors = xenbus_read_integer(path); in init_blkfront()
271 dev->info.sectors, dev->info.sector_size, in init_blkfront()
701 desc->lba = blk_dev->info.sectors; in pvblock_blk_probe()
/u-boot/board/technexion/pico-imx6ul/
A DREADME119 Write 1MB of args data (0x800 sectors) to 1MB offset (0x800 sectors):
/u-boot/board/technexion/pico-imx7d/
A DREADME121 Write 1MB of args data (0x800 sectors) to 1MB offset (0x800 sectors):
/u-boot/board/cadence/xtfpga/
A DREADME73 has been programmed into the first two 64 KB sectors of the Flash.
106 or the first 2 sectors of the flash.
/u-boot/board/freescale/p1010rdb/
A DREADME.P1010RDB-PA129 0 - boot from upper 4 sectors
130 1 - boot from lower 4 sectors

Completed in 47 milliseconds

12