|
Re: [PATCH 2] VirtualKeyboardFeaturePkg: Pre OS virtual keyboard touch response are very slow with I2C touch panel
---------
Reviewed-by:Balaji, Madhusudhan madhusudhan.balaji@...
--------------
---------
Reviewed-by:Balaji, Madhusudhan madhusudhan.balaji@...
--------------
|
By
Balaji, Madhusudhan <madhusudhan.balaji@...>
·
#92062
·
|
|
[PATCH] Changes to support SNI feature in CryptoPkg
---
CryptoPkg/Library/TlsLib/TlsConfig.c | 71 ++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)
diff --git a/CryptoPkg/Library/TlsLib/TlsConfig.c
---
CryptoPkg/Library/TlsLib/TlsConfig.c | 71 ++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)
diff --git a/CryptoPkg/Library/TlsLib/TlsConfig.c
|
By
Prarthana Sagar V <prarthanasv@...>
·
#92061
·
|
|
[PATCH 2/2] UefiPayloadPkg: Load Boot Logo into ACPI table
If the boot logo is enabled, this will allow edk2 to pass the logo
to the OS via ACPI.
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes
If the boot logo is enabled, this will allow edk2 to pass the logo
to the OS via ACPI.
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes
|
By
Sean Rhodes
·
#92060
·
|
|
[PATCH 1/2] UefiPayloadPkg: Add a Macro to enable Boot Logo
Add a macro called BOOTSPLASH_IMAGE, which when enabled, will
display a logo at boot time.
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes
Add a macro called BOOTSPLASH_IMAGE, which when enabled, will
display a logo at boot time.
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes
|
By
Sean Rhodes
·
#92059
·
|
|
[PATCH v1 5/5] SecurityPkg/SmmTcg2PhysicalPresenceLib: Add missing debug print specifier
From: Michael Kubacki <michael.kubacki@...>
The debug macro modified in this change was missing a print specifier
for a debug message argument given.
Cc: Jian J Wang
From: Michael Kubacki <michael.kubacki@...>
The debug macro modified in this change was missing a print specifier
for a debug message argument given.
Cc: Jian J Wang
|
By
Michael Kubacki
·
#92058
·
|
|
[PATCH v1 4/5] RedfishPkg/RedfishRestExDxe: Remove extra debug macro argument
From: Michael Kubacki <michael.kubacki@...>
The debug macro argument in this change is removed since it does
have a corresponding print specifier in the debug message string.
Cc: Abner
From: Michael Kubacki <michael.kubacki@...>
The debug macro argument in this change is removed since it does
have a corresponding print specifier in the debug message string.
Cc: Abner
|
By
Michael Kubacki
·
#92057
·
|
|
[PATCH v1 3/5] MdeModulePkg: Fix imbalanced debug macros
From: Michael Kubacki <michael.kubacki@...>
Updates debug macros in the package that have an imbalanced number
of print specifiers to arguments. These changes try to preserve
what was
From: Michael Kubacki <michael.kubacki@...>
Updates debug macros in the package that have an imbalanced number
of print specifiers to arguments. These changes try to preserve
what was
|
By
Michael Kubacki
·
#92056
·
|
|
[PATCH v1 2/5] FatPkg/FatPei: Remove extraneous debug message argument
From: Michael Kubacki <michael.kubacki@...>
This debug macro should take one argument based on the number of
print specifiers defined. However, two arguments are given.
It looks like the
From: Michael Kubacki <michael.kubacki@...>
This debug macro should take one argument based on the number of
print specifiers defined. However, two arguments are given.
It looks like the
|
By
Michael Kubacki
·
#92055
·
|
|
[PATCH v1 1/5] ArmPlatformPkg/NorFlashDxe: Remove unused debug print specifier
From: Michael Kubacki <michael.kubacki@...>
These debug messages are repeated in both NorFlashBlockIoReadBlocks()
and NorFlashBlockIoWriteBlocks():
From: Michael Kubacki <michael.kubacki@...>
These debug messages are repeated in both NorFlashBlockIoReadBlocks()
and NorFlashBlockIoWriteBlocks():
|
By
Michael Kubacki
·
#92054
·
|
|
[PATCH v1 0/5] Fix imbalanced debug macros
From: Michael Kubacki <michael.kubacki@...>
After noticing a few occurrences of DEBUG macros with a mismatched
number of arguments, I wrote a script to automatically detect this.
This
From: Michael Kubacki <michael.kubacki@...>
After noticing a few occurrences of DEBUG macros with a mismatched
number of arguments, I wrote a script to automatically detect this.
This
|
By
Michael Kubacki
·
#92053
·
|
|
Re: [edk2-platforms][PATCH v1 1/1] Platform/Qemu: Fix build break in SbsaQemu
Pushed as abf86619660c..c45155be7b88.
Thanks,
Pushed as abf86619660c..c45155be7b88.
Thanks,
|
By
Ard Biesheuvel
·
#92052
·
|
|
Re: [PATCH] ArmVirtPkg: Fix KVM Guest Firmware
Thanks for the fix. Merged as #3169
Thanks for the fix. Merged as #3169
|
By
Ard Biesheuvel
·
#92051
·
|
|
Re: [PATCH v2] MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial
FreeBuffer
Ah interesting. Would it help if the allocate routine aligned
allocations to their size?
Ah interesting. Would it help if the allocate routine aligned
allocations to their size?
|
By
Ard Biesheuvel
·
#92050
·
|
|
Re: [edk2-platforms:PATCH] Modify processor _UID ordering by CPU default fused in MADT
Reviewed-by: Kumar, Chandana C <chandana.c.kumar@...>
Reviewed-by: Kumar, Chandana C <chandana.c.kumar@...>
|
By
Kumar, Chandana C
·
#92049
·
|
|
[PATCH] ArmVirtPkg: Fix KVM Guest Firmware
Fix build of KVM Guest Firmware, broken by commit
4c55f6394fafe0494ec24e7c05cb68c938d7852d
Signed-off-by: Edward Pickup <edward.pickup@...>
---
The change can be seen at
Fix build of KVM Guest Firmware, broken by commit
4c55f6394fafe0494ec24e7c05cb68c938d7852d
Signed-off-by: Edward Pickup <edward.pickup@...>
---
The change can be seen at
|
By
Edward Pickup <edward.pickup@...>
·
#92048
·
|
|
Re: [PATCH v2] MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial
FreeBuffer
By
Jeff Brasen
·
#92047
·
|
|
[PATCH] BaseTools: Correct initialization data size check for array PCDs
Currently it is not possible to initialize all elements in the
array PCD.
For example, this PCD would result to a build failure:
gTokenSpaceGuid.PcdArray|{0x11, 0x22}|UINT8[2]|0x4C4CB9A3
Correct
Currently it is not possible to initialize all elements in the
array PCD.
For example, this PCD would result to a build failure:
gTokenSpaceGuid.PcdArray|{0x11, 0x22}|UINT8[2]|0x4C4CB9A3
Correct
|
By
Konstantin Aladyshev
·
#92046
·
|
|
[edk2-platforms][PATCH v1 1/1] Platform/Qemu: Fix build break in SbsaQemu
Commit 6eb407947592e084110a124be089bef167af1383 added a new dependency
of PlatformPKProtectionLib to SecureBootVariableLib. This causes the
build of SbsaQemu to fail.
Add the PlatformPKProtectionLib
Commit 6eb407947592e084110a124be089bef167af1383 added a new dependency
of PlatformPKProtectionLib to SecureBootVariableLib. This causes the
build of SbsaQemu to fail.
Add the PlatformPKProtectionLib
|
By
Dimitrije Pavlov
·
#92045
·
|
|
Re: [PATCH 2/2] Platform/Sgi: Add serial debug controller to SSDT
Hi Sami,
Gentle reminder for this patch series.
Regards,
Rohit.
Hi Sami,
Gentle reminder for this patch series.
Regards,
Rohit.
|
By
Rohit Mathew
·
#92044
·
|
|
[PATCH 2] VirtualKeyboardFeaturePkg: Pre OS virtual keyboard touch response are very slow with I2C touch panel
On one Touch, multiple Reads happend and this reads varying based on Key Press time.
Resulting in Multiple key press update on screen. This condition avoids KeyPressed skips
resulting due to faster
On one Touch, multiple Reads happend and this reads varying based on Key Press time.
Resulting in Multiple key press update on screen. This condition avoids KeyPressed skips
resulting due to faster
|
By
KalaiyarasanX Thangaraj
·
#92043
·
|