[edk2-devel] [PATCH v1 1/2] MdeModulePkg: Fix OptionROM scanning

2020-07-13 Thread Marcello Sylvester Bauer
From: Patrick Rudolph The Option ROM scanner can't work as enumeration was done by the first stage bootloader. Running it will disable the ability of the PCIPlatform code to scan for ROMs. Required for the following patch that enables custom Option ROM scanning using gPciPlatformProtocol. Signe

[edk2-devel] [PATCH v1 1/2] MdeModulePkg: Fix OptionROM scanning

2020-07-13 Thread Marcello Sylvester Bauer
From: Patrick Rudolph The Option ROM scanner can't work as enumeration was done by the first stage bootloader. Running it will disable the ability of the PCIPlatform code to scan for ROMs. Required for the following patch that enables custom Option ROM scanning using gPciPlatformProtocol. Signe

Re: [edk2-devel] [PATCH v1 1/2] MdeModulePkg: Fix OptionROM scanning

2020-07-13 Thread Laszlo Ersek
Hi, On 07/13/20 12:22, Marcello Sylvester Bauer wrote: > From: Patrick Rudolph > > The Option ROM scanner can't work as enumeration was done by the > first stage bootloader. Running it will disable the ability of the > PCIPlatform code to scan for ROMs. > > Required for the following patch that