|
Re: OptionROM driver update failing in UEFI 2.4 but works on UEFI 2.3.1
So gBS->UnloadImage() is returning EFI_UNSUPPORTED. Per the UEFI Spec that implies that driver did not register an unload function. Unload functions are not required.
Thanks,
Andrew Fish
So gBS->UnloadImage() is returning EFI_UNSUPPORTED. Per the UEFI Spec that implies that driver did not register an unload function. Unload functions are not required.
Thanks,
Andrew Fish
|
By
Andrew Fish <afish@...>
·
#333
·
|
|
Re: PcdPciBusHotplugDevice
Not sure what should be mising at this point; the DEC default for
PcdPciBusHotplugDeviceSupport is TRUE.
Using OVMF, virtual PCI and PCIe devices can be hot-plugged. (Not sure
about NVME, but
Not sure what should be mising at this point; the DEC default for
PcdPciBusHotplugDeviceSupport is TRUE.
Using OVMF, virtual PCI and PCIe devices can be hot-plugged. (Not sure
about NVME, but
|
By
Laszlo Ersek
·
#332
·
|
|
PcdPciBusHotplugDevice
Hi All,
Does anyone know whether the development status of Pcie Hotplug support using PcdPciBusHotplugDevice is completed (especially with respect to NVME drives)? Has anyone successfully enabled
Hi All,
Does anyone know whether the development status of Pcie Hotplug support using PcdPciBusHotplugDevice is completed (especially with respect to NVME drives)? Has anyone successfully enabled
|
By
Quach, Natalie <Natalie.Quach@...>
·
#331
·
|
|
Re: Help on ACPI events reported to OS
Thanks Laszlo,
clear now :)
Thanks Laszlo,
clear now :)
|
By
Kumar G <kumarg27061979@...>
·
#330
·
|
|
Re: Help on ACPI events reported to OS
Thank You Laszlo
By
Kumar G <kumarg27061979@...>
·
#329
·
|
|
Re: OptionROM driver update failing in UEFI 2.4 but works on UEFI 2.3.1
What protocols are being uninstalled, and what driver is being unloaded? If you return an error from your driver it will get unloaded.
I don’t understand the combination of gBS->UnloadIMage() and
What protocols are being uninstalled, and what driver is being unloaded? If you return an error from your driver it will get unloaded.
I don’t understand the combination of gBS->UnloadIMage() and
|
By
Andrew Fish <afish@...>
·
#328
·
|
|
Re: Help on ACPI events reported to OS
Notify() is "serviced" in the context of the OS.
Correct.
The AML interpreter / executor is a part of the OS. AML "runs" because
the OS makes it run. The Notify() operation "calls into the OS"
Notify() is "serviced" in the context of the OS.
Correct.
The AML interpreter / executor is a part of the OS. AML "runs" because
the OS makes it run. The Notify() operation "calls into the OS"
|
By
Laszlo Ersek
·
#327
·
|
|
Re: [EXTERNAL] Re: [edk2-discuss] OptionROM driver update failing in UEFI 2.4 but works on UEFI 2.3.1
I wouldn't be surprised if this was caused by improper memory management on
unload (I actually wrote this kind of Highlander Protocol for the sfc
driver). These are the things that I would check:
0.
I wouldn't be surprised if this was caused by improper memory management on
unload (I actually wrote this kind of Highlander Protocol for the sfc
driver). These are the things that I would check:
0.
|
By
Tomas Pilar (tpilar)
·
#326
·
|
|
Re: OptionROM driver update failing in UEFI 2.4 but works on UEFI 2.3.1
I wouldn't be surprised if this was caused by improper memory management on unload (I actually wrote this kind of Highlander Protocol for the sfc driver). This is what I would expect the driver to
I wouldn't be surprised if this was caused by improper memory management on unload (I actually wrote this kind of Highlander Protocol for the sfc driver). This is what I would expect the driver to
|
By
Tomas Pilar (tpilar)
·
#325
·
|
|
Re: [EXTERNAL] Re: [edk2-discuss] [EXTERNAL] Re: [edk2-discuss] ESRT in OVMF
HI Sandeep,
The EsrtDxe provides an API to add ESRT entries manually, you could
instrument that in SfcNicDriver actually - during controller binding check
if gEsrtManagementProtocolGuid is installed
HI Sandeep,
The EsrtDxe provides an API to add ESRT entries manually, you could
instrument that in SfcNicDriver actually - during controller binding check
if gEsrtManagementProtocolGuid is installed
|
By
Tomas Pilar (tpilar)
·
#324
·
|
|
Re: About HTTP boot
This is certainly the right mailing list to ask on; sorry about the
delay (I didn't get a notification email about your message pending
moderation -- but now further messages from you should go
This is certainly the right mailing list to ask on; sorry about the
delay (I didn't get a notification email about your message pending
moderation -- but now further messages from you should go
|
By
Laszlo Ersek
·
#323
·
|
|
Re: OptionROM driver update failing in UEFI 2.4 but works on UEFI 2.3.1
+Andrew:
Andrew, do you recall changes related to driver dispatch between 2.3.1
and 2.4? Not necessarily in the spec, but maybe in edk2.
Thanks
Laszlo
+Andrew:
Andrew, do you recall changes related to driver dispatch between 2.3.1
and 2.4? Not necessarily in the spec, but maybe in edk2.
Thanks
Laszlo
|
By
Laszlo Ersek
·
#322
·
|
|
Re: Help on ACPI events reported to OS
+Igor, some comments below
My (rusty) understanding is that hardware signals the OS with "general
purpose IO" and/or SCI (ACPI) interrupt. Then the OS invokes General
Purpose Event handlers (GPE
+Igor, some comments below
My (rusty) understanding is that hardware signals the OS with "general
purpose IO" and/or SCI (ACPI) interrupt. Then the OS invokes General
Purpose Event handlers (GPE
|
By
Laszlo Ersek
·
#321
·
|
|
sorry about delayed moderation
Hi Discuss List,
I'm *still* not getting moderation requests (notification emails) for
edk2-discuss, only edk2-devel. That's the reason some messages to
edk2-discuss have been stuck for a few days
Hi Discuss List,
I'm *still* not getting moderation requests (notification emails) for
edk2-discuss, only edk2-devel. That's the reason some messages to
edk2-discuss have been stuck for a few days
|
By
Laszlo Ersek
·
#320
·
|
|
Re: [EXTERNAL] Re: [edk2-discuss] ESRT in OVMF
Hi Tom,
I tried MdeModulePkg/Universal/EsrtFmpDxe, but booting hanged at selecting Boot option.
I then used, MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf. There are no issues observed in boot, but,
Hi Tom,
I tried MdeModulePkg/Universal/EsrtFmpDxe, but booting hanged at selecting Boot option.
I then used, MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf. There are no issues observed in boot, but,
|
By
Sandeep Dhanvada
·
#319
·
|
|
About HTTP boot
Hi all!
I would like to ask the community about a way to automatically use HTTP
boot in a QEMU VM using OVMF.
Currently I can set the network interface to be the first in the boot
order, then when
Hi all!
I would like to ask the community about a way to automatically use HTTP
boot in a QEMU VM using OVMF.
Currently I can set the network interface to be the first in the boot
order, then when
|
By
Juliana Rodrigueiro <juliana.rodrigueiro@...>
·
#318
·
|
|
Re: Help on ACPI events reported to OS
Help please
Thanks
By
Kumar G <kumarg27061979@...>
·
#317
·
|
|
Re: ESRT in OVMF
I have a couple of ancient branches in various states of disrepair that
were used as part of an API tester at one point. It's from before FMP
was really driving anything and before the ESRT data
I have a couple of ancient branches in various states of disrepair that
were used as part of an API tester at one point. It's from before FMP
was really driving anything and before the ESRT data
|
By
Peter Jones <pjones@...>
·
#316
·
|
|
OptionROM driver update failing in UEFI 2.4 but works on UEFI 2.3.1
Hi Team,
I have developed a UEFI Bus Driver, loaded it as an PCI Option ROM on PCI adapter.
Issue I am facing is with the during version updates.
In DriverSupported, SW update logic present looks
Hi Team,
I have developed a UEFI Bus Driver, loaded it as an PCI Option ROM on PCI adapter.
Issue I am facing is with the during version updates.
In DriverSupported, SW update logic present looks
|
By
udai sharma <udai16787@...>
·
#315
·
|
|
About HTTP boot
Hi all!
I would like to ask the community about a way to automatically use HTTP
boot in a QEMU VM using OVMF.
Currently I can set the network interface to be the first in the boot
order, then when
Hi all!
I would like to ask the community about a way to automatically use HTTP
boot in a QEMU VM using OVMF.
Currently I can set the network interface to be the first in the boot
order, then when
|
By
Juliana Rodrigueiro <juliana.rodrigueiro@...>
·
#314
·
|