|
[PATCH 4/6] MdeModulePkg/Ps2Kb: ReadKeyStrokeEx always return key state
Today's implementation only return key state when there is key.
But when user doesn't press any key, the key state cannot be
returned.
The patch changes the ReadKeyStrokeEx() to always return the
key
Today's implementation only return key state when there is key.
But when user doesn't press any key, the key state cannot be
returned.
The patch changes the ReadKeyStrokeEx() to always return the
key
|
By
Ruiyu Ni <ruiyu.ni@...>
·
#20315
·
|
|
[PATCH 3/6] MdeModulePkg/UsbKb: ReadKeyStrokeEx always return key state
Today's implementation only return key state when there is key.
But when user doesn't press any key, the key state cannot be
returned.
The patch changes the ReadKeyStrokeEx() to always return the
key
Today's implementation only return key state when there is key.
But when user doesn't press any key, the key state cannot be
returned.
The patch changes the ReadKeyStrokeEx() to always return the
key
|
By
Ruiyu Ni <ruiyu.ni@...>
·
#20314
·
|
|
[PATCH 2/6] MdeModulePkg/ConSplitter: ReadKeyStrokeEx always return key state
Today's implementation only return key state when there is key.
But when user doesn't press any key, the key state cannot be
returned.
The patch changes the ReadKeyStrokeEx() to always return the
key
Today's implementation only return key state when there is key.
But when user doesn't press any key, the key state cannot be
returned.
The patch changes the ReadKeyStrokeEx() to always return the
key
|
By
Ruiyu Ni <ruiyu.ni@...>
·
#20313
·
|
|
[PATCH 1/6] MdePkg/SimpleTextInEx.h: Fix comments alignment
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@...>
Cc: Liming Gao <liming.gao@...>
---
MdePkg/Include/Protocol/SimpleTextInEx.h | 13
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@...>
Cc: Liming Gao <liming.gao@...>
---
MdePkg/Include/Protocol/SimpleTextInEx.h | 13
|
By
Ruiyu Ni <ruiyu.ni@...>
·
#20312
·
|
|
[PATCH 0/6] ReadKeyStrokeEx always return key state
Today's implementation only return key state when there is key.
But when user doesn't press any key, the key state cannot be
returned.
The patch changes the ReadKeyStrokeEx() to always return the
key
Today's implementation only return key state when there is key.
But when user doesn't press any key, the key state cannot be
returned.
The patch changes the ReadKeyStrokeEx() to always return the
key
|
By
Ruiyu Ni <ruiyu.ni@...>
·
#20311
·
|
|
Re: [PATCH] CryptoPkg: Update package version to 0.98
Reviewed-by: Ye Ting <ting.ye@...>
Reviewed-by: Ye Ting <ting.ye@...>
|
By
Ye, Ting <ting.ye@...>
·
#20310
·
|
|
[PATCH] CryptoPkg: Update package version to 0.98
Update package version of CryptoPkg to 0.98.
Cc: Ting Ye <ting.ye@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@...>
---
Update package version of CryptoPkg to 0.98.
Cc: Ting Ye <ting.ye@...>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@...>
---
|
By
Long Qin <qin.long@...>
·
#20309
·
|
|
[PATCH 2/2] MdeModulePkg/PciBusDxe: Install PciEnumerationComplete after PciIo
Per PI spec, the PciEnumerationComplete protocol installation
should be after PciIo installation.
Today's implementation installs the PciEnumerationComplete
after hardware enumeration is completed,
Per PI spec, the PciEnumerationComplete protocol installation
should be after PciIo installation.
Today's implementation installs the PciEnumerationComplete
after hardware enumeration is completed,
|
By
Ruiyu Ni <ruiyu.ni@...>
·
#20308
·
|
|
[PATCH 1/2] MdeModulePkg/PciBusDxe: reference gFullEnumeration in one file
The patch is just a code cleanup with no functionality impact.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@...>
Cc: Star Zeng
The patch is just a code cleanup with no functionality impact.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@...>
Cc: Star Zeng
|
By
Ruiyu Ni <ruiyu.ni@...>
·
#20307
·
|
|
[PATCH 0/2] Install PciEnumerationComplete after PciIo
The 2nd patch does the real work. 1st patch cleans up the code to
prepare for 2nd patch.
Ruiyu Ni (2):
MdeModulePkg/PciBusDxe: reference gFullEnumeration in one file
MdeModulePkg/PciBusDxe:
The 2nd patch does the real work. 1st patch cleans up the code to
prepare for 2nd patch.
Ruiyu Ni (2):
MdeModulePkg/PciBusDxe: reference gFullEnumeration in one file
MdeModulePkg/PciBusDxe:
|
By
Ruiyu Ni <ruiyu.ni@...>
·
#20306
·
|
|
[Patch] BaseTools: Add DefaultStore section format Check
This patch add DefaultStore section format Check and it use same logic
with SKUID section.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu
This patch add DefaultStore section format Check and it use same logic
with SKUID section.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu
|
By
Yonghong Zhu <yonghong.zhu@...>
·
#20305
·
|
|
[Patch] BaseTools: update SKUID value to support both integer and Hex number
This patch updated Skuid value to support both integer and hex value.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@...>
---
This patch updated Skuid value to support both integer and hex value.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@...>
---
|
By
Yonghong Zhu <yonghong.zhu@...>
·
#20304
·
|
|
Re: [PATCH] MdePkg Smbios.h: Update spec version info to 3.1.1
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#20303
·
|
|
[Patch] PcAtChipsetPkg: Add PeiAcpiTimerLib to save PerformanceCounterFrequency in HOB
PeiAcpiTimerLib caches PerformanceCounterFrequency in HOB, then Pei and Dxe
AcpiTimerLib can share the same PerformanceCounterFrequency.
Contributed-under: TianoCore Contribution Agreement
PeiAcpiTimerLib caches PerformanceCounterFrequency in HOB, then Pei and Dxe
AcpiTimerLib can share the same PerformanceCounterFrequency.
Contributed-under: TianoCore Contribution Agreement
|
By
Liming Gao
·
#20302
·
|
|
Re: [RFC] MdeModulePkg/PciHostBridgeDxe: Add support for address translation
I also agree to put the translation fields into the
PCI_ROOT_BRIDGE_APERTURE.
But I think we may have different understandings to the address
translation.
My understanding to the whole
I also agree to put the translation fields into the
PCI_ROOT_BRIDGE_APERTURE.
But I think we may have different understandings to the address
translation.
My understanding to the whole
|
By
Ni, Ruiyu <ruiyu.ni@...>
·
#20301
·
|
|
[Patch] BaseTools: Add "processing meta-data" string back
Previous build tool will display "processing meta-data ..." to let user
know the progress. this Patch add this string back.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by:
Previous build tool will display "processing meta-data ..." to let user
know the progress. this Patch add this string back.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by:
|
By
Yonghong Zhu <yonghong.zhu@...>
·
#20300
·
|
|
[PATCH] MdePkg Smbios.h: Update spec version info to 3.1.1
It was missed to be updated at
SHA-1: 043026ac12c29703bb7e3c19b9ae5e8177bb554b.
Cc: Liming Gao <liming.gao@...>
Cc: Michael Kinney <michael.d.kinney@...>
Contributed-under: TianoCore
It was missed to be updated at
SHA-1: 043026ac12c29703bb7e3c19b9ae5e8177bb554b.
Cc: Liming Gao <liming.gao@...>
Cc: Michael Kinney <michael.d.kinney@...>
Contributed-under: TianoCore
|
By
Star Zeng <star.zeng@...>
·
#20299
·
|
|
Re: [PATCH] BaseTools/tools_def CLANG35: ignore unknown warning options
Reviewed-by: Liming Gao <liming.gao@...>
Reviewed-by: Liming Gao <liming.gao@...>
|
By
Liming Gao
·
#20298
·
|
|
Re: [Patch] UefiCpuPkg: Update package version.
Reviewed-by: Star Zeng <star.zeng@...>
Thanks,
Star
Reviewed-by: Star Zeng <star.zeng@...>
Thanks,
Star
|
By
Zeng, Star <star.zeng@...>
·
#20297
·
|
|
[Patch] UefiCpuPkg: Update package version.
Cc: Star Zeng <star.zeng@...>
Cc: Ruiyu Ni <ruiyu.ni@...>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@...>
---
Cc: Star Zeng <star.zeng@...>
Cc: Ruiyu Ni <ruiyu.ni@...>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@...>
---
|
By
Dong, Eric
·
#20296
·
|