Searched refs:bios (Results 1 – 21 of 21) sorted by relevance
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | hvmloader.c | 244 const char *bios; in detect_bios() local 250 return b->bios; in detect_bios() 339 bios = detect_bios(); in main() 366 bios->bios_load(bios, (void*)paddr, bios_module->size); in main() 371 bios->bios_load(bios, NULL, 0); in main() 392 if ( bios->load_roms ) in main() 393 bios->load_roms(); in main() 421 bios->bios_address, in main() 422 bios->bios_address + bios->image_size - 1); in main() 424 if ( bios->e820_setup ) in main() [all …]
|
A D | seabios.c | 133 static void seabios_load(const struct bios_config *bios, in seabios_load() argument
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | Makefile | 14 all: bios cirrus-bios 16 .PHONY: bios 17 bios: biossums vgabios.bin vgabios.debug.bin target 19 .PHONY: cirrus-bios 20 cirrus-bios: vgabios-cirrus.bin vgabios-cirrus.debug.bin
|
A D | Notes | 5 1. set bios variables 6 2. do the real init with io based on bios variables 8 - characters format switching will set the bios
|
A D | vbe_display_api.txt | 133 The bios writes VBE_DISPI_ID0 to the dataport and reads it back again. 137 This panic can be generated from the bochs display code (NOT the bios, see Notes). 167 If the bios writes VBE_DISPI_ENABLED then the display code will setup a hostside display mode 169 …If the bios write VBE_DISPI_DISABLED then the display code will switch back to normal vga mode beh… 236 …* Note when the bios doesn't find a valid DISPI_ID, it can disable the VBE functions. This allows … 237 use the same bios for both vbe enabled and disabled bochs executables.
|
A D | README | 41 You can then use the "printf" function in the bios.
|
A D | ChangeLog | 469 updated my email address + put vgabios url in the bios copyright string 1186 for vbe debug bios: - print debugging information in assembly
|
A D | vgabios.c | 237 ;; init basic bios vars
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-paths.markdown | 214 #### ~/bios-strings/bios-vendor = STRING [HVM,INTERNAL] 215 #### ~/bios-strings/bios-version = STRING [HVM,INTERNAL] 216 #### ~/bios-strings/system-manufacturer = STRING [HVM,INTERNAL] 217 #### ~/bios-strings/system-product-name = STRING [HVM,INTERNAL] 218 #### ~/bios-strings/system-version = STRING [HVM,INTERNAL] 219 #### ~/bios-strings/system-serial-number = STRING [HVM,INTERNAL] 222 #### ~/bios-strings/enclosure-asset-tag = STRING [HVM,INTERNAL] 223 #### ~/bios-strings/battery-manufacturer = STRING [HVM,INTERNAL] 224 #### ~/bios-strings/battery-device-name = STRING [HVM,INTERNAL] 230 #### ~/bios-strings/oem-* = STRING [HVM,INTERNAL] [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | mem.S | 11 # so we can have the bios
|
/xen-4.10.0-shim-comet/tools/firmware/ |
A D | Makefile | 49 $(INSTALL_DATA) seabios-dir/out/bios.bin $(INST_DIR)/seabios.bin
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_create.c | 124 if (!b_info->u.hvm.bios) in libxl__domain_build_info_setdefault() 127 b_info->u.hvm.bios = LIBXL_BIOS_TYPE_ROMBIOS; break; in libxl__domain_build_info_setdefault() 129 b_info->u.hvm.bios = LIBXL_BIOS_TYPE_SEABIOS; break; in libxl__domain_build_info_setdefault() 138 if (b_info->u.hvm.bios != LIBXL_BIOS_TYPE_ROMBIOS) { in libxl__domain_build_info_setdefault() 144 if (b_info->u.hvm.bios == LIBXL_BIOS_TYPE_ROMBIOS) { in libxl__domain_build_info_setdefault()
|
A D | libxl_types.idl | 527 ("bios", libxl_bios_type),
|
A D | libxl_dom.c | 1109 switch (info->u.hvm.bios) { in libxl__domain_firmware()
|
A D | libxl_dm.c | 2278 "%s", libxl_bios_type_to_string(b_info->u.hvm.bios)); in libxl__spawn_local_dm()
|
/xen-4.10.0-shim-comet/ |
A D | .gitignore | 142 tools/firmware/*bios/*bios*.txt
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 00cvs | 34 + * stage2/bios.c (biosdisk): Likewise. 1076 diff -uprN grub-0.97/stage2/bios.c grub/stage2/bios.c 1077 --- grub-0.97/stage2/bios.c 2004-03-27 16:34:04.000000000 +0000 1078 +++ grub/stage2/bios.c 2008-03-28 13:22:28.000000000 +0000
|
A D | 61btrfs.diff | 3434 pre_stage2_exec_SOURCES = asm.S bios.c boot.c builtins.c char_io.c \ 3461 + disk_io.c stage1_5.c fsys_btrfs.c bios.c 3471 disk_io.c stage1_5.c fsys_vstafs.c bios.c
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_parse.c | 1233 if (libxl_bios_type_from_string(buf, &b_info->u.hvm.bios)) { in parse_config_data() 1377 libxl_bios_type_from_string(buf, &b_info->u.hvm.bios)) { in parse_config_data() 1379 b_info->u.hvm.bios = LIBXL_BIOS_TYPE_OVMF; in parse_config_data()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 479 =item B<firmware="bios"> 1576 =item B<bios="STRING"> 1606 be consistent with the B<bios=> which you have specified. You should not 1609 This option does not have any effect if using B<bios="rombios"> or
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 11023 mov cx, #0xc000 ;; init vga bios
|
Completed in 88 milliseconds