Home
last modified time | relevance | path

Searched refs:size (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/board/samsung/e850-96/
A De850-96.env23 partitions=name=esp,start=512K,size=128M,bootable,type=system;
24 partitions+=name=rootfs,size=-,bootable,type=linux
27 partitions_android+=name=efs,size=20M,uuid=${uuid_gpt_efs};
28 partitions_android+=name=env,size=16K,uuid=${uuid_gpt_env};
31 partitions_android+=name=dtbo_a,size=1M,uuid=${uuid_gpt_dtbo};
32 partitions_android+=name=dtbo_b,size=1M,uuid=${uuid_gpt_dtbo};
35 partitions_android+=name=tzsw,size=1M,uuid=${uuid_gpt_tzsw};
36 partitions_android+=name=harx,size=2M,uuid=${uuid_gpt_harx};
38 partitions_android+=name=logo,size=40M,uuid=${uuid_gpt_logo};
48 partitions_android+=name=mnv,size=20M,uuid=${uuid_gpt_mnv};
[all …]
/board/CZ.NIC/turris_1x/
A Dturris_1x.c47 size -= gd->bd->bi_dram[0].size; in dram_init_banksize()
52 if (size > 0) { in dram_init_banksize()
69 if (size > 0) { in dram_init_banksize()
73 size -= gd->bd->bi_dram[1].size; in dram_init_banksize()
80 size -= gd->bd->bi_dram[2].size; in dram_init_banksize()
110 u64 size; in fdt_fixup_pcie_mem_size() local
235 size[count] = gd->bd->bi_dram[count].size; in ft_memory_setup()
455 size -= gd->bd->bi_dram[i].size; in recalculate_used_pcie_mem()
538 gd->bd->bi_dram[i].size = min(size, free_size2); in recalculate_used_pcie_mem()
552 gd->bd->bi_dram[i].size = min(size, free_size1); in recalculate_used_pcie_mem()
[all …]
/board/beagle/beagleplay/
A Dbeagleplay.env29 partitions+=name=frp,size=512K,uuid=${uuid_gpt_frp};
30 partitions+=name=boot_a,size=40M,uuid=${uuid_gpt_boot_a};
31 partitions+=name=boot_b,size=40M,uuid=${uuid_gpt_boot_b};
36 partitions+=name=dtbo_a,size=8M,uuid=${uuid_gpt_dtbo_a};
37 partitions+=name=dtbo_b,size=8M,uuid=${uuid_gpt_dtbo_b};
38 partitions+=name=vbmeta_a,size=64K,uuid=${uuid_gpt_vbmeta_a};
39 partitions+=name=vbmeta_b,size=64K,uuid=${uuid_gpt_vbmeta_b};
42 partitions+=name=super,size=4608M,uuid=${uuid_gpt_super};
43 partitions+=name=metadata,size=64M,uuid=${uuid_gpt_metadata};
44 partitions+=name=persist,size=32M,uuid=${uuid_gpt_persist};
[all …]
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/st/common/
A Dstm32mp_dfu_virt.c12 static int dfu_otp_read(u64 offset, u8 *buffer, long *size) in dfu_otp_read() argument
23 ret = misc_read(dev, offset + STM32_BSEC_OTP_OFFSET, buffer, *size); in dfu_otp_read()
25 *size = ret; in dfu_otp_read()
32 static int dfu_pmic_read(u64 offset, u8 *buffer, long *size) in dfu_pmic_read() argument
48 ret = misc_read(dev, 0xF8 + offset, buffer, *size); in dfu_pmic_read()
50 *size = ret; in dfu_pmic_read()
54 *size = 0; in dfu_pmic_read()
89 int dfu_get_medium_size_virt(struct dfu_entity *dfu, u64 *size) in dfu_get_medium_size_virt() argument
93 return stm32prog_get_medium_size_virt(dfu, size); in dfu_get_medium_size_virt()
95 *size = SZ_1K; in dfu_get_medium_size_virt()
/board/socionext/developerbox/
A Ddeveloperbox.c41 .size = 0x80000000UL,
48 .size = PHYS_SDRAM_SIZE,
70 u64 size; member
127 unsigned long size = 0; in dram_init() local
142 mem_map[ri].size = ent[i].size; in dram_init()
144 size += ent[i].size; in dram_init()
152 gd->ram_size = size; in dram_init()
164 ent[synquacer_draminfo->nr_regions - 1].size; in board_get_usable_ram_top()
175 debug("%s: dram[%d] = %llx@%llx\n", __func__, i, ent[i].size, ent[i].base); in dram_init_banksize()
177 gd->bd->bi_dram[i].size = ent[i].size; in dram_init_banksize()
/board/ge/common/
A Dvpd_reader.c115 size_t size, u8 const *data)) in vpd_reader()
155 if (offset + 3 >= size) in vpd_reader()
162 ecc[LEN] + offset > size || in vpd_reader()
179 size = offset; in vpd_reader()
183 size -= data[LEN]; in vpd_reader()
186 if (size == 0) { in vpd_reader()
210 int size; in read_i2c_vpd() local
216 size = i2c_eeprom_size(dev); in read_i2c_vpd()
217 if (size < 0) { in read_i2c_vpd()
222 data = malloc(size); in read_i2c_vpd()
[all …]
/board/nuvoton/arbel_evb/
A Darbel_evb.c72 gd->bd->bi_dram[0].size = ram_size; in dram_init_banksize()
74 gd->bd->bi_dram[1].size = 0; in dram_init_banksize()
77 gd->bd->bi_dram[0].size = DRAM_2GB_SIZE; in dram_init_banksize()
79 gd->bd->bi_dram[1].size = DRAM_2GB_SIZE - in dram_init_banksize()
83 gd->bd->bi_dram[0].size = DRAM_2GB_SIZE; in dram_init_banksize()
85 gd->bd->bi_dram[1].size = DRAM_2GB_SIZE; in dram_init_banksize()
88 gd->bd->bi_dram[0].size = DRAM_1GB_SIZE; in dram_init_banksize()
90 gd->bd->bi_dram[1].size = 0; in dram_init_banksize()
/board/phytec/phycore_imx8mp/
A Dspl.c48 enum phytec_imx8mp_ddr_eeprom_code size = PHYTEC_EEPROM_INVAL; in spl_dram_init() local
61 size = PHYTEC_IMX8MP_DDR_1GB; in spl_dram_init()
63 size = PHYTEC_IMX8MP_DDR_2GB; in spl_dram_init()
65 size = PHYTEC_IMX8MP_DDR_4GB; in spl_dram_init()
67 size = PHYTEC_IMX8MP_DDR_8GB; in spl_dram_init()
69 size = phytec_get_imx8m_ddr_size(NULL); in spl_dram_init()
74 if (size == PHYTEC_IMX8MP_DDR_4GB) in spl_dram_init()
75 size = PHYTEC_IMX8MP_DDR_4GB_2GHZ; in spl_dram_init()
79 if (size == PHYTEC_IMX8MP_DDR_4GB_2GHZ) in spl_dram_init()
80 size = PHYTEC_IMX8MP_DDR_4GB; in spl_dram_init()
[all …]
/board/kontron/sl-mx8mm/
A Dspl.c62 bool check_ram_available(long size) in check_ram_available() argument
64 long sz = get_ram_size((long *)PHYS_SDRAM, size); in check_ram_available()
66 if (sz == size) in check_ram_available()
74 u32 size = 0; in spl_dram_init() local
81 size = 4; in spl_dram_init()
98 size = 2; in spl_dram_init()
100 size = 1; in spl_dram_init()
104 if (size == 0) { in spl_dram_init()
106 size = 1; in spl_dram_init()
109 gd->ram_size = size; in spl_dram_init()
[all …]
/board/cavium/thunderx/
A Datf.c27 regs.regs[2] = size; in atf_read_mmc()
40 regs.regs[2] = size; in atf_read_nor()
88 regs.regs[2] = size; in atf_write_nor()
102 regs.regs[2] = size; in atf_write_mmc()
233 size_t size, offset; in do_atf() local
241 size = dectoul(argv[4], NULL); in do_atf()
247 size = dectoul(argv[4], NULL); in do_atf()
253 size = dectoul(argv[4], NULL); in do_atf()
259 size = dectoul(argv[4], NULL); in do_atf()
266 size = dectoul(argv[3], NULL); in do_atf()
[all …]
/board/armltd/corstone1000/
A Dcorstone1000.c31 .size = 0x02000000UL,
38 .size = 0x08000000UL,
45 .size = 0x26000000UL,
53 .size = 0x00100000UL,
61 .size = 0x00100000UL,
69 .size = 0x80000000UL,
90 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize()
151 ret |= env_set_hex("kernel_size", part_info.size * part_info.blksz); in board_late_init()
/board/siemens/common/
A Dfactoryset.c52 if (nxt >= size) in get_factory_val()
140 int i, pages = 0, size = 0; in factoryset_read_eeprom() local
158 size = (hdr[2] << 8) + hdr[3] + sizeof(hdr); in factoryset_read_eeprom()
159 if (size > 0x3bfa) in factoryset_read_eeprom()
160 size = 0x3bfa; in factoryset_read_eeprom()
162 pages = size / EEPR_PG_SZ; in factoryset_read_eeprom()
176 if (size % EEPR_PG_SZ) in factoryset_read_eeprom()
179 size % EEPR_PG_SZ)) in factoryset_read_eeprom()
183 for (i = 0; i < size; i++) in factoryset_read_eeprom()
188 size -= sizeof(hdr); in factoryset_read_eeprom()
[all …]
/board/compulab/imx8mm-cl-iot-gate/ddr/
A Dddr.c29 unsigned int size; member
48 .size = 2048, .count = 1, .timing = &ucm_dram_timing_01061010},
50 .size = 4096, .count = 1, .timing = &ucm_dram_timing_ff000110},
52 .size = 2048, .count = 1, .timing = &ucm_dram_timing_01061010},
54 .size = 4096, .count = 1, .timing = &ucm_dram_timing_ff000110},
56 .size = 2048, .count = 1, .timing = &ucm_dram_timing_01061010},
58 .size = 2048, .count = 1, .timing = &ucm_dram_timing_ff020008},
60 .size = 4096, .count = 1, .timing = &ucm_dram_timing_ff000110},
151 lpddr4_array[i].size); in spl_dram_init_compulab()
199 ddr_tcm_size = lpddr4_array[i].size; in spl_dram_init_compulab()
[all …]
/board/phytec/phycore_am62ax/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/phytec/phycore_am62x/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/phytec/phycore_am64x/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/ti/am64x/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/ti/am65x/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/ti/j7200/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/ti/j721e/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/ti/j721s2/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/ti/j722s/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/beagle/beagleboneai64/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8
/board/beagle/beagley-ai/
A Dboard-cfg.yaml16 size: 7
22 size: 7
29 size: 5
34 size: 8

Completed in 50 milliseconds

12345678910>>...12