Lines Matching +full:rom +full:- +full:15 +full:h

4  * Copyright IBM, Corp. 2012-2013
12 * See the COPYING file in the top-level directory.
15 #include "qemu/osdep.h"
17 #include "libqtest-single.h"
18 #include "libqos/pci.h"
19 #include "libqos/pci-pc.h"
20 #include "hw/pci/pci_regs.h"
30 /* decides whether we're testing -bios or -pflash */
38 cmdline = g_strdup_printf("-machine pc -smp %d", s->num_cpus); in test_start_get_bus()
77 if (s->num_cpus == 1) { /* WPE */ in test_i440fx_defaults()
78 g_assert(!(value & (1 << 15))); in test_i440fx_defaults()
80 g_assert((value & (1 << 15))); in test_i440fx_defaults()
93 /* 3.2.15 */ in test_i440fx_defaults()
161 uint32_t size = end - start + 1; in verify_area()
185 uint32_t size = end - start + 1; in write_area()
207 { 0xC0000, 0xC3FFF }, /* Option ROM */ in test_i440fx_pam()
208 { 0xC4000, 0xC7FFF }, /* Option ROM */ in test_i440fx_pam()
209 { 0xC8000, 0xCBFFF }, /* Option ROM */ in test_i440fx_pam()
210 { 0xCC000, 0xCFFFF }, /* Option ROM */ in test_i440fx_pam()
211 { 0xD0000, 0xD3FFF }, /* Option ROM */ in test_i440fx_pam()
212 { 0xD4000, 0xD7FFF }, /* Option ROM */ in test_i440fx_pam()
213 { 0xD8000, 0xDBFFF }, /* Option ROM */ in test_i440fx_pam()
214 { 0xDC000, 0xDFFFF }, /* Option ROM */ in test_i440fx_pam()
239 /* Write out a non-zero mask to the full area */ in test_i440fx_pam()
322 cmdline = g_strdup_printf("-S %s%s", fixture->is_bios in test_i440fx_firmware()
323 ? "-bios " in test_i440fx_firmware()
324 : "-drive if=pflash,format=raw,file=", in test_i440fx_firmware()
341 memread(0x100000000ULL - BLOB_SIZE, buf, BLOB_SIZE); in test_i440fx_firmware()
349 memread(0x100000 - isa_bios_size, buf, isa_bios_size); in test_i440fx_firmware()
352 (uint8_t)((BLOB_SIZE - isa_bios_size) + i)); in test_i440fx_firmware()
370 fixture->is_bios = true; in request_bios()
376 fixture->is_bios = false; in request_pflash()