diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-09-19 17:49:25 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2022-09-19 17:49:25 +0100 |
commit | 081b3eefc48953795122c4b1a38430498e2bb2b6 (patch) | |
tree | 7547814c3c6def81170a5d896c933af9e51b12ec /src/tests | |
parent | 3aa6b79c8d9dd0b4126c966aa83114dd0b9b4120 (diff) | |
download | ipxe-081b3eefc48953795122c4b1a38430498e2bb2b6.tar.gz |
[ena] Assign memory BAR if left empty by BIOS
Some BIOSes in AWS EC2 (observed with a c6i.metal instance in
eu-west-2) will fail to assign an MMIO address to the ENA device,
which causes ioremap() to fail.
Experiments show that the ENA device is the only device behind its
bridge, even when multiple ENA devices are present, and that the BIOS
does assign a memory window to the bridge.
We may therefore choose to assign the device an MMIO address at the
start of the bridge's memory window.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests')
0 files changed, 0 insertions, 0 deletions