|
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
·
|
|
_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
·
|
|
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
·
|
|
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
·
|
|
"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
·
|
|
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@...
·
|
|
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@...
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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@...
·
|
|
Is there a way to include a custom binary in EDK2 and load it in a UEFI driver? 7 messages
Hello, i was wondering if there is a way to embed somehow in the build process of the edk2 a custom binary and then be able to load it (read it) from a UEFI driver from C code.
Hello, i was wondering if there is a way to embed somehow in the build process of the edk2 a custom binary and then be able to load it (read it) from a UEFI driver from C code.
|
By
mzktsn@...
·
|
|
Load Option passing. Either bugs or my confusion. 14 messages
Hello. Do I understand correctly, that LoadOptions field of the LOADED_IMAGE_PROTOCOL instance of an OS loader image, points to the Load Option descriptor, the format of which is described in the Boot
Hello. Do I understand correctly, that LoadOptions field of the LOADED_IMAGE_PROTOCOL instance of an OS loader image, points to the Load Option descriptor, the format of which is described in the Boot
|
By
valerij zaporogeci
·
|
|
Query: Add GCD IO Space Map 4 messages
Hi All, The Initial GCD I/O Space Map printed from DxeMain is : GCD:Initial GCD I/O Space Map GCDIoType Range ========== ================================= NonExist 0000000000000000-00000000000FFFFF I
Hi All, The Initial GCD I/O Space Map printed from DxeMain is : GCD:Initial GCD I/O Space Map GCDIoType Range ========== ================================= NonExist 0000000000000000-00000000000FFFFF I
|
By
Wasim Khan
·
|
|
EDK2 Build 2 messages
Hello, I am using Win10. Need to build uEFI. What tools do I use for compile, link, and other parts to build a binary image? I suspect GNU but does GNU come in a Windows based set of tools? It looks l
Hello, I am using Win10. Need to build uEFI. What tools do I use for compile, link, and other parts to build a binary image? I suspect GNU but does GNU come in a Windows based set of tools? It looks l
|
By
jim.slaughter@...
·
|