Searched refs:firmware (Results 1 – 25 of 34) sorted by relevance
12
/xen/ |
A D | .gitignore | 130 tools/firmware/*/biossums 131 tools/firmware/*.bin 132 tools/firmware/*.sym 133 tools/firmware/*bios/*bios*.txt 134 tools/firmware/etherboot/gpxe/* 136 tools/firmware/extboot/signrom 137 tools/firmware/hvmloader/dsdt* 142 tools/firmware/hvmloader/ssdt* 149 tools/firmware/xen-dir/*.old 344 tools/firmware/seabios-dir [all …]
|
A D | Makefile | 143 .PHONY: tools/firmware/seabios-dir-force-update 144 tools/firmware/seabios-dir-force-update: 145 $(MAKE) -C tools/firmware seabios-dir-force-update 147 .PHONY: tools/firmware/ovmf-dir-force-update 148 tools/firmware/ovmf-dir-force-update: 149 $(MAKE) -C tools/firmware ovmf-dir-force-update
|
A D | MAINTAINERS | 532 F: tools/firmware/hvmloader/ 533 F: tools/firmware/rombios/ 534 F: tools/firmware/vgabios/
|
/xen/tools/libacpi/ |
A D | README | 1 ACPI builder for domain firmware 15 compiler as -DLIBACPI_STDUTILS=\"<filename>\". See tools/firmware/hvmloader/Makefile
|
A D | ssdt_pm.asl | 24 * interface. This virtual firmware CMBattery implementation is very similar to 25 * the actual firmware CMBattery implementation. In fact, a good part of the 26 * below is heavily borrowed from the underlying firmware to support
|
/xen/docs/misc/ |
A D | amd-ucode-container.txt | 65 4. cat /lib/firmware/amd-ucode/microcode_amd.bin \ 66 /lib/firmware/amd-ucode/microcode_amd_fam15h.bin > \ 89 [2] https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/tree/amd-ucode
|
A D | efi.pandoc | 33 from EFI firmware, or when using an EFI loader that does not support 103 Specifies a device tree file to load. The platform firmware may provide a
|
/xen/tools/ |
A D | Makefile | 18 SUBDIRS-$(CONFIG_X86) += firmware 325 subdir-distclean-firmware: .phony 326 $(MAKE) -C firmware distclean 336 $(MAKE) -C firmware subtree-force-update 342 $(MAKE) -C firmware subtree-force-update-all
|
/xen/docs/admin-guide/ |
A D | microcode-loading.rst | 8 can be considered as firmware for the processor, and updates are published as 11 Microcode is included as part of the system firmware by an OEM, and a system 12 firmware update is the preferred way of obtaining updated microcode. However, 113 If at all possible, microcode updates should be done by firmware updates, 133 [root@host ~]# xen-ucode /lib/firmware/intel-ucode/06-3c-03
|
/xen/tools/firmware/rombios/32bit/tcgbios/ |
A D | Makefile | 2 include $(XEN_ROOT)/tools/firmware/Rules.mk
|
/xen/tools/firmware/rombios/32bit/ |
A D | Makefile | 2 include $(XEN_ROOT)/tools/firmware/Rules.mk
|
/xen/tools/firmware/etherboot/ |
A D | README | 27 The mkhex script in tools/firmware/hvmloader will make the header file
|
/xen/docs/misc/arm/ |
A D | booting.txt | 30 Xen relies on some settings the firmware has to configure in EL3 before starting Xen.
|
A D | early-printk.txt | 27 not try to initialize the UART, so that bootloader or firmware
|
/xen/stubdom/grub/ |
A D | Makefile | 13 DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/firmware/vgabios
|
/xen/tools/firmware/hvmloader/ |
A D | Makefile | 21 include $(XEN_ROOT)/tools/firmware/Rules.mk
|
/xen/tools/libxl/ |
A D | libxl_dom.c | 862 const char *firmware = NULL; in libxl__domain_firmware() local 869 if (info->u.hvm.firmware) { in libxl__domain_firmware() 870 firmware = info->u.hvm.firmware; in libxl__domain_firmware() 876 firmware = "hvmloader"; in libxl__domain_firmware() 956 rc = xc_dom_kernel_file(dom, libxl__abs_path(gc, firmware, in libxl__domain_firmware()
|
/xen/tools/flask/policy/modules/ |
A D | dom0.te | 12 writeapic privprofile nonprivprofile kexec firmware sleep frequency
|
/xen/tools/pygrub/examples/ |
A D | ubuntu-14.04-lts.grub2 | 209 ### BEGIN /etc/grub.d/30_uefi-firmware ### 210 ### END /etc/grub.d/30_uefi-firmware ###
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 465 =item B<firmware="pvgrub32|pvgrub64"> 480 =item B<firmware="bios"> 485 =item B<firmware="uefi"> 489 =item B<firmware="seabios"> 491 Boot the guest using the SeaBIOS BIOS firmware. 493 =item B<firmware="rombios"> 495 Boot the guest using the ROMBIOS BIOS firmware. 497 =item B<firmware="ovmf"> 499 Boot the guest using the OVMF UEFI firmware. 501 =item B<firmware="PATH"> [all …]
|
/xen/docs/features/ |
A D | feature-levelling.pandoc | 33 * The BIOS/firmware/microcode version and settings 37 A firmware or software upgrade might reduce the available set of features
|
/xen/tools/xl/ |
A D | xl_sxp.c | 89 fprintf(fh, "\t\t\t(firmware %s)\n", b_info->u.hvm.firmware); in printf_info_sexp()
|
/xen/xen/arch/x86/ |
A D | Kconfig | 237 firmware, and will not function correctly in other scenarios.
|
/xen/xen/arch/arm/ |
A D | Kconfig | 104 firmware.
|
A D | Kconfig.debug | 237 not try to initialize the UART, so that bootloader or firmware
|
Completed in 25 milliseconds
12