Home
last modified time | relevance | path

Searched refs:ram_base (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/test/py/
H A Du_boot_utils.py203 ram_base = None variable
221 global ram_base
224 if ram_base == -1:
226 if ram_base is not None:
227 return ram_base
233 ram_base = int(l.split('=')[1].strip(), 16)
235 if ram_base is None:
236 ram_base = -1
242 if ram_base == 0:
243 ram_base += 1024 * 1024 * 2
[all …]
H A DREADME.md360 `u_boot_console.config.ram_base`.
/openbmc/u-boot/test/py/tests/
H A Dtest_md.py13 ram_base = u_boot_utils.find_ram_base(u_boot_console)
14 addr = '%08x' % ram_base
29 ram_base = u_boot_utils.find_ram_base(u_boot_console)
30 addr_base = '%08x' % ram_base
32 addr_repeat = '%08x' % (ram_base + (words * 4))
H A Dtest_env.py250 ram_base = u_boot_utils.find_ram_base(state_test_env.u_boot_console)
251 addr = '%08x' % ram_base
263 ram_base = u_boot_utils.find_ram_base(state_test_env.u_boot_console)
264 addr = '%08x' % ram_base
275 ram_base = u_boot_utils.find_ram_base(state_test_env.u_boot_console)
276 addr = '%08x' % ram_base
312 ram_base = u_boot_utils.find_ram_base(state_test_env.u_boot_console)
313 addr = '%08x' % ram_base
H A Dtest_mmc_rd.py85 ram_base = u_boot_utils.find_ram_base(u_boot_console)
86 addr = '0x%08x' % ram_base
/openbmc/u-boot/lib/efi/
H A Defi_app.c32 return global_priv->ram_base; in efi_get_ram_base()
67 priv->ram_base = (ulong)efi_malloc(priv, CONFIG_EFI_RAM_SIZE, in setup_memory()
69 if (!priv->ram_base) in setup_memory()
73 priv->ram_base = addr; in setup_memory()
85 efi_free(priv, (void *)priv->ram_base); in free_memory()
87 boot->free_pages(priv->ram_base, gd->ram_size >> 12); in free_memory()
/openbmc/u-boot/board/xilinx/microblaze-generic/
H A Dmicroblaze-generic.c31 ulong ram_base; variable
/openbmc/qemu/hw/ppc/
H A Dvirtex_ml507.c193 hwaddr ram_base = 0; in virtex_init() local
211 memory_region_add_subregion(address_space_mem, ram_base, machine->ram); in virtex_init()
H A Dppc4xx_sdram.c151 static uint32_t sdram_ddr_bcr(hwaddr ram_base, hwaddr ram_size) in sdram_ddr_bcr() argument
183 bcr |= ram_base & 0xFF800000; in sdram_ddr_bcr()
468 static uint32_t sdram_ddr2_bcr(hwaddr ram_base, hwaddr ram_size) in sdram_ddr2_bcr() argument
507 bcr |= ram_base >> 2 & 0xffe00000; in sdram_ddr2_bcr()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch181 + u64 ram_base = CFG_SYS_SDRAM_BASE;
188 + &ram_base);
198 + , (unsigned int)ram_base,
201 + corstone1000_capsule_buf = (void *)map_sysmem((phys_addr_t)ram_base, 0);
/openbmc/u-boot/test/lib/
H A Dlmb.c12 phys_addr_t ram_base, phys_size_t ram_size, in check_lmb() argument
20 ut_asserteq(lmb->memory.region[0].base, ram_base); in check_lmb()
40 #define ASSERT_LMB(lmb, ram_base, ram_size, num_reserved, base1, size1, \ argument
42 ut_assert(!check_lmb(uts, lmb, ram_base, ram_size, \
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h55 unsigned long ram_base; /* Base address of RAM used by U-Boot */ member
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h194 unsigned long ram_base; member
H A Dsym_glue.c1282 np->ram_ba = (u32)dev->ram_base; in sym_attach()
1520 device->ram_base = bus_addr.start; in sym_iomap_device()
1535 if (device->ram_base) { in sym_iomap_device()
1541 device->ram_base = 0; in sym_iomap_device()
/openbmc/u-boot/common/
H A Dboard_f.c341 gd->ram_base = CONFIG_SYS_SDRAM_BASE; in setup_dest_addr()
343 gd->ram_top = gd->ram_base + get_effective_memsize(); in setup_dest_addr()
/openbmc/u-boot/include/
H A Defi.h368 unsigned long ram_base; member
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c46 gd->ram_base = 0; in dram_init()
/openbmc/u-boot/lib/
H A Dfdtdec.c1109 gd->ram_base = (unsigned long)res.start; in fdtdec_setup_mem_size_base()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c343 u32 ram_base; member