|
[edk2-platforms][PATCH V1 3/6] Platform/Sgi: Initialize additional uart controllers
2 messages
From: Shriram K <shriram.k@...> The IO virtualization block on reference design platforms allow connecting non-discoverable devices such as PL011 UART. On platforms that support this, initialize the U
From: Shriram K <shriram.k@...> The IO virtualization block on reference design platforms allow connecting non-discoverable devices such as PL011 UART. On platforms that support this, initialize the U
|
By
Vivek Kumar Gautam
·
|
|
回复: [edk2-devel] 回复: [edk2-devel] 回复: [edk2-devel] FW: [PATCH] ShellPkg: Displaying SMBIOS Type38 fields in formatted manner
2 messages
Prakash: Please update the commit message title that should start with package name. The code logic looks good. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Prakash K via groups.i
Prakash: Please update the commit message title that should start with package name. The code logic looks good. Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Prakash K via groups.i
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH ovmf 1/5] MdePkg/Register/Amd: Define all bits from MSR_SEV_STATUS_REGISTER
2 messages
Alexey: > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Alexey > Kardashevskiy via groups.io > 发送时间: 2022年12月1日 10:35 > 收件人: devel@edk2.groups.io > 抄送: Ard Biesheuvel <ardb+tian
Alexey: > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Alexey > Kardashevskiy via groups.io > 发送时间: 2022年12月1日 10:35 > 收件人: devel@edk2.groups.io > 抄送: Ard Biesheuvel <ardb+tian
|
By
gaoliming
·
|
|
[PATCH] EmulatorPkg/Win: Unload DLLs before reset
3 messages
EmulatorPkg/Win calls LoadLibraryEx() when the corresponding DLL file is found for each PEIM or DXE driver. The module entry point is changed to point to the entry point from the DLL. This helps to no
EmulatorPkg/Win calls LoadLibraryEx() when the corresponding DLL file is found for each PEIM or DXE driver. The module entry point is changed to point to the entry point from the DLL. This helps to no
|
By
Ni, Ray
·
|
|
[PATCH v2 4/4] MdePkg: Signal AfterReadyToBoot after ReadyToBoot
Thanks Gao, given Michael's feedback about this patch not making much sense in the series that adds before_exit_boot_services, we decided to go ahead and consider v1 of this series as final. Let's let
Thanks Gao, given Michael's feedback about this patch not making much sense in the series that adds before_exit_boot_services, we decided to go ahead and consider v1 of this series as final. Let's let
|
By
Dionna Glaze
·
|
|
[PATCH v4 1/1] MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID
Liming, the point is to fix the library's broken behavior, as previously discussed in the ML, and documented in the commit message and the bugzilla. Only updating BaseRngLibConstructor would do absolu
Liming, the point is to fix the library's broken behavior, as previously discussed in the ML, and documented in the commit message and the bugzilla. Only updating BaseRngLibConstructor would do absolu
|
By
Pedro Falcato
·
|
|
[Patch 1/1] RedfishPkg: Remove overlapping private include path in DEC file
4 messages
Update ReadfishPkg.dec to remove PrivateInclude from the [Includes.Common.Private] section. The PrivateInclude directory does not contain any include files, and the PrivateInclude/Crt include path rem
Update ReadfishPkg.dec to remove PrivateInclude from the [Includes.Common.Private] section. The PrivateInclude directory does not contain any include files, and the PrivateInclude/Crt include path rem
|
By
Michael D Kinney
·
|
|
[PATCH 3/4] MdeModulePkg/BmBoot: Skip removable media if it is not present
2 messages
From: Matt DeVillier <matt.devillier@...> Only enumerate devices that have media present. Cc: Hao A Wu <hao.a.wu@...> Cc: Ray Ni <ray.ni@...> Reviewed-by: Sean Rhodes <sean@...> Signed-off-by: Matt De
From: Matt DeVillier <matt.devillier@...> Only enumerate devices that have media present. Cc: Hao A Wu <hao.a.wu@...> Cc: Ray Ni <ray.ni@...> Reviewed-by: Sean Rhodes <sean@...> Signed-off-by: Matt De
|
By
Sean Rhodes
·
|
|
[PATCH 4/4] MdeModulePkg/UsbBusDxe: Adjust the MaxPacketLength to real world values
2 messages
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-devel] [PATCH v4 1/1] MdePkg/BaseRngLib: Add a smoketest for RDRAND and check CPUID
Pedro: To keep the same behavior, I suggest to only update BaseRngLibConstructor() API with TestRdRand, don't touch other APIs. Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.g
Pedro: To keep the same behavior, I suggest to only update BaseRngLibConstructor() API with TestRdRand, don't touch other APIs. Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.g
|
By
gaoliming
·
|
|
[edk2-platform][PATCH V2 1/1] MdeModulePkg: SdMmcPciHcDxe: Fix issue that SD1.0 cards can't be recognized
Sorry, The proposed patch still causes CI test failure: https://github.com/tianocore/edk2/pull/3724. Could you help to follow steps 10 and 11 in the below wiki page: https://github.com/tianocore/tiano
Sorry, The proposed patch still causes CI test failure: https://github.com/tianocore/edk2/pull/3724. Could you help to follow steps 10 and 11 in the below wiki page: https://github.com/tianocore/tiano
|
By
Wu, Hao A
·
|
|
回复: [edk2-devel] [PATCH 1/1] MdePkg: Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Rebecca Cran > 发送时间: 2022年11月29日 20:27 > 收件人: devel@edk2.groups.io; Michael D Kinney > <m
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Rebecca Cran > 发送时间: 2022年11月29日 20:27 > 收件人: devel@edk2.groups.io; Michael D Kinney > <m
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH 1/1] MdePkg: Fix typos and spacing in Library/PerformanceLib.h
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Rebecca Cran > 发送时间: 2022年11月29日 20:23 > 收件人: devel@edk2.groups.io; Michael D Kinney > <m
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Rebecca Cran > 发送时间: 2022年11月29日 20:23 > 收件人: devel@edk2.groups.io; Michael D Kinney > <m
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH v7 2/2] tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
Gerd: I have no comments for this change. Acked-by: Liming Gao <gaoliming@...> Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Brian J. > Johnson > 发送时间: 2022年12月2
Gerd: I have no comments for this change. Acked-by: Liming Gao <gaoliming@...> Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Brian J. > Johnson > 发送时间: 2022年12月2
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH v7 1/2] tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Gerd > Hoffmann > 发送时间: 2022年11月30日 17:44 > 收件人: devel@edk2.groups.io > 抄送: Alexey Kardas
Reviewed-by: Liming Gao <gaoliming@...> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Gerd > Hoffmann > 发送时间: 2022年11月30日 17:44 > 收件人: devel@edk2.groups.io > 抄送: Alexey Kardas
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH v2 4/4] MdePkg: Signal AfterReadyToBoot after ReadyToBoot
Dionna: I add my comments below. > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Dionna Glaze > via groups.io > 发送时间: 2022年11月9日 5:16 > 收件人: devel@edk2.groups.io > 抄送: Dionna Gl
Dionna: I add my comments below. > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Dionna Glaze > via groups.io > 发送时间: 2022年11月9日 5:16 > 收件人: devel@edk2.groups.io > 抄送: Dionna Gl
|
By
gaoliming
·
|
|
feature flag change notifications
Hi Liming, Thank you, that is appreciated. Going forward I'll let you know if I trip over any not already documented. -dann <gaoliming@...> wrote:
Hi Liming, Thank you, that is appreciated. Going forward I'll let you know if I trip over any not already documented. -dann <gaoliming@...> wrote:
|
By
dann frazier
·
|
|
feature flag change notifications
3 messages
Hi, I maintain the edk2 packages in the Debian and Ubuntu distributions. A few times over the years I've had users report regressions that turned out to be due to upstream build flag changes. I wonder
Hi, I maintain the edk2 packages in the Debian and Ubuntu distributions. A few times over the years I've had users report regressions that turned out to be due to upstream build flag changes. I wonder
|
By
dann frazier
·
|
|
[PATCH] MdePkg/UnitTestHostBaseLib: Remove HOST_APPLICATION limitation
Hi Liming, Sure, I will update the patch Thanks Zhiguang
Hi Liming, Sure, I will update the patch Thanks Zhiguang
|
By
Zhiguang Liu
·
|
|
回复: [PATCH] MdePkg: Update new Form Browser Action Request
Robert: Will you also update SetupBrowser to support this new action? Thanks Liming > -----邮件原件----- > 发件人: Robert Phelps <Robert@...> > 发送时间: 2022年11月9日 4:13 > 收件人: devel@edk2.groups.io > 抄送: michael
Robert: Will you also update SetupBrowser to support this new action? Thanks Liming > -----邮件原件----- > 发件人: Robert Phelps <Robert@...> > 发送时间: 2022年11月9日 4:13 > 收件人: devel@edk2.groups.io > 抄送: michael
|
By
gaoliming
·
|