|
[PATCH] UefiPayloadPkg: Set RTC dynamic PCD to PeiPCDdatabase 3 messages
Reviewed-by: Guo Dong <guo.dong@...>
Reviewed-by: Guo Dong <guo.dong@...>
|
By
Guo Dong
·
|
|
MinPlatformPkg question 3 messages
[Public] + MinPlatformPkg Maintainers Start the conversation: Some time back there were posts about promoting MinPlatformPkg up to a more generic level. Is there still a desire to implement this and p
[Public] + MinPlatformPkg Maintainers Start the conversation: Some time back there were posts about promoting MinPlatformPkg up to a more generic level. Is there still a desire to implement this and p
|
By
Kirkendall, Garrett
·
|
|
CI passed yesterday; failing today only for PatchCheck 3 messages
As requested, yesterday, for a trivial correction in BaseTools, removing useless libuuid dependency in GenFv/, I made a Pull Request and triggered a CI check test. All went fine. Today, looking if the
As requested, yesterday, for a trivial correction in BaseTools, removing useless libuuid dependency in GenFv/, I made a Pull Request and triggered a CI check test. All went fine. Today, looking if the
|
By
tlaronde@polynum.com
·
|
|
[PATCH v1] MdePkg: Fix UINT64 and INT64 word length for LoongArch64 2 messages
The UINT64 and INT64 should be defined as unsigned long long and long long in the linux64 bit environment, but now defined as unsigned long and long, so fix it. BZ: https://bugzilla.tianocore.org/show
The UINT64 and INT64 should be defined as unsigned long long and long long in the linux64 bit environment, but now defined as unsigned long and long, so fix it. BZ: https://bugzilla.tianocore.org/show
|
By
Chao Li
·
|
|
[PATCH v1 1/1] uefi-sct/SctPkg: Incorrect instances of RANDOM_NAME_PROTOCOL 6 messages
Changed 4 incorrect instances of "RANDOM_NAME_PROTOCOL" in RandomNumberBBTestConformance and RandomNumberBBTestFunction to "RANDOM_NUMBER_PROTOCOL". Cc: G Edhaya Chandran <Edhaya.Chandran@...> Cc: Bar
Changed 4 incorrect instances of "RANDOM_NAME_PROTOCOL" in RandomNumberBBTestConformance and RandomNumberBBTestFunction to "RANDOM_NUMBER_PROTOCOL". Cc: G Edhaya Chandran <Edhaya.Chandran@...> Cc: Bar
|
By
Sam Kaynor
·
|
|
[PATCH v1] MinPlatformPkg: Add PCD PcdMinPciBridgePC00 to support \_SB.PCI0 and \_SB.PC00 4 messages
From: Aryeh Chen <aryeh.chen@...> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4329 To add PCD PcdMinPciBridgePC00 to support \_SB.PCI0 and \_SB.PC00 on MinDsdt.asl because PciBridge has modif
From: Aryeh Chen <aryeh.chen@...> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4329 To add PCD PcdMinPciBridgePC00 to support \_SB.PCI0 and \_SB.PC00 on MinDsdt.asl because PciBridge has modif
|
By
Chen, Aryeh
·
|
|
[edk2-non-osi][PATCH V1] ASpeed/ASpeedGopBinPkg: Correct all INF_VERSION value 4 messages
1. Correct all INF_VERSION value. Cc: Isaac Oram <isaac.w.oram@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: R
1. Correct all INF_VERSION value. Cc: Isaac Oram <isaac.w.oram@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Michael D Kinney <michael.d.kinney@...> Cc: R
|
By
Tommy Huang
·
|
|
[edk2-platforms][PATCH 1/1] AmpereAltraPkg: Update ArmPlatformLib to work with changed ARM_CORE_INFO 7 messages
From: Tinh Nguyen <tinhnguyen@...> Since the commit 103fa647d159e3d76be2634d2653c2d215dd0d46 instead ("ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct") has updated the ARM_COR
From: Tinh Nguyen <tinhnguyen@...> Since the commit 103fa647d159e3d76be2634d2653c2d215dd0d46 instead ("ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct") has updated the ARM_COR
|
By
Nhi Pham
·
|
|
[PATCH v1 1/2] MdeModulePkg: Fix bug in ScsiBusDxe/ScsiBus.c 3 messages
A while loop in SCSIBusDriverBindingStart() is supposed to scan all the possible Puns in the SCSI channel by calling ScsiScanCreateDevice() for each of them. Therefore, we should not abort the loop ev
A while loop in SCSIBusDriverBindingStart() is supposed to scan all the possible Puns in the SCSI channel by calling ScsiScanCreateDevice() for each of them. Therefore, we should not abort the loop ev
|
By
Yuan Yu
·
|
|
[PATCH v2 1/1] MdeModulePkg: ScsiBusDxe: Refactor DiscoverScsiDevice()
Currently DiscoverScsiDevice() returns a boolean which cannot distinguish a "not found" situation from a real problem like memory allocation failures. This patch changes the return value to an EFI_STA
Currently DiscoverScsiDevice() returns a boolean which cannot distinguish a "not found" situation from a real problem like memory allocation failures. This patch changes the return value to an EFI_STA
|
By
Yuan Yu
·
|
|
[PATCH v2 0/1] Refactor DiscoverScsiDevice()
Refactor DiscoverScsiDevice() so that it returns EFI_STATUS instead of BOOLEAN. This will enable its callers to distinguish a "not found" situation from real problems like memory allocation failures.
Refactor DiscoverScsiDevice() so that it returns EFI_STATUS instead of BOOLEAN. This will enable its callers to distinguish a "not found" situation from real problems like memory allocation failures.
|
By
Yuan Yu
·
|
|
[PATCH V2] MdeModulePkg/Decompress: Add missing source file to Brotli library
[AMD Official Use Only - General] Let me clarify this: Abner's original code change covers the fix for both GCC5 and VS2019. More over, VS2019 needs these two additional headers file under MdeModulePk
[AMD Official Use Only - General] Let me clarify this: Abner's original code change covers the fix for both GCC5 and VS2019. More over, VS2019 needs these two additional headers file under MdeModulePk
|
By
Lin, Kuei-Hung (Timothy)
·
|
|
[PATCH 4/4] Maintainers.txt: Update reviewers for Trace Hub library.
From: VictorX Hsu <victorx.hsu@...> Update reviewers for Trace Hub library. Cc: Michael D Kinney <michael.d.kinney@...> Cc: Guo Gua <gua.guo@...> Cc: Chan Laura <laura.chan@...> Cc: Prakashan Krishnad
From: VictorX Hsu <victorx.hsu@...> Update reviewers for Trace Hub library. Cc: Michael D Kinney <michael.d.kinney@...> Cc: Guo Gua <gua.guo@...> Cc: Chan Laura <laura.chan@...> Cc: Prakashan Krishnad
|
By
victorx.hsu@...
·
|
|
[PATCH 3/4] MdePkg: Add NULL library for TraceHubDebugLibSysT
From: VictorX Hsu <victorx.hsu@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4144 This Library is NULL library for TraceHubDebugLibSysT. Cc: Michael D Kinney <michael.d.kinney@...> Cc: Gu
From: VictorX Hsu <victorx.hsu@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4144 This Library is NULL library for TraceHubDebugLibSysT. Cc: Michael D Kinney <michael.d.kinney@...> Cc: Gu
|
By
victorx.hsu@...
·
|
|
[PATCH 2/4] MdeModulePkg: Add TraceHubDebugLibSysT library
From: VictorX Hsu <victorx.hsu@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4144 This Library provide Trace Hub API which consume MipiSysTLib. Cc: Michael D Kinney <michael.d.kinney@...>
From: VictorX Hsu <victorx.hsu@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4144 This Library provide Trace Hub API which consume MipiSysTLib. Cc: Michael D Kinney <michael.d.kinney@...>
|
By
victorx.hsu@...
·
|
|
[PATCH 1/4] MdePkg: Add MipiSysTLib library 2 messages
Reviewed-by: Gua Guo <gua.guo@...>
Reviewed-by: Gua Guo <gua.guo@...>
|
By
Guo, Gua
·
|
|
[PATCH V2] MdeModulePkg/Decompress: Add missing source file to Brotli library 2 messages
Hi Timothy, This is an interesting bug report because it looks like something that should be caught by EDK II CI MdeModulePkg.dsc does list the Brotli lib in a [Components] section, so it will always
Hi Timothy, This is an interesting bug report because it looks like something that should be caught by EDK II CI MdeModulePkg.dsc does list the Brotli lib in a [Components] section, so it will always
|
By
Michael D Kinney
·
|
|
回复: [edk2-devel] [PATCH V2] MdeModulePkg/Decompress: Add missing source file to Brotli library
Dose this patch fix GCC5 or VS2019 build failure? 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Lin, Kuei-Hung (Timothy) via groups.io 发送时间: 2023年1月31日 8:50 收件人: gaoliming <gaoliming@...>; devel
Dose this patch fix GCC5 or VS2019 build failure? 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Lin, Kuei-Hung (Timothy) via groups.io 发送时间: 2023年1月31日 8:50 收件人: gaoliming <gaoliming@...>; devel
|
By
gaoliming
·
|
|
[PATCH 3/4] MdePkg: Add NULL library for TraceHubDebugLibSysT
Reviewed-by: Gua Guo <gua.guo@...>
Reviewed-by: Gua Guo <gua.guo@...>
|
By
Guo, Gua
·
|
|
[PATCH 2/4] MdeModulePkg: Add TraceHubDebugLibSysT library
Reviewed-by: Gua Guo <gua.guo@...>
Reviewed-by: Gua Guo <gua.guo@...>
|
By
Guo, Gua
·
|