|
[PATCH 4/4] MdeModulePkg/UsbBusDxe: Adjust the MaxPacketLength to real world values
Adjusts the requirements for the MaxPacketLength to match what is seen on real world devices that do not follow the USB specification. This fixes enumeration on the multiple USB 3 devices made by SanD
Adjusts the requirements for the MaxPacketLength to match what is seen on real world devices that do not follow the USB specification. This fixes enumeration on the multiple USB 3 devices made by SanD
|
By
Sean Rhodes
·
|
|
[edk2-test][PATCH v1 1/1] uefi-sct/SctPkg: Check for memory below 4G
3 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4009 Check if there is usable memory below 4 GiB before testing for allocation without the EFI_PCI_ATTRIBUTE_DUAL_ADDRESS_CYCLE attribute. Cc: G E
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4009 Check if there is usable memory below 4 GiB before testing for allocation without the EFI_PCI_ATTRIBUTE_DUAL_ADDRESS_CYCLE attribute. Cc: G E
|
By
Dimitrije Pavlov
·
|
|
[PATCH v7 2/2] tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
4 messages
Fixes problems due to code assuming it runs with frame pointers and thus updates rbp / ebp registers when switching stacks. Signed-off-by: Gerd Hoffmann <kraxel@...> --- BaseTools/Conf/tools_def.templ
Fixes problems due to code assuming it runs with frame pointers and thus updates rbp / ebp registers when switching stacks. Signed-off-by: Gerd Hoffmann <kraxel@...> --- BaseTools/Conf/tools_def.templ
|
By
Gerd Hoffmann
·
|
|
PATCH v1 0/1 Remove deprecated Itanium data
Due to allocation type used in HOB responsible for vCPU data allocation EDK2 is limited to only 1024 vCPU when running with Qemu. After some research and feedback from edk-devel mailing list it looks
Due to allocation type used in HOB responsible for vCPU data allocation EDK2 is limited to only 1024 vCPU when running with Qemu. After some research and feedback from edk-devel mailing list it looks
|
By
Paweł Poławski
·
|
|
[PATCH V3] MdeModulePkg/RegularExpressionDxe: Fix GCC build error
2 messages
Fix GCC build error on AARCH64 system. Signed-off-by: Nickle Wang <nicklew@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Nick Ra
Fix GCC build error on AARCH64 system. Signed-off-by: Nickle Wang <nicklew@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: Nick Ra
|
By
Nickle Wang
·
|
|
[PATCH EDK2 v1 1/1] CryptoPkg/BaseCryptLib:time overflow
5 messages
From: Zihong Yi <yizihong@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4167 In CrtLibSupport.h, time_t is defined as INT32, and its maximum value is 2147483647. That is, the corresponding
From: Zihong Yi <yizihong@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4167 In CrtLibSupport.h, time_t is defined as INT32, and its maximum value is 2147483647. That is, the corresponding
|
By
wenyi,xie
·
|
|
Now: TianoCore edk2-test Bug Triage Meeting - Thursday, December 1, 2022
#cal-notice
TianoCore edk2-test Bug Triage Meeting When: Thursday, December 1, 2022 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai Where: https://armltd.zoom.us/j/91247522013?pwd=ei9nUndTbG9oWEROS2M1aVREZkpiQT09&fr
TianoCore edk2-test Bug Triage Meeting When: Thursday, December 1, 2022 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai Where: https://armltd.zoom.us/j/91247522013?pwd=ei9nUndTbG9oWEROS2M1aVREZkpiQT09&fr
|
By
Group Notification
·
|
|
Event: TianoCore edk2-test Bug Triage Meeting - Thursday, December 1, 2022
2 messages
#cal-reminder
Reminder: TianoCore edk2-test Bug Triage Meeting When: Thursday, December 1, 2022 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai Where: https://armltd.zoom.us/j/91247522013?pwd=ei9nUndTbG9oWEROS2M1aVREZ
Reminder: TianoCore edk2-test Bug Triage Meeting When: Thursday, December 1, 2022 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai Where: https://armltd.zoom.us/j/91247522013?pwd=ei9nUndTbG9oWEROS2M1aVREZ
|
By
Group Notification
·
|
|
[PATCH V2] MdeModulePkg/RegularExpressionDxe: Fix GCC build error
Fix GCC build error on AARCH64 system. Signed-off-by: Nickle Wang <nicklew@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Cc: Nick Ramirez <nramirez@...> --- .../Universal/Regul
Fix GCC build error on AARCH64 system. Signed-off-by: Nickle Wang <nicklew@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Cc: Nick Ramirez <nramirez@...> --- .../Universal/Regul
|
By
Nickle Wang
·
|
|
[PATCH] CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1s
5 messages
Upgrade openssl to 1.1.1s. Pick up bugfixes from the latest openssl release, which include some GCC build warnings cleaning up. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> Signed
Upgrade openssl to 1.1.1s. Pick up bugfixes from the latest openssl release, which include some GCC build warnings cleaning up. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> Signed
|
By
Chen, Gang C
·
|
|
[PATCH v2 04/12] CryptoPkg: Fix conditionally uninitialized variable
2 messages
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Checks the return value from `ASN1_get_object()` to verify values set by th
From: Michael Kubacki <michael.kubacki@...> Fixes CodeQL alerts for CWE-457: https://cwe.mitre.org/data/definitions/457.html Checks the return value from `ASN1_get_object()` to verify values set by th
|
By
Michael Kubacki
·
|
|
[PATCH ovmf 2/5] MdePkg: Add AMD SEV features to PcdConfidentialComputingGuestAttr
PcdConfidentialComputingGuestAttr so far only contained an SEV mode bit but there are more other features which do not translate to levels such as DebugSwap or SecureTsc. This adds the features mask a
PcdConfidentialComputingGuestAttr so far only contained an SEV mode bit but there are more other features which do not translate to levels such as DebugSwap or SecureTsc. This adds the features mask a
|
By
Alexey Kardashevskiy
·
|
|
[PATCH v2] IntelSiliconPkg/VTd: Use 256-bit invaildation queue descriptor
256-bit invaildation queue descriptor could be used for both abort DMA mode and legacy mode. Signed-off-by: Sheng Wei <w.sheng@...> Cc: Ray Ni <ray.ni@...> Cc: Rangasai V Chaganty <rangasai.v.chaganty
256-bit invaildation queue descriptor could be used for both abort DMA mode and legacy mode. Signed-off-by: Sheng Wei <w.sheng@...> Cc: Ray Ni <ray.ni@...> Cc: Rangasai V Chaganty <rangasai.v.chaganty
|
By
Sheng Wei
·
|
|
[PATCH ovmf 5/5] OvmfPkf: Enable AMD SEV-ES DebugSwap for DXE
This writes the feature bit into PcdConfidentialComputingGuestAttr and enables DebugSwap for the DXE stage too. Signed-off-by: Alexey Kardashevskiy <aik@...> --- OvmfPkg/PlatformPei/AmdSev.c | 13 ++++
This writes the feature bit into PcdConfidentialComputingGuestAttr and enables DebugSwap for the DXE stage too. Signed-off-by: Alexey Kardashevskiy <aik@...> --- OvmfPkg/PlatformPei/AmdSev.c | 13 ++++
|
By
Alexey Kardashevskiy
·
|
|
[PATCH ovmf 4/5] UefiCpuPkg: Add AMD SEV-ES features support
CONFIDENTIAL_COMPUTING_GUEST_ATTR is not a simple SEV level anymore and includes a feature mask since a previous commit. This fixes AmdMemEncryptionAttrCheck to check the level and feature correctly a
CONFIDENTIAL_COMPUTING_GUEST_ATTR is not a simple SEV level anymore and includes a feature mask since a previous commit. This fixes AmdMemEncryptionAttrCheck to check the level and feature correctly a
|
By
Alexey Kardashevskiy
·
|
|
[PATCH ovmf 3/5] OvmfPkg: Add AMD SEV-ES DebugSwap feature support
The SEV-ES DebugSwap feature enables type B swaping of debug registers on #VMEXIT and makes #DB and DR7 intercepts unnecessary and unwanted. When DebugSwap is enabled, this stops booting if #VC for #D
The SEV-ES DebugSwap feature enables type B swaping of debug registers on #VMEXIT and makes #DB and DR7 intercepts unnecessary and unwanted. When DebugSwap is enabled, this stops booting if #VC for #D
|
By
Alexey Kardashevskiy
·
|
|
[PATCH ovmf 1/5] MdePkg/Register/Amd: Define all bits from MSR_SEV_STATUS_REGISTER
We will need soon DebugSwap but others likely too. Signed-off-by: Alexey Kardashevskiy <aik@...> --- MdePkg/Include/Register/Amd/Fam17Msr.h | 57 +++++++++++++++++++- 1 file changed, 56 insertions(+),
We will need soon DebugSwap but others likely too. Signed-off-by: Alexey Kardashevskiy <aik@...> --- MdePkg/Include/Register/Amd/Fam17Msr.h | 57 +++++++++++++++++++- 1 file changed, 56 insertions(+),
|
By
Alexey Kardashevskiy
·
|
|
[PATCH ovmf 0/5] Enable AMD SEV-ES DebugSwap
This is to prevent #DB interception on SEV-ES VM with enabled DebugSwap feature, more details in 3/5. This is based on sha1 dd3ba82d31a6 and pushed out at https://github.com/aik/edk2/commits/debugswap
This is to prevent #DB interception on SEV-ES VM with enabled DebugSwap feature, more details in 3/5. This is based on sha1 dd3ba82d31a6 and pushed out at https://github.com/aik/edk2/commits/debugswap
|
By
Alexey Kardashevskiy
·
|
|
Sct: SetDataFunction Check fail only occur when first run after by program Bios By DediProg Tool
[AMD Official Use Only - General] Hi Sir, I meet fail when do SetDataFunction Test and this only occurred on the first time after program Bios by DediProg The Function location : HIITest -> ConfigKeyw
[AMD Official Use Only - General] Hi Sir, I meet fail when do SetDataFunction Test and this only occurred on the first time after program Bios by DediProg The Function location : HIITest -> ConfigKeyw
|
By
Wang, Terry
·
|
|
[PATCH] MdeModulePkg/RegularExpressionDxe: Fix GCC build error
3 messages
Fix GCC build error on AARCH64 system. Signed-off-by: Nickle Wang <nicklew@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Cc: Nick Ramirez <nramirez@...> --- .../Universal/Regul
Fix GCC build error on AARCH64 system. Signed-off-by: Nickle Wang <nicklew@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Cc: Nick Ramirez <nramirez@...> --- .../Universal/Regul
|
By
Nickle Wang
·
|