|
loop in CoreCheckTimers
3 messages
Hi All, I have some questions about MdeModulePkg\Core\Dxe\Event\Timer.c CoreCheckTimers. My system will keep looping in CoreCheckTimers in some scenarios: · CPU run very slow (Cache disabled) · A lot
Hi All, I have some questions about MdeModulePkg\Core\Dxe\Event\Timer.c CoreCheckTimers. My system will keep looping in CoreCheckTimers in some scenarios: · CPU run very slow (Cache disabled) · A lot
|
By
Stanley Gan
·
|
|
Is it valid to use DEC_VERSION instead of DEC_SPECIFICATION in dec file
3 messages
I found DEC_VERSION is used in [Defines] section in EmulatorPkg.dec, but I checked the code in BaseTools and found DEC_VERSION can't be parsed.
I found DEC_VERSION is used in [Defines] section in EmulatorPkg.dec, but I checked the code in BaseTools and found DEC_VERSION can't be parsed.
|
By
wenyi,xie
·
|
|
when bug 2002 will be fixed
3 messages
Hi, all May I ask when bug 2002 will be fixed, what's the status now? Bug 2002 SMM pointer leak in SmmVariableGetStatistics() https://bugzilla.tianocore.org/show_bug.cgi?id=2002
Hi, all May I ask when bug 2002 will be fixed, what's the status now? Bug 2002 SMM pointer leak in SmmVariableGetStatistics() https://bugzilla.tianocore.org/show_bug.cgi?id=2002
|
By
wenyi,xie
·
|
|
Build failure because of the new dependency
Hi, Matthew, I notice the below change has broken Intel platform build or module build whichever uses OpensslLib(Crypto).inf, because it can't find the new dependency RngLib I understand there may be
Hi, Matthew, I notice the below change has broken Intel platform build or module build whichever uses OpensslLib(Crypto).inf, because it can't find the new dependency RngLib I understand there may be
|
By
Zhiguang Liu
·
|
|
GCD initialization and memory allocation HOBs
3 messages
It looks like CoreInitializeMemoryServices (https://github.com/tianocore/edk2/blob/dd5c7e3c5282b084daa5bbf0ec229cec699b2c17/MdeModulePkg/Core/Dxe/Gcd/Gcd.c#L2116) does not honor any memory allocations
It looks like CoreInitializeMemoryServices (https://github.com/tianocore/edk2/blob/dd5c7e3c5282b084daa5bbf0ec229cec699b2c17/MdeModulePkg/Core/Dxe/Gcd/Gcd.c#L2116) does not honor any memory allocations
|
By
Jeff Brasen
·
|
|
compile warning from BaseTools
2 messages
Hi all, I meet some compile warning in BaseTools,the version of EDK2 is edk2-stable201903, as I am not familiar with Antlr grammer, I don't know how to fix it. Could someone give me a hand, thanks! Vf
Hi all, I meet some compile warning in BaseTools,the version of EDK2 is edk2-stable201903, as I am not familiar with Antlr grammer, I don't know how to fix it. Could someone give me a hand, thanks! Vf
|
By
wenyi,xie
·
|
|
回复: [edk2-discuss] GCD initialization and memory allocation HOBs
Jeff: > -----邮件原件----- > 发件人: bounce+34241+372+4905953+8764802@groups.io > <bounce+34241+372+4905953+8764802@groups.io> 代表 Jeff Brasen > 发送时间: 2020年9月26日 1:08 > 收件人: discuss@edk2.groups.io; lersek@...
Jeff: > -----邮件原件----- > 发件人: bounce+34241+372+4905953+8764802@groups.io > <bounce+34241+372+4905953+8764802@groups.io> 代表 Jeff Brasen > 发送时间: 2020年9月26日 1:08 > 收件人: discuss@edk2.groups.io; lersek@...
|
By
gaoliming
·
|
|
回复: [edk2-discuss] how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
ModuleEntryPoint is provided by EntryPointLib. This driver links MdePkg\Library\UefiDriverEntryPoint. Please check. > -----邮件原件----- > 发件人: bounce+34241+373+4905953+8764802@groups.io > <bounce+34241+3
ModuleEntryPoint is provided by EntryPointLib. This driver links MdePkg\Library\UefiDriverEntryPoint. Please check. > -----邮件原件----- > 发件人: bounce+34241+373+4905953+8764802@groups.io > <bounce+34241+3
|
By
gaoliming
·
|
|
答复: About edk2-platforms release
Hi Leif, Just want to make sure you received my previous mail, do you have any comments for the edk2-platform formal release? Waiting for you reply. Thanks! -----邮件原件----- 发件人: wanghuiqiang 发送时间: 2020
Hi Leif, Just want to make sure you received my previous mail, do you have any comments for the edk2-platform formal release? Waiting for you reply. Thanks! -----邮件原件----- 发件人: wanghuiqiang 发送时间: 2020
|
By
wanghuiqiang
·
|
|
How to Add an USB device to the Emulator?
2 messages
Hi, I am wondering is there a way to expose an USB device to the emulator and develop the usb driver over the emulator?
Hi, I am wondering is there a way to expose an USB device to the emulator and develop the usb driver over the emulator?
|
By
Rocky Liao
·
|
|
Request for help understanding MemoryOverwriteRequestControl
5 messages
Hi, We have a number of MinnowBoards (both Turbot and Max variants) here that are used for various Linux development purposes, including having a number that are used in our LAVA farm which among othe
Hi, We have a number of MinnowBoards (both Turbot and Max variants) here that are used for various Linux development purposes, including having a number that are used in our LAVA farm which among othe
|
By
Martyn Welch
·
|
|
SmmSwDispatch2Protocol - Registering an SMI - Can't find protocol with OVMF
Hi, Trying to register a SMI in my custom SMM module here, and I'm running into an issue. Before registering the SMI, the code looks for the specific protocol this way: Status = gSmst->SmmLocateProtoc
Hi, Trying to register a SMI in my custom SMM module here, and I'm running into an issue. Before registering the SMI, the code looks for the specific protocol this way: Status = gSmst->SmmLocateProtoc
|
By
smcmillan000@...
·
|
|
how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
6 messages
Hi, all I use edk2-stable201903 in my project and meet a compile warning like below, /opt/buildtools/gcc-linaro-7.4.1-2019.02/aarch64-linux-gnu/bin/../lib/gcc/aarch64-linux-gnu/7.4.1/../../../../aarch
Hi, all I use edk2-stable201903 in my project and meet a compile warning like below, /opt/buildtools/gcc-linaro-7.4.1-2019.02/aarch64-linux-gnu/bin/../lib/gcc/aarch64-linux-gnu/7.4.1/../../../../aarch
|
By
wenyi,xie
·
|
|
ESRT in OVMF
9 messages
Hi, I am trying to test capsule based FMP device upgrade in OVMF. I have a PCI NIC Adapter with PCI Passthrough enabled and need to upgrade firmware for this NIC in ovmf. I generated capsule file with
Hi, I am trying to test capsule based FMP device upgrade in OVMF. I have a PCI NIC Adapter with PCI Passthrough enabled and need to upgrade firmware for this NIC in ovmf. I generated capsule file with
|
By
Sandeep Dhanvada
·
|
|
GCD initialization and memory allocation HOBs
Inline
By
Jeff Brasen
·
|
|
Question about NonDiscoverablePciDeviceDxe
5 messages
We have a use case where we would want to expose PciIO protocols for a device that doesn't match any of the guids that it supports. Before we go and implement support for this wanted to get a feeling
We have a use case where we would want to expose PciIO protocols for a device that doesn't match any of the guids that it supports. Before we go and implement support for this wanted to get a feeling
|
By
Jeff Brasen
·
|
|
Come One, Come All to the Project Mu UEFI Talkbox
2 messages
The Project Mu team is trying something a little new and different! In light of the limited involvement in UEFI and Tianocore community calls of late, we’re piloting a new idea for community engagemen
The Project Mu team is trying something a little new and different! In light of the limited involvement in UEFI and Tianocore community calls of late, we’re piloting a new idea for community engagemen
|
By
Bret Barkelew
·
|
|
Retrieving USB device vendorID and productID
2 messages
Hi, I've located a handle to the USB device with `gEfiSimpleFileSystemProtocolGuid.` Now I want to retrieve vendorID and productID with `gEfiUsbIoProtocolGuid,` and I got an error when trying to get t
Hi, I've located a handle to the USB device with `gEfiSimpleFileSystemProtocolGuid.` Now I want to retrieve vendorID and productID with `gEfiUsbIoProtocolGuid,` and I got an error when trying to get t
|
By
aj.shirvani@...
·
|
|
Communicating with usb devices
2 messages
Hi All, I am a newbie in EFI development. Currently I have a requirement of enumerating attached USB devices, communicating with them and etc. However, after spending a day, I could not able to crack
Hi All, I am a newbie in EFI development. Currently I have a requirement of enumerating attached USB devices, communicating with them and etc. However, after spending a day, I could not able to crack
|
By
alireza0101sadeghpour@...
·
|
|
OVMF/QEMU shell based unit tests and writing to a virtual disk
Laszlo and others familiar with QEMU, I am trying to write automation that boots QEMU/OVMF and then runs EFI applications and those efi applications then use the UEFI shell apis to write back to the d
Laszlo and others familiar with QEMU, I am trying to write automation that boots QEMU/OVMF and then runs EFI applications and those efi applications then use the UEFI shell apis to write back to the d
|
By
Sean
·
|