|
TCP in an UEFI runtime driver 5 messages
Hello everyone, I am a student working on a project with EDK2 (and qemu), however I am quite new to this topic. My idea is to implement an UEFI runtime driver that can receive a command via TCP during
Hello everyone, I am a student working on a project with EDK2 (and qemu), however I am quite new to this topic. My idea is to implement an UEFI runtime driver that can receive a command via TCP during
|
By
florian.hantke@...
·
|
|
Clarification needed for PCI address translation 3 messages
I don't think the assumption is valid that host address be "always" greater than device address.
I don't think the assumption is valid that host address be "always" greater than device address.
|
By
Ni, Ray
·
|
|
OVMF build with Cometlake Intel Platform 2 messages
Hi all, I'm looking for some help to understand the boot process of a VM with OVMF. Context: I'm setting a iGPU passthrough on laptops: - I got a success with an Acer Swift (Kabylake i5-7200U). The iG
Hi all, I'm looking for some help to understand the boot process of a VM with OVMF. Context: I'm setting a iGPU passthrough on laptops: - I got a success with an Acer Swift (Kabylake i5-7200U). The iG
|
By
Olivier
·
|
|
Memory Leaks observed in PCI IO Protocol 2 messages
Hi, I am using edk2(commit id: 0f1946b) with X64 ARCH, GCC49 toolchain and using PCI IO Protocol functions for memory Allocation/Map and Free/Unmap. As per our NIC driver requirement, there is a need
Hi, I am using edk2(commit id: 0f1946b) with X64 ARCH, GCC49 toolchain and using PCI IO Protocol functions for memory Allocation/Map and Free/Unmap. As per our NIC driver requirement, there is a need
|
By
Sandeep Dhanvada
·
|
|
Using PKCS7 API in PEI Phase 2 messages
Hello, I am trying to use PKCS7 verification mechanism in PEI phase. Calling d2i_PKCS7 returns NULL in PEI phase (Cache As RAM). However, d2i_PKCS7 is successful when called in DXE phase. Any idea wha
Hello, I am trying to use PKCS7 verification mechanism in PEI phase. Calling d2i_PKCS7 returns NULL in PEI phase (Cache As RAM). However, d2i_PKCS7 is successful when called in DXE phase. Any idea wha
|
By
Sukerkar, Amol N
·
|
|
Enable debug prints to be seen on runtime? 2 messages
Hello, i have recent compiled edk2 source for a specific board, flashed the BIOS and everything worked correct. I was wondering how to enable runtime EDK2 DEBUG() prints on my board, and if it is poss
Hello, i have recent compiled edk2 source for a specific board, flashed the BIOS and everything worked correct. I was wondering how to enable runtime EDK2 DEBUG() prints on my board, and if it is poss
|
By
mzktsn@...
·
|
|
I want to know when bug 2215 will be fixed 5 messages
Hello,I want to know when bug2215 will be fixed. And will this fix merge into release 202005? bug2215 DxeImageVerificationHandler integer overflow leads to endless loop
Hello,I want to know when bug2215 will be fixed. And will this fix merge into release 202005? bug2215 DxeImageVerificationHandler integer overflow leads to endless loop
|
By
wenyi,xie
·
|
|
Windows 2019 VM fails to boot from vhost-scsi with UEFI mode 19 messages
Hello, I have been trying to boot up a Windows 2019 VM from vhost-scsi device with UEFI mode in KVM environment, but kept getting boot failure. The Win2019 VM directly goes into automatic recovery mod
Hello, I have been trying to boot up a Windows 2019 VM from vhost-scsi device with UEFI mode in KVM environment, but kept getting boot failure. The Win2019 VM directly goes into automatic recovery mod
|
By
annie li
·
|
|
Does the Ovmf debug lib work at runtime? 3 messages
Hello everyone, I am trying some runtime things and I was wondering if the Ovmf debug lib (with Qemu) works at runtime? I put some debug functions in MdePkg/Library/UefiRuntimeLib/RuntimeLib.c and in
Hello everyone, I am trying some runtime things and I was wondering if the Ovmf debug lib (with Qemu) works at runtime? I put some debug functions in MdePkg/Library/UefiRuntimeLib/RuntimeLib.c and in
|
By
florian.hantke@...
·
|
|
Question regarding different commands when triggering a SW-SMI 3 messages
Hello, I would like to ask, when building firmware with EDK2 for real HW(but my question is either for an qemu-emulation). Is there any relation of what number we write to the 0xB2 IO-port? In all the
Hello, I would like to ask, when building firmware with EDK2 for real HW(but my question is either for an qemu-emulation). Is there any relation of what number we write to the 0xB2 IO-port? In all the
|
By
mzktsn@...
·
|
|
ReadSaveStateRegister/WriteSaveStateRegister functions
Not sure *why* you'd like to access specific registers from the SMM save state map in PiSmmCore. But, these functions are exposed though a standard interface too; see EFI_SMM_CPU_PROTOCOL (or rather "
Not sure *why* you'd like to access specific registers from the SMM save state map in PiSmmCore. But, these functions are exposed though a standard interface too; see EFI_SMM_CPU_PROTOCOL (or rather "
|
By
mzktsn@...
·
|
|
"edk2-discuss" list settings change 4 messages
Hi, our intent on edk2-discuss seems to have been to *avoid* moderating messages. The list description used to include the sentence "Basically unmoderated". However, this has not been working in pract
Hi, our intent on edk2-discuss seems to have been to *avoid* moderating messages. The list description used to include the sentence "Basically unmoderated". However, this has not been working in pract
|
By
Laszlo Ersek
·
|
|
Build UEFI application 3 messages
Hi, all! I have built EDK II and then OVMF. Now I want to develop an UEFI application with EDK II. Is there any documentation about that? Greetings Peter
Hi, all! I have built EDK II and then OVMF. Now I want to develop an UEFI application with EDK II. Is there any documentation about that? Greetings Peter
|
By
Peter Wiehe
·
|
|
About OpenSSL updating 3 messages
May I ask when we will update OpenSSl,Do we have any plan? Now edk2 are using openssl 1.1.1d,and when I update openssl to release 1.1.1f, I meet an issue that TlsDxe initial failed.
May I ask when we will update OpenSSl,Do we have any plan? Now edk2 are using openssl 1.1.1d,and when I update openssl to release 1.1.1f, I meet an issue that TlsDxe initial failed.
|
By
wenyi,xie
·
|
|
_CBA Method is not returning 64 bit
Hi Ard et. al, I am trying to pass the base address of PCI Config space using _CBA method in PCI ACPI table. as per https://elixir.bootlin.com/linux/latest/source/Documentation/PCI/acpi-info.rst#L181
Hi Ard et. al, I am trying to pass the base address of PCI Config space using _CBA method in PCI ACPI table. as per https://elixir.bootlin.com/linux/latest/source/Documentation/PCI/acpi-info.rst#L181
|
By
Pankaj Bansal
·
|
|
Haiku's ARM efi bootloader 3 messages
Good morning! I'm getting a bit desperate, so posting here for any ideas :-) I've been working on porting Haiku's x86_64 EFI bootloader over to ARM. We're super close, but have been hung up for a whil
Good morning! I'm getting a bit desperate, so posting here for any ideas :-) I've been working on porting Haiku's x86_64 EFI bootloader over to ARM. We're super close, but have been hung up for a whil
|
By
Alexander von Gluck IV
·
|
|
[RFC/Discussion]: StandAloneMM in OP-TEE 8 messages
Hi All, We are working on enabling the Secure Storage of Variables for Secure UEFI. Let me give you a brief idea of what we are doing. We need StandAlone Management Mode to run in the Secure Environme
Hi All, We are working on enabling the Secure Storage of Variables for Secure UEFI. Let me give you a brief idea of what we are doing. We need StandAlone Management Mode to run in the Secure Environme
|
By
Sahil Malhotra
·
|
|
Qemu command 6 messages
Hello, can You tell me what qemu command is used to run OVMF? Thanks in advance Peter
Hello, can You tell me what qemu command is used to run OVMF? Thanks in advance Peter
|
By
Peter Wiehe
·
|
|
About edk2-platforms release 3 messages
Hi Martin, Leif, Right now we are using edk2-platforms open source code as a part to build our ARM platform UEFI implementations. Due to our production development work flow, we need to upload a forma
Hi Martin, Leif, Right now we are using edk2-platforms open source code as a part to build our ARM platform UEFI implementations. Due to our production development work flow, we need to upload a forma
|
By
Huangming (Mark)
·
|
|
Troubleshooting EDK II Build Process
Hi, I want to discuss a difficulty I am having with building EDK II on Windows. I believe I have followed the instructions correctly, including the prerequisites and the Windows build script, as outli
Hi, I want to discuss a difficulty I am having with building EDK II on Windows. I believe I have followed the instructions correctly, including the prerequisites and the Windows build script, as outli
|
By
Zachary Rinehart
·
|