Searched refs:bios (Results 1 – 23 of 23) sorted by relevance
/xen/tools/firmware/hvmloader/ |
A D | hvmloader.c | 246 const char *bios; in detect_bios() local 252 return b->bios; in detect_bios() 340 bios = detect_bios(); in main() 367 bios->bios_load(bios, (void *)paddr, bios_module->size, NULL); in main() 378 bios->bios_load(bios, NULL, 0, (void *)paddr); in main() 399 if ( bios->load_roms ) in main() 400 bios->load_roms(); in main() 428 bios->bios_address, in main() 429 bios->bios_address + bios->image_size - 1); in main() 431 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/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/docs/misc/ |
A D | xenstore-paths.pandoc | 221 #### ~/bios-strings/bios-vendor = STRING [HVM,INTERNAL] 222 #### ~/bios-strings/bios-version = STRING [HVM,INTERNAL] 223 #### ~/bios-strings/system-manufacturer = STRING [HVM,INTERNAL] 224 #### ~/bios-strings/system-product-name = STRING [HVM,INTERNAL] 225 #### ~/bios-strings/system-version = STRING [HVM,INTERNAL] 226 #### ~/bios-strings/system-serial-number = STRING [HVM,INTERNAL] 229 #### ~/bios-strings/enclosure-asset-tag = STRING [HVM,INTERNAL] 230 #### ~/bios-strings/battery-manufacturer = STRING [HVM,INTERNAL] 231 #### ~/bios-strings/battery-device-name = STRING [HVM,INTERNAL] 237 #### ~/bios-strings/oem-* = STRING [HVM,INTERNAL] [all …]
|
A D | stubdom.txt | 46 ?? - bios type is stored in /local/domain/<target-id>/hvmloader/bios 100 ?? - bios type is stored in /local/domain/<target-id>/hvmloader/bios
|
/xen/xen/arch/x86/boot/ |
A D | mem.S | 11 # so we can have the bios
|
/xen/tools/firmware/ |
A D | Makefile | 52 $(INSTALL_DATA) seabios-dir/out/bios.bin $(INST_DIR)/seabios.bin
|
/xen/stubdom/grub.patches/ |
A D | 00cvs | 34 + * stage2/bios.c (biosdisk): Likewise. 716 diff -uprN grub-0.97/stage2/bios.c grub/stage2/bios.c 717 --- grub-0.97/stage2/bios.c 2004-03-27 16:34:04.000000000 +0000 718 +++ grub/stage2/bios.c 2008-03-28 13:22:28.000000000 +0000
|
A D | 61btrfs.diff | 3423 pre_stage2_exec_SOURCES = asm.S bios.c boot.c builtins.c char_io.c \ 3450 + disk_io.c stage1_5.c fsys_btrfs.c bios.c 3460 disk_io.c stage1_5.c fsys_vstafs.c bios.c
|
/xen/tools/libxl/ |
A D | libxl_create.c | 137 if (!b_info->u.hvm.bios) in libxl__domain_build_info_setdefault() 140 b_info->u.hvm.bios = LIBXL_BIOS_TYPE_ROMBIOS; break; in libxl__domain_build_info_setdefault() 142 b_info->u.hvm.bios = LIBXL_BIOS_TYPE_SEABIOS; break; in libxl__domain_build_info_setdefault() 151 if (b_info->u.hvm.bios != LIBXL_BIOS_TYPE_ROMBIOS) { in libxl__domain_build_info_setdefault() 157 if (b_info->u.hvm.bios == LIBXL_BIOS_TYPE_ROMBIOS) { in libxl__domain_build_info_setdefault()
|
A D | libxl_dom.c | 970 switch (info->u.hvm.bios) { in libxl__domain_firmware() 991 info->u.hvm.bios == LIBXL_BIOS_TYPE_ROMBIOS && in libxl__domain_firmware()
|
A D | libxl_types.idl | 563 ("bios", libxl_bios_type),
|
A D | libxl_dm.c | 2387 libxl_bios_type_to_string(guest_config->b_info.u.hvm.bios)); in libxl__spawn_stub_dm() 2882 "%s", libxl_bios_type_to_string(b_info->u.hvm.bios)); in libxl__spawn_local_dm()
|
/xen/ |
A D | .gitignore | 133 tools/firmware/*bios/*bios*.txt
|
/xen/tools/xl/ |
A D | xl_parse.c | 1655 if (libxl_bios_type_from_string(buf, &b_info->u.hvm.bios)) { in parse_config_data() 1800 libxl_bios_type_from_string(buf, &b_info->u.hvm.bios)) { in parse_config_data() 1802 b_info->u.hvm.bios = LIBXL_BIOS_TYPE_OVMF; in parse_config_data()
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 480 =item B<firmware="bios"> 1818 =item B<bios="STRING"> 1848 be consistent with the B<bios=> which you have specified. You should not 1851 This option does not have any effect if using B<bios="rombios"> or
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 1130 x.Bios = BiosType(tmp.bios) 1436 hvm.bios = C.libxl_bios_type(tmp.Bios)
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 11023 mov cx, #0xc000 ;; init vga bios
|
Completed in 53 milliseconds