|
回复: [edk2-devel] [PATCH] MdePkg/UnitTestHostBaseLib: Remove HOST_APPLICATION limitation
Zhiguang and Ray: Thanks for your sharing. It is OK to use UnitTestHostBaseLib in emulator platform. Please also update the file header in module inf to describe this usage. Thanks Liming > -----邮件原件-
Zhiguang and Ray: Thanks for your sharing. It is OK to use UnitTestHostBaseLib in emulator platform. Please also update the file header in module inf to describe this usage. Thanks Liming > -----邮件原件-
|
By
gaoliming
·
|
|
回复: [edk2-devel] feature flag change notifications
Dann: I base on new features to collect the incompatible changes, and add them into the updated notes. If you find any missing, please send the mail to me. Thanks Liming > -----邮件原件----- > 发件人: Kinney
Dann: I base on new features to collect the incompatible changes, and add them into the updated notes. If you find any missing, please send the mail to me. Thanks Liming > -----邮件原件----- > 发件人: Kinney
|
By
gaoliming
·
|
|
MdeModulePkg/UefiBootManagerLib: Use hob size to process MemoryTypeInfo
Current code relies on last entry in hob to be MaxMemoryType enum value which keeps changing on new memory type definition. If the HOB is created by binaries built with older Edk2, current code leads
Current code relies on last entry in hob to be MaxMemoryType enum value which keeps changing on new memory type definition. If the HOB is created by binaries built with older Edk2, current code leads
|
By
Anbazhagan, Baraneedharan
·
|
|
[PATCH v2 0/1] MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSE
*Changes between v1 and v2* Only switch to DEBUG_VERBOSE for EFI_TIMEOUT errors. Test Pull Request: https://github.com/tianocore/edk2/pull/3705 --- MdeModulePkg: Put USB DEBUGs that occur for bulk tim
*Changes between v1 and v2* Only switch to DEBUG_VERBOSE for EFI_TIMEOUT errors. Test Pull Request: https://github.com/tianocore/edk2/pull/3705 --- MdeModulePkg: Put USB DEBUGs that occur for bulk tim
|
By
Rebecca Cran
·
|
|
[PATCH v1 0/5] Adds AmdSmmCpuFeaturesLib
Implements SmmCpuFeaturesLib library class for AMD processor family. Adds AMD processor families processor save state registers. Implements required functions. Handles S3 save state from SMM. PR: http
Implements SmmCpuFeaturesLib library class for AMD processor family. Adds AMD processor families processor save state registers. Implements required functions. Handles S3 save state from SMM. PR: http
|
By
Abdul Lateef Attar
·
|
|
[PATCH v4 1/1] MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID 2 messages
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
RDRAND has notoriously been broken many times over its lifespan. Add a smoketest to RDRAND, in order to better sniff out potential security concerns. Also add a proper CPUID test in order to support o
|
By
Pedro Falcato
·
|
|
回复: [edk2-platform][PATCH 1/1] MdeModulePkg: SdMmcPciHcDxe: Fix issue that SD1.0 cards can't be recognized
Thanks for your response. I will update patch later according to your suggestions. Answer your questions below. BR, Chevron > -----邮件原件----- > 发件人: Wu, Hao A <hao.a.wu@...> > 发送时间: Tuesday, December 6
Thanks for your response. I will update patch later according to your suggestions. Answer your questions below. BR, Chevron > -----邮件原件----- > 发件人: Wu, Hao A <hao.a.wu@...> > 发送时间: Tuesday, December 6
|
By
Chevron Li (WH)
·
|
|
[PATCH v2] Maintainer.txt: add myself as reviewer for bhyve's OvmfPkg
Signed-off-by: Corvin Köhne <corvink@...> Reviewed-by: Rebecca Cran <rebecca@...> Reviewed-by: Peter Grehan <grehan@...> Cc: Andrew Fish <afish@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Michael D
Signed-off-by: Corvin Köhne <corvink@...> Reviewed-by: Rebecca Cran <rebecca@...> Reviewed-by: Peter Grehan <grehan@...> Cc: Andrew Fish <afish@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Michael D
|
By
Corvin Köhne
·
|
|
[edk2-platform][PATCH 1/1] MdeModulePkg: SdMmcPciHcDxe: Fix issue
that SD1.0 cards can't be recognized
From: "Chevron Li (WH)" <chevron.li@...> SD1.0 cards don't support CMD8 and CMD6 CMD8 result can be used to distinguish the card is SD1.0 or not. CMD8 result can be used to decide following CMD6 is se
From: "Chevron Li (WH)" <chevron.li@...> SD1.0 cards don't support CMD8 and CMD6 CMD8 result can be used to distinguish the card is SD1.0 or not. CMD8 result can be used to decide following CMD6 is se
|
By
Chevron Li
·
|
|
Access non-SMRAM memory regions from SMM
Hi, I'm aware theres been implemented a PCD `gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmRestrictedMemoryAccess` that blocks access to "any" type of non-SMRAM memory after SmmReadyToLock. But I ran some tests
Hi, I'm aware theres been implemented a PCD `gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmRestrictedMemoryAccess` that blocks access to "any" type of non-SMRAM memory after SmmReadyToLock. But I ran some tests
|
By
asallan3@...
·
|
|
[PATCH] Maintainer.txt: add myself as reviewer for bhyve's OvmfPkg 4 messages
+Peter, Rebecca
By
Leif Lindholm
·
|
|
[PATCH 1/3] ArmPkg: Fix typos
Fix some typos in ArmPkg directory. Signed-off-by: Dongdong Zhang <zhangdongdong@...> --- ArmPkg/Drivers/ArmScmiDxe/ScmiDxe.c | 2 +- ArmPkg/Include/Library/OemMiscLib.h | 2 +- ArmPkg/Library/ArmDisass
Fix some typos in ArmPkg directory. Signed-off-by: Dongdong Zhang <zhangdongdong@...> --- ArmPkg/Drivers/ArmScmiDxe/ScmiDxe.c | 2 +- ArmPkg/Include/Library/OemMiscLib.h | 2 +- ArmPkg/Library/ArmDisass
|
By
Dongdong Zhang
·
|
|
[PATCH 3/3] ArmVirtPkg: Fix typos
Fix some typos in ArmVirtPkg directory. Signed-off-by: Dongdong Zhang <zhangdongdong@...> --- ArmVirtPkg/ArmVirt.dsc.inc | 2 +- .../Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoLib.c | 2 +- ArmVirt
Fix some typos in ArmVirtPkg directory. Signed-off-by: Dongdong Zhang <zhangdongdong@...> --- ArmVirtPkg/ArmVirt.dsc.inc | 2 +- .../Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoLib.c | 2 +- ArmVirt
|
By
Dongdong Zhang
·
|
|
[PATCH 2/3] ArmPlatformPkg: Fix typos
Fix some typos in ArmPlatformPkg directory. Signed-off-by: Dongdong Zhang <zhangdongdong@...> --- ArmPlatformPkg/ArmPlatformPkg.dec | 2 +- ArmPlatformPkg/Include/Library/LcdPlatformLib.h | 2 +- ArmPla
Fix some typos in ArmPlatformPkg directory. Signed-off-by: Dongdong Zhang <zhangdongdong@...> --- ArmPlatformPkg/ArmPlatformPkg.dec | 2 +- ArmPlatformPkg/Include/Library/LcdPlatformLib.h | 2 +- ArmPla
|
By
Dongdong Zhang
·
|
|
回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, December 6, 2022
#cal-reminder
Few issues are submitted. This week meeting is cancelled. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年12月6日 10:30 收件人: devel@edk2.groups.io 主题: [edk
Few issues are submitted. This week meeting is cancelled. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification 发送时间: 2022年12月6日 10:30 收件人: devel@edk2.groups.io 主题: [edk
|
By
gaoliming
·
|
|
[PATCH 1/2] EmulatorPkg: Add persistent memory in EmuThunkPpi 2 messages
The persistent memory is for PEIM to use, and won't lose during cold or warm reset. PcdPersistentMemorySize is only used by WinHost.c, other modules can check the persistent memory size using the fiel
The persistent memory is for PEIM to use, and won't lose during cold or warm reset. PcdPersistentMemorySize is only used by WinHost.c, other modules can check the persistent memory size using the fiel
|
By
Zhiguang Liu
·
|
|
[PATCH] EmulatorPkg: Remove unnecessary dependency on EmbeddedPkg 2 messages
EmulatorPkg doesn't need depend on EmbeddedPkg, so remove the dependency. Cc: Andrew Fish <afish@...> Cc: Ray Ni <ray.ni@...> Signed-off-by: Zhiguang Liu <zhiguang.liu@...> --- EmulatorPkg/EmulatorPkg
EmulatorPkg doesn't need depend on EmbeddedPkg, so remove the dependency. Cc: Andrew Fish <afish@...> Cc: Ray Ni <ray.ni@...> Signed-off-by: Zhiguang Liu <zhiguang.liu@...> --- EmulatorPkg/EmulatorPkg
|
By
Zhiguang Liu
·
|
|
[PATCH 2/2] EmulatorPkg: Record Argc, Argv and Envp in EmuThunk Ppi 2 messages
Record Argc, Argv and Envp in EmuThunk Ppi so that other modules can use these fields to change behavior depends on boot parameters or environment. Cc: Andrew Fish <afish@...> Cc: Ray Ni <ray.ni@...>
Record Argc, Argv and Envp in EmuThunk Ppi so that other modules can use these fields to change behavior depends on boot parameters or environment. Cc: Andrew Fish <afish@...> Cc: Ray Ni <ray.ni@...>
|
By
Zhiguang Liu
·
|
|
[PATCH] UsbNetworkPkg: add USB network devices support 27 messages
UsbNetworkPkg provides network functions for USB ACM, USB NCM, and USB RNDIS network device. Signed-off-by: Richard Ho <richardho@...> Reviewed-by: Tony Lo <tonylo@...> --- UsbNetworkPkg/Config/UsbNet
UsbNetworkPkg provides network functions for USB ACM, USB NCM, and USB RNDIS network device. Signed-off-by: Richard Ho <richardho@...> Reviewed-by: Tony Lo <tonylo@...> --- UsbNetworkPkg/Config/UsbNet
|
By
RichardHo [何明忠]
·
|
|
[edk2-platform][PATCH 1/1] MdeModulePkg: SdMmcPciHcDxe: Fix issue that SD1.0 cards can't be recognized
Hello, The proposed patch will cause CI test failure: https://github.com/tianocore/edk2/pull/3724. Could you help to resolve them? May I know what kind of tests have been performed for this patch? Hav
Hello, The proposed patch will cause CI test failure: https://github.com/tianocore/edk2/pull/3724. Could you help to resolve them? May I know what kind of tests have been performed for this patch? Hav
|
By
Wu, Hao A
·
|