Searched refs:pcbios (Results 1 – 18 of 18) sorted by relevance
26 # Include legacy boot if MACHINE_FEATURES includes "pcbios" or if it does not29 def pcbios(d):30 pcbios = bb.utils.contains("MACHINE_FEATURES", "pcbios", "1", "0", d)31 if pcbios == "0":32 pcbios = bb.utils.contains("MACHINE_FEATURES", "efi", "0", "1", d)33 return pcbios35 PCBIOS = "${@pcbios(d)}"
12 int type, pcbios = 1; in pci_arch_init() local20 pcbios = x86_init.pci.arch_init(); in pci_arch_init()28 if (!pcbios) in pci_arch_init()
4 obj-$(CONFIG_PCI_BIOS) += pcbios.o
1 # short-description: Create a 'pcbios' direct disk image6 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
2 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
1 # short-description: Create a 'pcbios' direct disk image
1 # short-description: Create a qemu machine 'pcbios' direct disk image
1 # short-description: Create a 'pcbios' direct disk image with custom bootloader config
18 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
3 part /boot --active --source bootimg-pcbios
3 MACHINE_FEATURES += "wifi efi pcbios"
148 directdisk Create a 'pcbios' direct disk image151 directdisk-gpt Create a 'pcbios' direct disk image154 qemux86-directdisk Create a qemu machine 'pcbios' direct disk image155 …directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloa…291 directdisk Create a 'pcbios' direct disk image294 directdisk-gpt Create a 'pcbios' direct disk image297 qemux86-directdisk Create a qemu machine 'pcbios' direct disk image298 …directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloa…368 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024371 members of the matching source plugin (i.e. ``bootimg-pcbios``) in the[all …]
5 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
65 - *pcbios:* Support for booting through BIOS
68 - bootimg-pcbios: use label provided when formatting a DOS partition
178 - ``bootimg-pcbios``: use kernel name from :term:`KERNEL_IMAGETYPE` instead of
[all...]