Home
last modified time | relevance | path

Searched refs:area (Results 1 – 25 of 139) sorted by relevance

123456

/u-boot/arch/x86/cpu/intel_common/
A Dmrc.c38 struct memory_area *area = &info->area[i]; in mrc_common_board_get_usable_ram_top() local
40 if (area->start >= 1ULL << 32) in mrc_common_board_get_usable_ram_top()
42 if (!largest || area->size > largest->size) in mrc_common_board_get_usable_ram_top()
43 largest = area; in mrc_common_board_get_usable_ram_top()
63 struct memory_area *area = &info->area[i]; in mrc_common_dram_init_banksize() local
65 if (area->start >= 1ULL << 32) in mrc_common_dram_init_banksize()
67 gd->bd->bi_dram[num_banks].start = area->start; in mrc_common_dram_init_banksize()
68 gd->bd->bi_dram[num_banks].size = area->size; in mrc_common_dram_init_banksize()
81 ptr = &info->area[info->num_areas]; in mrc_add_memory_area()
/u-boot/tools/binman/
A Dfmap_util.py94 for area in range(header.nareas):
119 for area in areas:
120 blob += _FormatBlob(FMAP_AREA_FORMAT, FMAP_AREA_NAMES, area)
/u-boot/include/linux/mtd/
A Donenand.h97 int (*read_bufferram) (struct mtd_info *mtd, loff_t addr, int area,
99 int (*write_bufferram) (struct mtd_info *mtd, loff_t addr, int area,
/u-boot/drivers/mtd/onenand/
A Dsamsung.c374 static unsigned char *s3c_get_bufferram(struct mtd_info *mtd, int area) in s3c_get_bufferram() argument
380 if (area == ONENAND_DATARAM) { in s3c_get_bufferram()
393 static int onenand_read_bufferram(struct mtd_info *mtd, loff_t addr, int area, in onenand_read_bufferram() argument
399 p = s3c_get_bufferram(mtd, area); in onenand_read_bufferram()
404 static int onenand_write_bufferram(struct mtd_info *mtd, loff_t addr, int area, in onenand_write_bufferram() argument
410 p = s3c_get_bufferram(mtd, area); in onenand_write_bufferram()
/u-boot/doc/board/nxp/
A Dpsb.rst69 bootloader B-copy area offset is determined by an offset stored in Secondary
91 bootloader B-copy area offset (called "firstSectorNumber"), magic value
109 B-copy area offset ("firstSectorNumber") is offset, in units of 512 Byte
116 from A-copy area offset (e.g. 0x2 sectors from sector 0x0 for iMX7D, which
120 B-copy area offset determined by SIT (e.g. 0x2 sectors from sector 0x800 [see
125 B-copy area offset ("firstSectorNumber") is NOT equal to bootloader
/u-boot/arch/xtensa/dts/
A Dxtfpga-flash-128m.dtsi15 label = "boot loader area";
A Dxtfpga-flash-16m.dtsi11 label = "boot loader area";
/u-boot/doc/imx/common/
A Dimx7.txt6 - IMX7D/S OCRAM free area RAM (OCRAM) is from 0x00910000 to
8 - Set the stack at the end of the free area section, at 0x00946BB8.
/u-boot/arch/powerpc/lib/
A DKconfig7 large area, that may add a significant amount of
/u-boot/doc/device-tree-bindings/net/
A Dfsl,mcf-fec.txt8 - mii-base: index of FEC reg area, 0 for FEC0, 1 for FEC1
A Dfsl,mcf-dma-fec.txt14 - mii-base: index of FEC reg area, 0 for FEC0, 1 for FEC1
/u-boot/doc/device-tree-bindings/spi/
A Dspi-ath79.txt5 - reg: Base address and size of the controllers memory area
/u-boot/arch/arm/dts/
A Dr8a77965-salvator-x.dts18 /* first 128MB is reserved for secure area. */
A Dr8a774a1-hihope-rzg2m.dts18 /* first 128MB is reserved for secure area. */
A Dr8a77960-salvator-x.dts18 /* first 128MB is reserved for secure area. */
A Dr8a77965-ulcb.dts19 /* first 128MB is reserved for secure area. */
A Dr8a774b1-hihope-rzg2n.dts18 /* first 128MB is reserved for secure area. */
A Dr8a774e1-hihope-rzg2h.dts18 /* first 128MB is reserved for secure area. */
A Dr8a77960-ulcb.dts19 /* first 128MB is reserved for secure area. */
A Dr8a77950-ulcb.dts19 /* first 128MB is reserved for secure area. */
A Dr8a77950-salvator-x.dts18 /* first 128MB is reserved for secure area. */
/u-boot/doc/
A DREADME.multi-dtb-fit32 SPL. LZO and GZIP compressions are supported. By default, the area where the
59 | LZO (user defined area) | 125927 | 622 | 1.403 | 0.014 |
60 | GZIP (user defined area) | 133880 | 8575 | 1.421 | 0.032 |
/u-boot/doc/usage/cmd/
A Dcmp.rst35 Address of the first memory area.
38 Address of the second memory area.
A Dsaves.rst20 start address of memory area to save, defaults to 0x0
23 size of memory area to save, defaults to 0x0
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dnorthbridge.asl79 /* Find PCI resource area in MCRS */
92 /* Find GFX resource area in GCRS */

Completed in 52 milliseconds

123456