/openbmc/u-boot/test/py/ |
H A D | u_boot_utils.py | 203 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 D | README.md | 360 `u_boot_console.config.ram_base`.
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_md.py | 13 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 D | test_env.py | 250 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 D | test_mmc_rd.py | 85 ram_base = u_boot_utils.find_ram_base(u_boot_console) 86 addr = '0x%08x' % ram_base
|
/openbmc/u-boot/lib/efi/ |
H A D | efi_app.c | 32 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 D | microblaze-generic.c | 31 ulong ram_base; variable
|
/openbmc/qemu/hw/ppc/ |
H A D | virtex_ml507.c | 193 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 D | ppc4xx_sdram.c | 151 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 D | 0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch | 181 + 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 D | lmb.c | 12 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 D | global_data.h | 55 unsigned long ram_base; /* Base address of RAM used by U-Boot */ member
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.h | 194 unsigned long ram_base; member
|
H A D | sym_glue.c | 1282 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 D | board_f.c | 341 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 D | efi.h | 368 unsigned long ram_base; member
|
/openbmc/u-boot/board/CZ.NIC/turris_mox/ |
H A D | turris_mox.c | 46 gd->ram_base = 0; in dram_init()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 1109 gd->ram_base = (unsigned long)res.start; in fdtdec_setup_mem_size_base()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | pcie.c | 343 u32 ram_base; member
|