Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/board/keymile/km83xx/
H 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
/rk3399_rockchip-uboot/tools/env/
H 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
H A DREADME27 #define HAVE_REDUND /* For systems with 2 env sectors */
57 DEVICEx_ENVSECTORS defines the number of sectors that may be used for
/rk3399_rockchip-uboot/board/freescale/m5253evbe/
H A DREADME88 Un-Protected 1 sectors
91 Erased 1 sectors
93 Protected 1 sectors
/rk3399_rockchip-uboot/doc/
H A DREADME.sata19 Notes: Hard disk sectors are normally 512 bytes, so
20 0x1000 sectors = 2 MBytes
H A DREADME.imximage134 255 heads and 63 sectors, as suggested from several documentation and
172 Number of sectors (1-63, default 16): 63
178 cilynder = <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
H A DREADME.cfi55 CONFIG_SYS_MAX_FLASH_SECT: Number of sectors available on Flash device
H A DREADME.mpc83xxads94 erased sectors.
H A DREADME.mxs158 run fdisk with the option "-u=sectors" to set units to sectors:
/rk3399_rockchip-uboot/board/freescale/mx6sabreauto/
H A DREADME78 - Write args 1MB data (0x800 sectors) to 1MB offset (0x800 sectors)
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/
H A DREADME109 - Write args 1MB data (0x800 sectors) to 1MB offset (0x800 sectors)
/rk3399_rockchip-uboot/disk/
H A Dpart_amiga.h47 u32 sectors; member
H A Dpart_amiga.c345 rdb->block_bytes, rdb->cylinders, rdb->sectors, in part_print_amiga()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A DKconfig199 bool "Use small 4096 B erase sectors"
203 Many flash memories support erasing small (4096 B) sectors. Depending
207 small sectors. On the other hand erasing should be faster when using
208 64 KiB block instead of 16 × 4 KiB sectors.
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c496 int sectors; in spl_fit_load_blob() local
527 sectors = get_aligned_image_size(info, size, 0); in spl_fit_load_blob()
528 count = info->read(info, sector, sectors, fit); in spl_fit_load_blob()
533 sector, sectors, fit, count); in spl_fit_load_blob()
/rk3399_rockchip-uboot/include/
H A Data.h147 unsigned short sectors; /* "physical" sectors per track */ member
H A Dfat.h101 __u8 sectors[2]; /* Number of sectors */ member
/rk3399_rockchip-uboot/board/cadence/xtfpga/
H A DREADME73 has been programmed into the first two 64 KB sectors of the Flash.
106 or the first 2 sectors of the flash.
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_dwc.h398 u16 sectors; member
H A Dsata_dwc.c224 u16 heads, u16 sectors);
590 ata_dev->sectors = 0; in scan_sata()
1703 u16 heads, u16 sectors) in ata_dev_init_params() argument
1710 if (sectors < 1 || sectors > 255 || heads < 1 || heads > 16) in ata_dev_init_params()
1719 tf.nsect = sectors; in ata_dev_init_params()
/rk3399_rockchip-uboot/board/freescale/p1010rdb/
H A DREADME.P1010RDB-PA130 0 - boot from upper 4 sectors
131 1 - boot from lower 4 sectors
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/
H A DREADME124 Maybe 3ffff will work too, that corresponds to the erased sectors.
/rk3399_rockchip-uboot/env/
H A DKconfig95 sectors at the start or the end. For instance, such a
98 4 kB sectors - with U-Boot code before and after it. With
100 environment in one of the last sectors, leaving a gap
123 b) Sometimes flash chips have few, equal sized, BIG sectors.
/rk3399_rockchip-uboot/board/freescale/bsc9132qds/
H A DREADME12 sectors.
/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Donenand_base.c206 static int onenand_buffer_address(int dataram1, int sectors, int count) in onenand_buffer_address() argument
211 bsa = sectors & ONENAND_BSA_MASK; in onenand_buffer_address()
333 int sectors = 0, count = 0; in onenand_command() local
419 value = onenand_page_address(page, sectors); in onenand_command()
424 value = onenand_buffer_address(dataram, sectors, count); in onenand_command()

12