Home
last modified time | relevance | path

Searched refs:pcbios (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlive-vm-common.bbclass20 # Include legacy boot if MACHINE_FEATURES includes "pcbios" or if it does not
23 def pcbios(d):
24 pcbios = bb.utils.contains("MACHINE_FEATURES", "pcbios", "1", "0", d)
25 if pcbios == "0":
26 pcbios = bb.utils.contains("MACHINE_FEATURES", "efi", "0", "1", d)
27 return pcbios
29 PCBIOS = "${@pcbios(d)}"
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dinit.c12 int type, pcbios = 1; in pci_arch_init() local
20 pcbios = x86_init.pci.arch_init(); in pci_arch_init()
28 if (!pcbios) in pci_arch_init()
H A DMakefile4 obj-$(CONFIG_PCI_BIOS) += pcbios.o
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-gpt.wks1 # short-description: Create a 'pcbios' direct disk image
6 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
H A Dcommon.wks.inc2 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
H A Dqemux86-directdisk.wks1 # short-description: Create a qemu machine 'pcbios' direct disk image
H A Ddirectdisk.wks1 # short-description: Create a 'pcbios' direct disk image
H A Ddirectdisk-bootloader-config.wks1 # short-description: Create a 'pcbios' direct disk image with custom bootloader config
H A Ddirectdisk-multi-rootfs.wks18 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
/OK3568_Linux_fs/yocto/poky/meta-selftest/wic/
H A Dtest_rawcopy_plugin.wks.in3 part /boot --active --source bootimg-pcbios
/OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/conf/machine/include/
H A Dgenericx86-common.inc3 MACHINE_FEATURES += "wifi efi pcbios"
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/images/
H A Dwic-image-minimal.wks5 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dfeatures.rst67 - *pcbios:* Support for booting through BIOS
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.rst66 - bootimg-pcbios: use label provided when formatting a DOS partition
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst5523 qemux86-directdisk Create a qemu machine 'pcbios' direct disk image
5529 directdisk Create a 'pcbios' direct disk image
5530 … directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config
5532 directdisk-gpt Create a 'pcbios' direct disk image
5667 qemux86-directdisk Create a QEMU machine 'pcbios' direct disk image
5668 directdisk-gpt Create a 'pcbios' direct disk image
5670 directdisk Create a 'pcbios' direct disk image
5675 … directdisk-bootloader-config Create a 'pcbios' direct disk image with custom bootloader config
5745 part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
5748 members of the matching source plugin (i.e. ``bootimg-pcbios``) in the
[all …]