|
[edk2-platforms][PATCH V1 1/1] Silicon/ARM/NeoverseN1Soc: Update CCIX PNP ID
2 messages
There is no need for a separate ID for CCIX host bridge, therefore reusing PCIe PNP ID for CCIX. Also, updating the file's license to resolve error during ECC checks. Signed-off-by: sahil <sahil@...>
There is no need for a separate ID for CCIX host bridge, therefore reusing PCIe PNP ID for CCIX. Also, updating the file's license to resolve error during ECC checks. Signed-off-by: sahil <sahil@...>
|
By
sahil@...
·
|
|
[PATCH 2/3] OvmfPkg/PlatformCI: Add new JOB in .yml of OvmfPkg PlatformCI
Hi all, Could you please help to review this patch? Thanks a lot! Thanks, Dun
Hi all, Could you please help to review this patch? Thanks a lot! Thanks, Dun
|
By
duntan
·
|
|
[PATCH v2 0/3] Enable support for terminal resize
2 messages
This is re-submission of original patches written by Laszlo Ersek. When mode will be changed in the EFI - xterm resolution will change too. Tested with xterm, Gnome terminal and XFCE4 terminal. Laszlo
This is re-submission of original patches written by Laszlo Ersek. When mode will be changed in the EFI - xterm resolution will change too. Tested with xterm, Gnome terminal and XFCE4 terminal. Laszlo
|
By
Paweł Poławski
·
|
|
[PATCH v2 3/3] ArmVirtPkg: take PcdResizeXterm from the QEMU command line
From: Laszlo Ersek <lersek@...> Allow enable XTerm resize sequences on terminal mode changes via QEMU command line Signed-off-by: Laszlo Ersek <lersek@...> Pawel Polawski: Updated commit message for r
From: Laszlo Ersek <lersek@...> Allow enable XTerm resize sequences on terminal mode changes via QEMU command line Signed-off-by: Laszlo Ersek <lersek@...> Pawel Polawski: Updated commit message for r
|
By
Paweł Poławski
·
|
|
[PATCH v2 2/3] OvmfPkg: take PcdResizeXterm from the QEMU command line
From: Laszlo Ersek <lersek@...> Allow enable XTerm resize sequences on terminal mode changes via QEMU command line Signed-off-by: Laszlo Ersek <lersek@...> Pawel Polawski: Updated commit message for r
From: Laszlo Ersek <lersek@...> Allow enable XTerm resize sequences on terminal mode changes via QEMU command line Signed-off-by: Laszlo Ersek <lersek@...> Pawel Polawski: Updated commit message for r
|
By
Paweł Poławski
·
|
|
[PATCH v2 1/3] MdeModulePkg: TerminalDxe: set xterm resolution on mode change
From: Laszlo Ersek <lersek@...> Allow TerminalDxe outputs an XTerm resize sequence on terminal mode change Reference: <http://rtfm.etla.org/xterm/ctlseq.html> Signed-off-by: Laszlo Ersek <lersek@...>
From: Laszlo Ersek <lersek@...> Allow TerminalDxe outputs an XTerm resize sequence on terminal mode change Reference: <http://rtfm.etla.org/xterm/ctlseq.html> Signed-off-by: Laszlo Ersek <lersek@...>
|
By
Paweł Poławski
·
|
|
[PATCH] SecurityPkg: check return value of GetEfiGlobalVariable2() in DxeImageVerificationHandler()
Fixes: CVE-2019-14560 GetEfiGlobalVariable2() is used in some instances when looking up the SecureBoot UEFI variable. The API can fail in certain circumstances, for example, if AllocatePool() fails or
Fixes: CVE-2019-14560 GetEfiGlobalVariable2() is used in some instances when looking up the SecureBoot UEFI variable. The API can fail in certain circumstances, for example, if AllocatePool() fails or
|
By
Jon Maloy
·
|
|
[PATCH 2/3] UsbNetworkPkg/UsbCdcEcm: Add USB Cdc ECM devices support
2 messages
This driver provides UEFI driver for USB CDC ECM device Signed-off-by: Richard Ho <richardho@...> Cc: Andrew Fish <afish@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Michael D Kinney <michael.d.kinn
This driver provides UEFI driver for USB CDC ECM device Signed-off-by: Richard Ho <richardho@...> Cc: Andrew Fish <afish@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Michael D Kinney <michael.d.kinn
|
By
RichardHo [何明忠]
·
|
|
[PATCH V2] edk II C Coding Standard: Remove section 5.4.2.2 STATIC
From: Abner Chang <abner.chang@...> BZ #1766 Revise the sections that mention the usage of "static" and remove section 5.4.2.2.1 and 5.4.2.2.2 section. We are not allowed to use upper-case STATIC in t
From: Abner Chang <abner.chang@...> BZ #1766 Revise the sections that mention the usage of "static" and remove section 5.4.2.2.1 and 5.4.2.2.2 section. We are not allowed to use upper-case STATIC in t
|
By
Chang, Abner
·
|
|
[PATCH] Multiple Coverity issues were found from EDK2 ShellPkg
3 messages
Attached is the report for Coverity issues identified in ShellPkg based on edk2-stable202205. Cc: Vasudevan Sambandan <vasudevans@...> Cc: Sundaresan Selvaraj <sundaresans@...> Cc: Arun k <arunk@...>
Attached is the report for Coverity issues identified in ShellPkg based on edk2-stable202205. Cc: Vasudevan Sambandan <vasudevans@...> Cc: Sundaresan Selvaraj <sundaresans@...> Cc: Arun k <arunk@...>
|
By
Kalaivani P
·
|
|
EDK II Stable Tag release edk2-stable202211 completed
Hi, all The tag edk2-stable202211 has been created. https://github.com/tianocore/edk2/releases/tag/edk2-stable202211 git clone -b edk2-stable202211 https://github.com/tianocore/edk2.git The quiet peri
Hi, all The tag edk2-stable202211 has been created. https://github.com/tianocore/edk2/releases/tag/edk2-stable202211 git clone -b edk2-stable202211 https://github.com/tianocore/edk2.git The quiet peri
|
By
gaoliming
·
|
|
[PATCH EDK2 v1 0/1] CryptoPkg/BaseCryptLib:time overflow
Main Changes : 1.Change type of time_t to INT64. 2.Using function DivS64x64Remainder to deal with INT64 divide. Zihong Yi (1): CryptoPkg/BaseCryptLib:time overflow CryptoPkg/Library/Include/CrtLibSupp
Main Changes : 1.Change type of time_t to INT64. 2.Using function DivS64x64Remainder to deal with INT64 divide. Zihong Yi (1): CryptoPkg/BaseCryptLib:time overflow CryptoPkg/Library/Include/CrtLibSupp
|
By
wenyi,xie
·
|
|
[PATCH] UefiPayloadPkg: Support multiple-firmware volume
3 messages
From: MarsX Lin <marsx.lin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4164 To support multiple FVs provided by UPL Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Sean Rhodes <
From: MarsX Lin <marsx.lin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4164 To support multiple FVs provided by UPL Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Sean Rhodes <
|
By
marsx.lin@...
·
|
|
[AddResetEnd v1] ShellPkg/DpDynamicCommand: Add ResetEnd support in DP command
2 messages
From: zhenhuay <zhenhua.yang@...> DP command should be able to parse the FPDT ACPI table and dump the ResetEnd which was logged at the beginning of the firmware image execution. So that DP can calcula
From: zhenhuay <zhenhua.yang@...> DP command should be able to parse the FPDT ACPI table and dump the ResetEnd which was logged at the beginning of the firmware image execution. So that DP can calcula
|
By
Zhenhua Yang
·
|
|
[PATCH v3 4/4] SecurityPkg/RngDxe: Fix Rng algo selection for Arm
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4151 The EFI_RNG_PROTOCOL can advertise multiple algorithms through Guids. The PcdCpuRngSupportedAlgorith
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4151 The EFI_RNG_PROTOCOL can advertise multiple algorithms through Guids. The PcdCpuRngSupportedAlgorith
|
By
PierreGondois
·
|
|
[PATCH v3 3/4] SecurityPkg/RngDxe: Conditionally install EFI_RNG_PROTOCOL
From: Pierre Gondois <pierre.gondois@...> On Arm platforms, the number of available RNG algorithms is dynamically detected and can be 0 in the absence of FEAT_RNG and firmware TRNG. In this case, the
From: Pierre Gondois <pierre.gondois@...> On Arm platforms, the number of available RNG algorithms is dynamically detected and can be 0 in the absence of FEAT_RNG and firmware TRNG. In this case, the
|
By
PierreGondois
·
|
|
[PATCH v3 2/4] SecurityPkg/RngDxe: Correctly update mAvailableAlgoArrayCount
From: Pierre Gondois <pierre.gondois@...> mAvailableAlgoArrayCount holds the count of available RNG algorithms. In a following patch, its value will be used to prevent the EFI_RNG_PROTOCOL to be insta
From: Pierre Gondois <pierre.gondois@...> mAvailableAlgoArrayCount holds the count of available RNG algorithms. In a following patch, its value will be used to prevent the EFI_RNG_PROTOCOL to be insta
|
By
PierreGondois
·
|
|
[PATCH v3 1/4] ArmPkg/ArmTrngLib: Remove ASSERTs in ArmTrngLibConstructor()
From: Pierre Gondois <pierre.gondois@...> Remove ASSERTs in ArmTrngLibConstructor() that prevent from booting on DEBUG builds. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- ArmPkg/Library/Arm
From: Pierre Gondois <pierre.gondois@...> Remove ASSERTs in ArmTrngLibConstructor() that prevent from booting on DEBUG builds. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- ArmPkg/Library/Arm
|
By
PierreGondois
·
|
|
[PATCH 1/1] ArmPlatformPkg: Remove AP support from PrePi/PrePeiCore
6 messages
Modern platforms use TF-A, so there's no need for support of secondary cores in EDK2 since TF-A will keep them in a holding pen until the PSCI_CPU_ON SMC call is received. Therefore, remove the code t
Modern platforms use TF-A, so there's no need for support of secondary cores in EDK2 since TF-A will keep them in a holding pen until the PSCI_CPU_ON SMC call is received. Therefore, remove the code t
|
By
Rebecca Cran
·
|
|
[PATCH 1/1 v2] EmulatorPkg: fixes for NetBSD
Signed-off-by: Thierry Laronde <tlaronde@...> Fixes for compilation on NetBSD. --- EmulatorPkg/Unix/Host/BlockIo.c | 16 +++++++++++++++- EmulatorPkg/Unix/Host/Host.c | 7 +++++-- EmulatorPkg/Unix/Host/
Signed-off-by: Thierry Laronde <tlaronde@...> Fixes for compilation on NetBSD. --- EmulatorPkg/Unix/Host/BlockIo.c | 16 +++++++++++++++- EmulatorPkg/Unix/Host/Host.c | 7 +++++-- EmulatorPkg/Unix/Host/
|
By
tlaronde@...
·
|