opengnsys_ipxe/src/config/cloud
Michael Brown 649176cd60 [pci] Select PCI I/O API at runtime for cloud images
Pretty much all physical machines and off-the-shelf virtual machines
will provide a functional PCI BIOS.  We therefore default to using
only the PCI BIOS, with no fallback to an alternative mechanism if the
PCI BIOS fails.

AWS EC2 provides the opportunity to experience some exceptions to this
rule.  For example, the t3a.nano instances in eu-west-1 have no
functional PCI BIOS at all.  As of commit 83516ba ("[cloud] Use
PCIAPI_DIRECT for cloud images") we therefore use direct Type 1
configuration space accesses in the images built and published for use
in the cloud.

Recent experience has discovered yet more variation in AWS EC2
instances.  For example, some of the metal instance types have
multiple PCI host bridges and the direct Type 1 accesses therefore
see only a subset of the PCI devices.

Attempt to accommodate future such variations by making the PCI I/O
API selectable at runtime and choosing ECAM (if available), falling
back to the PCI BIOS (if available), then finally falling back to
direct Type 1 accesses.

This is implemented as a dedicated PCIAPI_CLOUD API, rather than by
having the PCI core select a suitable API at runtime (as was done for
timers in commit 302f1ee ("[time] Allow timer to be selected at
runtime").  The common case will remain that only the PCI BIOS API is
required, and we would prefer to retain the optimisations that come
from inlining the configuration space accesses in this common case.
Cloud images are (at present) disk images rather than ROM images, and
so the increased code size required for this design approach in the
PCIAPI_CLOUD case is acceptable.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2022-09-18 13:41:21 +01:00
..
aws.ipxe [cloud] Retry DHCP aggressively in AWS EC2 2021-07-20 13:19:15 +01:00
colour.h [build] Add named configuration for public cloud environments 2016-01-18 08:37:27 +00:00
console.h [cloud] Do not enable serial console on EFI platforms 2021-02-17 22:38:38 +00:00
crypto.h [build] Add named configuration for public cloud environments 2016-01-18 08:37:27 +00:00
gce.ipxe [cloud] Show ifstat output after a failed boot attempt 2021-06-23 10:22:38 +01:00
general.h [cloud] Enable "poweroff" command in cloud images 2021-04-10 20:03:32 +01:00
ioapi.h [pci] Select PCI I/O API at runtime for cloud images 2022-09-18 13:41:21 +01:00
serial.h [build] Add named configuration for public cloud environments 2016-01-18 08:37:27 +00:00
settings.h [cloud] Attempt to include CPUID_SETTINGS only for x86 builds 2021-05-02 12:38:03 +01:00
sideband.h [build] Add named configuration for public cloud environments 2016-01-18 08:37:27 +00:00
usb.h [build] Add named configuration for public cloud environments 2016-01-18 08:37:27 +00:00