|
Re: Capsule Updates
I am not capsule expert, but there are some docs to
I am not capsule expert, but there are some docs to
|
By
Isaac Oram
·
#1073
·
|
|
Capsule Updates
Hello all,
My team is attempting to develop a way for our device firmware to update in the UEFI space. It seems to us that capsules are the standard procedure. I'm finding a lot of information about
Hello all,
My team is attempting to develop a way for our device firmware to update in the UEFI space. It seems to us that capsules are the standard procedure. I'm finding a lot of information about
|
By
ruvimpiholyuk@...
·
#1072
·
|
|
Re: Help creating a patch
Are you looking for
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process#the-developer-process-for-the-edk-ii-project
(note the git send-email command)?
--
-Dionna Glaze,
Are you looking for
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process#the-developer-process-for-the-edk-ii-project
(note the git send-email command)?
--
-Dionna Glaze,
|
By
Dionna Glaze
·
#1071
·
|
|
Help creating a patch
Hello, I am looking to submit a patch to EDK2 and I just wanted to make sure I do things correctly. From what I can tell in the contributing wiki I can create PR on github to test things, but I also
Hello, I am looking to submit a patch to EDK2 and I just wanted to make sure I do things correctly. From what I can tell in the contributing wiki I can create PR on github to test things, but I also
|
By
Matthew Waltz <matthewwaltzis@...>
·
#1070
·
|
|
Updated UEFI bios for Intel DQ57TM desktop mobo?
Hi.
I have an Intel DQ57TM. It's running the original
Hi.
I have an Intel DQ57TM. It's running the original
|
By
tonyj@...
·
#1069
·
|
|
Re: PatchChecker LF failure not updating to see new CRLF ending
For edk2, autocrlf should be false otherwise git will automatically change line endings on checkout and check in
________________________________
Sent: Tuesday, August 16, 2022 2:20:16 PM
To:
For edk2, autocrlf should be false otherwise git will automatically change line endings on checkout and check in
________________________________
Sent: Tuesday, August 16, 2022 2:20:16 PM
To:
|
By
Sean
·
#1068
·
|
|
PatchChecker LF failure not updating to see new CRLF ending
I'm submitting a PR for EDK2 to add 1 new file and edit 6 existing files. The 6 existing files all pass all checks and tests. The 1 new file had a error from patchchecker python script for LF on all
I'm submitting a PR for EDK2 to add 1 new file and edit 6 existing files. The 6 existing files all pass all checks and tests. The 1 new file had a error from patchchecker python script for LF on all
|
By
Clark-williams, Zachary
·
#1067
·
|
|
Re: BUG: System UUID not being read correctly
Doesn't entering UEFI Shell and entering the "SmbiosView" count as dumping the SMBIOS tables? I already did it and said about it in the initial message. Could you try and set DUID for a VM to
Doesn't entering UEFI Shell and entering the "SmbiosView" count as dumping the SMBIOS tables? I already did it and said about it in the initial message. Could you try and set DUID for a VM to
|
By
John Brogrammer <brogrammerjohn@...>
·
#1066
·
|
|
Re: How to operate I2C in UEFI app?
Hi Bruno,
Thanks for your response!
I set following command to load i2cdxe.efi:
load I2cDxe.efi.
Then, I set ‘drivers’ command in UEFI shell, and the number of devices connected to this driver
Hi Bruno,
Thanks for your response!
I set following command to load i2cdxe.efi:
load I2cDxe.efi.
Then, I set ‘drivers’ command in UEFI shell, and the number of devices connected to this driver
|
By
gordontcp@...
·
#1065
·
|
|
Re: BUG: System UUID not being read correctly
I’d try dumping the SMBIOS tables to make sure your UUID is there. NetLibGetSystemGuid() is grading the UUID from the SMBIOS Type 1 record.
FYI PcdDhcp6UidType is a build config knob. Looks like
I’d try dumping the SMBIOS tables to make sure your UUID is there. NetLibGetSystemGuid() is grading the UUID from the SMBIOS Type 1 record.
FYI PcdDhcp6UidType is a build config knob. Looks like
|
By
Andrew Fish
·
#1064
·
|
|
Re: edk2-stable202205 - Issue with source level debugging of OVMF with QEMU and Intel UDK Debugger Tool v1.5
Please file a BZ: https://bugzilla.tianocore.org/
The non-Windows builds use the gdb-remote stub from QEMU and do not need DEBUG_ON_SERIAL_PORT to source level debug. So maybe this has rotted
Please file a BZ: https://bugzilla.tianocore.org/
The non-Windows builds use the gdb-remote stub from QEMU and do not need DEBUG_ON_SERIAL_PORT to source level debug. So maybe this has rotted
|
By
Andrew Fish
·
#1063
·
|
|
Re: edk2-stable202205 - Issue with source level debugging of OVMF with QEMU and Intel UDK Debugger Tool v1.5
Command used to build FD image:
build -n 7 -a X64 -p OvmfPkg\OvmfPkgX64.dsc -b NOOPT -t VS2019 -D DEBUG_ON_SERIAL_PORT -D SOURCE_DEBUG_ENABLE=TRUE -D SMM_REQUIRE
Command used to build FD image:
build -n 7 -a X64 -p OvmfPkg\OvmfPkgX64.dsc -b NOOPT -t VS2019 -D DEBUG_ON_SERIAL_PORT -D SOURCE_DEBUG_ENABLE=TRUE -D SMM_REQUIRE
|
By
Ilya Somkin
·
#1062
·
|
|
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()
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()
|
By
任云青
·
#1061
·
|
|
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()
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()
|
By
任云青
·
#1060
·
|
|
Re: How to operate I2C in UEFI app?
Hi Gordon
2 - Yes, it is necessary the I2CDxe has to be loaded before to use it
You can check the drivers available in your system using the command 'drivers' in the EFI Shell. There is a column
Hi Gordon
2 - Yes, it is necessary the I2CDxe has to be loaded before to use it
You can check the drivers available in your system using the command 'drivers' in the EFI Shell. There is a column
|
By
Bruno Oliveira
·
#1059
·
|
|
Re: EDK2 RedfishPkg problems with using it by third party modules
Hi Abner,
I've just sent you and Nickle the patch for one of the issue from my previous list.
This is my first patch created for the EDK2 project.
Could you, please, check it and tell me if I did
Hi Abner,
I've just sent you and Nickle the patch for one of the issue from my previous list.
This is my first patch created for the EDK2 project.
Could you, please, check it and tell me if I did
|
By
Igor Kulchytskyy <igork@...>
·
#1058
·
|
|
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
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
|
By
Mateus.Martins@...
·
#1057
·
|
|
Re: EDK2 RedfishPkg problems with using it by third party modules
Ok. Sounds as a right solution!
Get Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
Sent: Tuesday, August 2, 2022 7:52:24 PM
To: Igor Kulchytskyy <igork@...>; Wang,
Ok. Sounds as a right solution!
Get Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
Sent: Tuesday, August 2, 2022 7:52:24 PM
To: Igor Kulchytskyy <igork@...>; Wang,
|
By
Igor Kulchytskyy <igork@...>
·
#1056
·
|
|
Re: EDK2 RedfishPkg problems with using it by third party modules
"This check is to prevent from the multiple Redfish servers are discovered on the same network interface."
Do you mean that we may have one Redfish service on one interface and second on another
"This check is to prevent from the multiple Redfish servers are discovered on the same network interface."
Do you mean that we may have one Redfish service on one interface and second on another
|
By
Igor Kulchytskyy <igork@...>
·
#1055
·
|
|
edk2-stable202205 - Issue with source level debugging of OVMF with QEMU and Intel UDK Debugger Tool v1.5
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"
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"
|
By
Ilya Somkin
·
#1054
·
|