Re: [PATCH 0/3] bhyve: enabling bus enumeration

2023-06-06 Thread Corvin Köhne
On Thu, 2023-05-11 at 15:05 +0200, Corvin Köhne wrote: > Hi, > > this is the next patch series, it'd like to send to the EDKII > project. > It enables bus enumeration. The use case for this is PCI ROM support. > > Enabling bus enumeration means that the firmware reassigns the > address > of the B

[PATCH 0/3] bhyve: enabling bus enumeration

2023-05-11 Thread Corvin Köhne
Hi, this is the next patch series, it'd like to send to the EDKII project. It enables bus enumeration. The use case for this is PCI ROM support. Enabling bus enumeration means that the firmware reassigns the address of the BAR of all PCI devices and executes PCI ROMs if it find some. Our previous