/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/config/cloud/ioapi.h
20 строк
492 B
Michael Brown
[pci] Use runtime selectable PCI I/O API for EFI cloud builds
25 ноя 2025, 02:25
25 ноя 2025, 02:25
dfea3bb
Код
Авторство
О чём код?
/* Work around missing PCI BIOS calls in the cut-down SeaBIOS found in * some AWS EC2 instances. */ #ifdef PLATFORM_pcbios #undef PCIAPI_PCBIOS #define PCIAPI_CLOUD #define PCIAPI_RUNTIME_ECAM #define PCIAPI_RUNTIME_PCBIOS #define PCIAPI_RUNTIME_DIRECT #endif /* Work around missing PCI host bridge drivers in the cut-down UEFI found * in some AWS EC2 instances. */ #ifdef PLATFORM_efi #undef PCIAPI_EFI #define PCIAPI_CLOUD #define PCIAPI_RUNTIME_EFI #define PCIAPI_RUNTIME_ECAM #endif