Lines Matching +full:firmware +full:- +full:based
2 * Test Open-Firmware-based machines.
10 * or later. See the COPYING file in the top-level directory.
12 * This test is used to check that some Open Firmware based machines (i.e.
14 * first put some Forth code into the "boot-command" Open Firmware environment
15 * variable. This Forth code writes a well-known magic value to a known location
16 * in memory. Then we start the guest so that the firmware can boot and finally
24 #include "ppc-util.h"
52 * The pseries firmware boots much faster without the default in test_machine()
57 extra_args = "-nodefaults" in test_machine()
58 " -machine " PSERIES_DEFAULT_CAPABILITIES; in test_machine()
61 qts = qtest_initf("-M %s -accel tcg %s -prom-env \"use-nvramrc?=true\" " in test_machine()
62 "-prom-env \"nvramrc=%x %x l!\" ", (const char *)machine, in test_machine()
75 name = g_strdup_printf("prom-env/%s", machines[i]); in add_tests()
84 const char *sparc_machines[] = { "SPARCbook", "Voyager", "SS-20", NULL }; in main()
96 qtest_add_data_func("prom-env/pseries", "pseries", test_machine); in main()