|
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
·
|
|
OptionROM driver update failing in UEFI 2.4 but works on UEFI 2.3.1
Hi All,
SW Revision updates to my Option Rom/Driver is handled properly during the EntryPoint i.e., using component name to get the revision info and if existing version is older than current, then
Hi All,
SW Revision updates to my Option Rom/Driver is handled properly during the EntryPoint i.e., using component name to get the revision info and if existing version is older than current, then
|
By
UdayS <udai16787@...>
·
#313
·
|
|
Help on ACPI events reported to OS
Hi Experts,
I am moving from device tree world to acpi. I found the event notification feature of acpi table interesting.
I have some questions over notification
- Is some hardware can generate
Hi Experts,
I am moving from device tree world to acpi. I found the event notification feature of acpi table interesting.
I have some questions over notification
- Is some hardware can generate
|
By
Kumar G <kumarg27061979@...>
·
#312
·
|
|
Re: ESRT in OVMF
Sandeep,
I agree with Laszlo that a new DSC/FDF file would be required.
Adding full set of UEFI feature to a new DSC/FDF file would
also enable more platform tests in EDK II CI as well, so it
would
Sandeep,
I agree with Laszlo that a new DSC/FDF file would be required.
Adding full set of UEFI feature to a new DSC/FDF file would
also enable more platform tests in EDK II CI as well, so it
would
|
By
Michael D Kinney
·
#311
·
|
|
Re: [EXTERNAL] Re: [edk2-discuss] ESRT in OVMF
Hi Sandeep,
I suspect that if you include MdeModulePkg/Universal/EsrtFmpDxe module in
the .dsc and .fdf file that you use to build the OVMF binaries, it might
Just
Hi Sandeep,
I suspect that if you include MdeModulePkg/Universal/EsrtFmpDxe module in
the .dsc and .fdf file that you use to build the OVMF binaries, it might
Just
|
By
Tomas Pilar (tpilar)
·
#310
·
|
|
Re: ESRT in OVMF
Hello Laszlo,
Thanks for your inputs. I will wait for updates from Mike Kinney and Peter Jones.
In DSC, i made the change mentioned in below patch, but still i am not able to see ESRT
Hello Laszlo,
Thanks for your inputs. I will wait for updates from Mike Kinney and Peter Jones.
In DSC, i made the change mentioned in below patch, but still i am not able to see ESRT
|
By
Sandeep Dhanvada
·
#309
·
|
|
Re: ESRT in OVMF
Hello Sandeep,
This is out of scope for the current OvmfPkg platforms.
Clearly I'm not saying that capsule updates "should not" be supported by
OVMF "ever", all I'm saying is that for such use
Hello Sandeep,
This is out of scope for the current OvmfPkg platforms.
Clearly I'm not saying that capsule updates "should not" be supported by
OVMF "ever", all I'm saying is that for such use
|
By
Laszlo Ersek
·
#308
·
|