|
edk2-stable202205 - Issue with source level debugging of OVMF with QEMU and Intel UDK Debugger Tool v1.5
3 messages
Hello, Don't really know whether similar issue was already reported in the past, but: I faced it while was following through the arcticle "How to debug OVMF with QEMU using WinDbg" (https://github.com
Hello, Don't really know whether similar issue was already reported in the past, but: I faced it while was following through the arcticle "How to debug OVMF with QEMU using WinDbg" (https://github.com
|
By
Ilya Somkin
·
|
|
The secure boot framework does not support RSA-PSS.
The secure boot framework finally invokes PKCS7_verify() of OpenSSL. It has been verified that PKCS7_verify() does not support verifying the contents of an RSA-PSS signature. The CMS_verify() interfac
The secure boot framework finally invokes PKCS7_verify() of OpenSSL. It has been verified that PKCS7_verify() does not support verifying the contents of an RSA-PSS signature. The CMS_verify() interfac
|
By
任云青
·
|
|
The Secure Boot Framework does not support the RSA-PSS
The secure boot framework finally invokes PKCS7_verify() of OpenSSL. It has been verified that PKCS7_verify() does not support verifying the contents of an RSA-PSS signature. The CMS_verify() interfac
The secure boot framework finally invokes PKCS7_verify() of OpenSSL. It has been verified that PKCS7_verify() does not support verifying the contents of an RSA-PSS signature. The CMS_verify() interfac
|
By
任云青
·
|
|
EDK2 RedfishPkg problems with using it by third party modules
19 messages
Hello. I would like to discuss the issues I faced when I tried to use EDK2 RedfishPkg modules along with AMI's Redfish modules in our project. I uploaded the ppt document with the description of the p
Hello. I would like to discuss the issues I faced when I tried to use EDK2 RedfishPkg modules along with AMI's Redfish modules in our project. I uploaded the ppt document with the description of the p
|
By
Igor Kulchytskyy
·
|
|
Intel VMD Root Ports A/B/C/D
Hi community! I'm trying to access the VMD Root Ports one by one from VMD controller. I was told that by adding an offset value in VMD Controller Base Address I could reach its ports. Each port have i
Hi community! I'm trying to access the VMD Root Ports one by one from VMD controller. I was told that by adding an offset value in VMD Controller Base Address I could reach its ports. Each port have i
|
By
Mateus.Martins@...
·
|
|
Flash memory mapped region protection
3 messages
Hello! Can someone explain to me how flash memory mapping works in Ovmf? I've added a new DATA region to the `OvmfPkg/OvmfPkgX64.fdf`, initialized it with data and created a PCD for the region base: `
Hello! Can someone explain to me how flash memory mapping works in Ovmf? I've added a new DATA region to the `OvmfPkg/OvmfPkgX64.fdf`, initialized it with data and created a PCD for the region base: `
|
By
Konstantin Aladyshev
·
|
|
Restart EDKII CI pipeline
Hello! I've noticed that sometimes the EDKII CI pipeline fails for no obvious reason. For example: https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=57186&view=logs&j=32316006-a5f8-55e3-1
Hello! I've noticed that sometimes the EDKII CI pipeline fails for no obvious reason. For example: https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=57186&view=logs&j=32316006-a5f8-55e3-1
|
By
Konstantin Aladyshev
·
|
|
OVMF PEIFV TPM Measurement Calculation
Hi everyone, For enabling remote attestation, our goal is to provide an open source tool which calculates the expected TPM PCR values of virtual machines given the OVMF, kernel and some parameters as
Hi everyone, For enabling remote attestation, our goal is to provide an open source tool which calculates the expected TPM PCR values of virtual machines given the OVMF, kernel and some parameters as
|
By
Simon Ott
·
|
|
Capsule update with USBIO in FmpDxe
Hi all, In \FmpDevicePkg\Library\FmpDeviceLibNull\FmpDeviceLib.c There are comments for RegisterFmpInstaller: /** Used to pass the FMP install function to this lib. This allows the library to have con
Hi all, In \FmpDevicePkg\Library\FmpDeviceLibNull\FmpDeviceLib.c There are comments for RegisterFmpInstaller: /** Used to pass the FMP install function to this lib. This allows the library to have con
|
By
gordontcp@...
·
|
|
Strange EFI_I2C_MASTER_PROTOCOL_START_REQUEST Behavior
I am using EFI_I2C_MASTER_PROTOCOL_START_REQUEST to write to a device through a UEFI application. For some reason it writes the entire buffer I give it and then sends an extra byte of zero. Is there a
I am using EFI_I2C_MASTER_PROTOCOL_START_REQUEST to write to a device through a UEFI application. For some reason it writes the entire buffer I give it and then sends an extra byte of zero. Is there a
|
By
ruvimpiholyuk@...
·
|
|
Capsule update with USBIO in FmpDxe.
Hi all, In \FmpDevicePkg\Library\FmpDeviceLibNull\FmpDeviceLib.c There are comments for RegisterFmpInstaller: /** Used to pass the FMP install function to this lib. This allows the library to have con
Hi all, In \FmpDevicePkg\Library\FmpDeviceLibNull\FmpDeviceLib.c There are comments for RegisterFmpInstaller: /** Used to pass the FMP install function to this lib. This allows the library to have con
|
By
gordontcp@...
·
|
|
‘EmbeddedDrivers’ option in Capsule file.
Hi all, I can generate Red1.cap capsule file from GenerateCapsule.py of edk2, and execute CapsuleApp Red1.cap on Minnowboard to complete the process of capsule update. Build capsule file command: \Bas
Hi all, I can generate Red1.cap capsule file from GenerateCapsule.py of edk2, and execute CapsuleApp Red1.cap on Minnowboard to complete the process of capsule update. Build capsule file command: \Bas
|
By
gordontcp@...
·
|
|
Enhance error message for missing EFI System Partition?
Hi, I was a bit confused when I received an error message via QEMU with OVMF: BdsDxe: failed to load Boot0001 "UEFI QEMU HARDDISK QM00003 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x1,0xFFFF,0x0): Not Fo
Hi, I was a bit confused when I received an error message via QEMU with OVMF: BdsDxe: failed to load Boot0001 "UEFI QEMU HARDDISK QM00003 " from PciRoot(0x0)/Pci(0x1F,0x2)/Sata(0x1,0xFFFF,0x0): Not Fo
|
By
robert.schneider03@...
·
|
|
How to handle ‘RegisterFmpInstaller’ in FmpDxe to operate USBIO when updating capsule?
Hi all, In \FmpDevicePkg\Library\FmpDeviceLibNull\FmpDeviceLib.c There are comments for RegisterFmpInstaller: /** Used to pass the FMP install function to this lib. This allows the library to have con
Hi all, In \FmpDevicePkg\Library\FmpDeviceLibNull\FmpDeviceLib.c There are comments for RegisterFmpInstaller: /** Used to pass the FMP install function to this lib. This allows the library to have con
|
By
gordontcp@...
·
|
|
EFI_SECTION_FREEFORM_SUBTYPE_GUID section
4 messages
Hello! I'm trying trying to create a file with a section: ``` EFI_SECTION_FREEFORM_SUBTYPE_GUID Summary: A leaf section type that contains a single EFI_GUID in the header to describe the raw data. Pro
Hello! I'm trying trying to create a file with a section: ``` EFI_SECTION_FREEFORM_SUBTYPE_GUID Summary: A leaf section type that contains a single EFI_GUID in the header to describe the raw data. Pro
|
By
Konstantin Aladyshev
·
|
|
How to handle USBIO operation during FmpDxe update capsule flow?
Hi all, According to the instructions of edk2-platforms, I can build MinnowMax.cap and CapsuleApp.efi. Build command: build -a IA32 -a X64 -n 5 -t VS2019 -b DEBUG -p Vlv2TbltDevicePkg\PlatformPkgX64.d
Hi all, According to the instructions of edk2-platforms, I can build MinnowMax.cap and CapsuleApp.efi. Build command: build -a IA32 -a X64 -n 5 -t VS2019 -b DEBUG -p Vlv2TbltDevicePkg\PlatformPkgX64.d
|
By
gordontcp@...
·
|
|
Informing GOP driver that the BAR address for GPU has changed
I'm moving the BAR of the main GPU and this causes EFI graphics to stop working (not unexpected). I can confirm that the BAR has moved properly as booting OS gives video output after the GPU driver lo
I'm moving the BAR of the main GPU and this causes EFI graphics to stop working (not unexpected). I can confirm that the BAR has moved properly as booting OS gives video output after the GPU driver lo
|
By
Curi0
·
|
|
Informing GOP driver that BAR for graphics device has moved
I've moved the BAR of the graphics device and this causes EFI graphics to stop working immediately. I can confirm it's moving it properly as when I boot OS with StartImage I get working video once the
I've moved the BAR of the graphics device and this causes EFI graphics to stop working immediately. I can confirm it's moving it properly as when I boot OS with StartImage I get working video once the
|
By
Curi0
·
|
|
Does FDF support SUBYPE_GUID syntax?
Hi Everyone, I am wondering if EDK2 source already supports SUBTYPE_GUID format in FDF. I tried the following case similar to the EDKII FDF specification but failed. Specification: FILE FREEFORM = 85C
Hi Everyone, I am wondering if EDK2 source already supports SUBTYPE_GUID format in FDF. I tried the following case similar to the EDKII FDF specification but failed. Specification: FILE FREEFORM = 85C
|
By
Yeh
·
|
|
FDF Rule section syntax
2 messages
Hello! Can someone explain to me the syntax of the Rule section statements in FDF files. Particularly, what is the meaning of the second column in these statements? ``` PE32 PE32 $(INF_OUTPUT)/$(MODUL
Hello! Can someone explain to me the syntax of the Rule section statements in FDF files. Particularly, what is the meaning of the second column in these statements? ``` PE32 PE32 $(INF_OUTPUT)/$(MODUL
|
By
Konstantin Aladyshev
·
|