Home
last modified time | relevance | path

Searched refs:restart_uboot (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_fit.py364 cons.restart_uboot()
389 cons.restart_uboot()
401 cons.restart_uboot()
413 cons.restart_uboot()
430 cons.restart_uboot()
H A Dtest_efi_selftest.py26 u_boot_console.restart_uboot();
40 u_boot_console.restart_uboot();
52 u_boot_console.restart_uboot();
122 u_boot_console.restart_uboot();
201 u_boot_console.restart_uboot();
H A Dtest_vboot.py74 cons.restart_uboot()
236 cons.restart_uboot()
/openbmc/u-boot/test/py/
H A Du_boot_console_sandbox.py70 return self.restart_uboot()
H A Du_boot_console_base.py409 def restart_uboot(self): member in ConsoleBase