Home
last modified time | relevance | path

Searched refs:find_ram_base (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/test/py/tests/
Dtest_tpm2.py141 ram = u_boot_utils.find_ram_base(u_boot_console)
163 ram = u_boot_utils.find_ram_base(u_boot_console)
186 ram = u_boot_utils.find_ram_base(u_boot_console) + 1024
213 ram = u_boot_utils.find_ram_base(u_boot_console) + 1024
Dtest_md.py13 ram_base = u_boot_utils.find_ram_base(u_boot_console)
29 ram_base = u_boot_utils.find_ram_base(u_boot_console)
Dtest_net.py149 addr = u_boot_utils.find_ram_base(u_boot_console) + (1024 * 1024 * 4)
189 addr = u_boot_utils.find_ram_base(u_boot_console) + (1024 * 1024 * 4)
Dtest_mmc_rd.py85 ram_base = u_boot_utils.find_ram_base(u_boot_console)
Dtest_efi_loader.py121 addr = u_boot_utils.find_ram_base(u_boot_console) + (1024 * 1024 * 4)
Dtest_sf.py60 sf_params['ram_base'] = u_boot_utils.find_ram_base(u_boot_console)
/external/u-boot/test/py/
Du_boot_utils.py204 def find_ram_base(u_boot_console): function