| /u-boot/arch/x86/cpu/intel_common/ |
| A D | mrc.c | 38 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 D | fmap_util.py | 94 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 D | onenand.h | 97 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 D | samsung.c | 374 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 D | psb.rst | 69 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 D | xtfpga-flash-128m.dtsi | 15 label = "boot loader area";
|
| A D | xtfpga-flash-16m.dtsi | 11 label = "boot loader area";
|
| /u-boot/doc/imx/common/ |
| A D | imx7.txt | 6 - 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 D | Kconfig | 7 large area, that may add a significant amount of
|
| /u-boot/doc/device-tree-bindings/net/ |
| A D | fsl,mcf-fec.txt | 8 - mii-base: index of FEC reg area, 0 for FEC0, 1 for FEC1
|
| A D | fsl,mcf-dma-fec.txt | 14 - mii-base: index of FEC reg area, 0 for FEC0, 1 for FEC1
|
| /u-boot/doc/device-tree-bindings/spi/ |
| A D | spi-ath79.txt | 5 - reg: Base address and size of the controllers memory area
|
| /u-boot/arch/arm/dts/ |
| A D | r8a77965-salvator-x.dts | 18 /* first 128MB is reserved for secure area. */
|
| A D | r8a774a1-hihope-rzg2m.dts | 18 /* first 128MB is reserved for secure area. */
|
| A D | r8a77960-salvator-x.dts | 18 /* first 128MB is reserved for secure area. */
|
| A D | r8a77965-ulcb.dts | 19 /* first 128MB is reserved for secure area. */
|
| A D | r8a774b1-hihope-rzg2n.dts | 18 /* first 128MB is reserved for secure area. */
|
| A D | r8a774e1-hihope-rzg2h.dts | 18 /* first 128MB is reserved for secure area. */
|
| A D | r8a77960-ulcb.dts | 19 /* first 128MB is reserved for secure area. */
|
| A D | r8a77950-ulcb.dts | 19 /* first 128MB is reserved for secure area. */
|
| A D | r8a77950-salvator-x.dts | 18 /* first 128MB is reserved for secure area. */
|
| /u-boot/doc/ |
| A D | README.multi-dtb-fit | 32 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 D | cmp.rst | 35 Address of the first memory area. 38 Address of the second memory area.
|
| A D | saves.rst | 20 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 D | northbridge.asl | 79 /* Find PCI resource area in MCRS */ 92 /* Find GFX resource area in GCRS */
|