|
[edk2-platforms][PATCH v3 07/11] Ext4Pkg: Check that source file is directory in Ext4OpenInternal
3 messages
This check already present in the while loop below, but absent for cases when input file is nameless, so to handle assertion in Ext4ReadFile we need to add it at the top of function Cc: Marvin Häuser
This check already present in the while loop below, but absent for cases when input file is nameless, so to handle assertion in Ext4ReadFile we need to add it at the top of function Cc: Marvin Häuser
|
By
Savva Mitrofanov
·
|
|
[edk2-platforms][PATCH v3 03/11] Ext4Pkg: Fix division by zero by adding check for s_inodes_per_group
3 messages
Superblock s_inodes_per_group field can't be zero, it leads to division by zero in BlockGroup routine Ext4ReadInode Cc: Marvin Häuser <mhaeuser@...> Cc: Pedro Falcato <pedro.falcato@...> Cc: Vitaly Ch
Superblock s_inodes_per_group field can't be zero, it leads to division by zero in BlockGroup routine Ext4ReadInode Cc: Marvin Häuser <mhaeuser@...> Cc: Pedro Falcato <pedro.falcato@...> Cc: Vitaly Ch
|
By
Savva Mitrofanov
·
|
|
[edk2-platforms][PATCH v3 01/11] Ext4Pkg: Fix memory leak in Ext4RetrieveDirent
3 messages
We need to free buffer on return if BlockRemainder != 0. Also changed return logic from function to use use common exit to prevent code duplication. Cc: Marvin Häuser <mhaeuser@...> Cc: Pedro Falcato
We need to free buffer on return if BlockRemainder != 0. Also changed return logic from function to use use common exit to prevent code duplication. Cc: Marvin Häuser <mhaeuser@...> Cc: Pedro Falcato
|
By
Savva Mitrofanov
·
|
|
[PATCH v5 0/2] ArmPkg: Implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls for AArch64
4 messages
Implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls for AArch64. Note that several tests from UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol will fail because there's currently no mechanism impl
Implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls for AArch64. Note that several tests from UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol will fail because there's currently no mechanism impl
|
By
Rebecca Cran
·
|
|
Question/bug in ArmPkg (ArmArchTimerLib)
2 messages
Hi All, My name is Przemysław Gierszyński and I work as a Firmware Engineer in Intel Technology Poland. I was doing some work that required review of some parts of EDK2 and I think I have found a smal
Hi All, My name is Przemysław Gierszyński and I work as a Firmware Engineer in Intel Technology Poland. I was doing some work that required review of some parts of EDK2 and I think I have found a smal
|
By
Gierszynski, Przemyslaw
·
|
|
[PATCH 2/2] OvmfPkg: move OvmfTpmDxe.fdf.inc to Include/Fdf
Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/AmdSev/AmdSevX64.fdf | 2 +- OvmfPkg/CloudHv/CloudHvX64.fdf | 2 +- OvmfPkg/OvmfPkgIa32.fdf | 2 +- OvmfPkg/OvmfPkgIa32X64.fdf | 2 +- OvmfPkg/OvmfPkg
Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/AmdSev/AmdSevX64.fdf | 2 +- OvmfPkg/CloudHv/CloudHvX64.fdf | 2 +- OvmfPkg/OvmfPkgIa32.fdf | 2 +- OvmfPkg/OvmfPkgIa32X64.fdf | 2 +- OvmfPkg/OvmfPkg
|
By
Gerd Hoffmann
·
|
|
[PATCH 0/2] OvmfPkg: move two include files to Include/Fdf
Gerd Hoffmann (2): OvmfPkg: move OvmfTpmPei.fdf.inc to Include/Fdf OvmfPkg: move OvmfTpmDxe.fdf.inc to Include/Fdf OvmfPkg/AmdSev/AmdSevX64.fdf | 4 ++-- OvmfPkg/CloudHv/CloudHvX64.fdf | 4 ++-- OvmfPkg
Gerd Hoffmann (2): OvmfPkg: move OvmfTpmPei.fdf.inc to Include/Fdf OvmfPkg: move OvmfTpmDxe.fdf.inc to Include/Fdf OvmfPkg/AmdSev/AmdSevX64.fdf | 4 ++-- OvmfPkg/CloudHv/CloudHvX64.fdf | 4 ++-- OvmfPkg
|
By
Gerd Hoffmann
·
|
|
[PATCH 1/2] OvmfPkg: move OvmfTpmPei.fdf.inc to Include/Fdf
Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/AmdSev/AmdSevX64.fdf | 2 +- OvmfPkg/CloudHv/CloudHvX64.fdf | 2 +- OvmfPkg/OvmfPkgIa32.fdf | 2 +- OvmfPkg/OvmfPkgIa32X64.fdf | 2 +- OvmfPkg/OvmfPkg
Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/AmdSev/AmdSevX64.fdf | 2 +- OvmfPkg/CloudHv/CloudHvX64.fdf | 2 +- OvmfPkg/OvmfPkgIa32.fdf | 2 +- OvmfPkg/OvmfPkgIa32X64.fdf | 2 +- OvmfPkg/OvmfPkg
|
By
Gerd Hoffmann
·
|
|
[edk2-platforms][PATCH v3 00/11] Ext4Pkg: Code correctness and security improvements
Hi all, In v3 I rebased patches according upstream and removed already applied patches. Also in this revision I corrected 'Fixes' tag formatting, added corrections to Ext4GetUcs2DirentName to filter o
Hi all, In v3 I rebased patches according upstream and removed already applied patches. Also in this revision I corrected 'Fixes' tag formatting, added corrections to Ext4GetUcs2DirentName to filter o
|
By
Savva Mitrofanov
·
|
|
[edk2-platforms][PATCH V2 5/5] Platform/Sgi: Enable SoC expansion block for RD-N2 variants
For all the RD-N2 platform variants, include the SSDT ACPI table that describes the devices present in SoC expansion block that is connected to the IO virtualization block. Signed-off-by: Vivek Gautam
For all the RD-N2 platform variants, include the SSDT ACPI table that describes the devices present in SoC expansion block that is connected to the IO virtualization block. Signed-off-by: Vivek Gautam
|
By
Vivek Kumar Gautam
·
|
|
[edk2-platforms][PATCH V2 2/5] Platform/Sgi: Enable virtio-p9 device on RD-N2 platform variants
Enable the virtio-p9 device that is present as part of the RoS peripherals on RD-N2 platform variants. This will allow filesystem sharing between the Host PC and target platform. Signed-off-by: Vivek
Enable the virtio-p9 device that is present as part of the RoS peripherals on RD-N2 platform variants. This will allow filesystem sharing between the Host PC and target platform. Signed-off-by: Vivek
|
By
Vivek Kumar Gautam
·
|
|
[edk2-platforms][PATCH V2 1/5] Platform/Sgi: Add SSDT table for Virtio-P9
Some of the Arm reference design FVP platforms support the Virtio-p9 device as part of the RoS subsystem. Add an entry for this device in the SSDT acpi table. The device entry is listed in a new SSDT
Some of the Arm reference design FVP platforms support the Virtio-p9 device as part of the RoS subsystem. Add an entry for this device in the SSDT acpi table. The device entry is listed in a new SSDT
|
By
Vivek Kumar Gautam
·
|
|
[PATCH edk2-platforms 5/5] Platform/ARM/Sgi: Add VariableFlashInfoLib to SgiPlatformMm.dsc.inc
3 messages
From: Pierre Gondois <pierre.gondois@...> Building the following images with the SECURE_STORAGE_ENABLE flag fails due to VariableFlashInfoLib being missing: - Platform/ARM/SgiPkg/PlatformStandaloneMm.
From: Pierre Gondois <pierre.gondois@...> Building the following images with the SECURE_STORAGE_ENABLE flag fails due to VariableFlashInfoLib being missing: - Platform/ARM/SgiPkg/PlatformStandaloneMm.
|
By
PierreGondois
·
|
|
[PATCH edk2-platforms 2/5] Platform/StandaloneMm: Remove '-march=armv8-a+nofp' flag
4 messages
From: Pierre Gondois <pierre.gondois@...> The '-march=3Darmv8-a+nofp' flag used for PlatformStandaloneMm.dsc was removed in the previous patch. The same flag was probably copied from this first config
From: Pierre Gondois <pierre.gondois@...> The '-march=3Darmv8-a+nofp' flag used for PlatformStandaloneMm.dsc was removed in the previous patch. The same flag was probably copied from this first config
|
By
PierreGondois
·
|
|
[PATCH edk2-platforms 1/5] Platform/ARM/SgiPkg: Remove '-march=armv8-a+nofp' flag
3 messages
From: Pierre Gondois <pierre.gondois@...> The '-march=armv8-a+nofp' flag abort the following build: build -a AARCH64 -p Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc -t GCC5 -D SECURE_STORAGE_ENABLE Er
From: Pierre Gondois <pierre.gondois@...> The '-march=armv8-a+nofp' flag abort the following build: build -a AARCH64 -p Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc -t GCC5 -D SECURE_STORAGE_ENABLE Er
|
By
PierreGondois
·
|
|
[PATCH v11 2/4] MdePkg: Introduce the SevMemoryAcceptance protocol
3 messages
The default behavior for unaccepted memory in SEV-SNP is to accept all memory when ExitBootServices is called. An OS loader can use this protocol to disable this behavior to assume responsibility for
The default behavior for unaccepted memory in SEV-SNP is to accept all memory when ExitBootServices is called. An OS loader can use this protocol to disable this behavior to assume responsibility for
|
By
Dionna Glaze
·
|
|
[PATCH] RedfishPkg/RedfishLib: Avoid possible overflow in memcpy
4 messages
From 0541928e66eb01802a855bbbae125ef0b02259d6 Mon Sep 17 00:00:00 2001 From: houjingyi233 <houjingyi647@...> Date: Wed, 25 Jan 2023 22:11:31 +0800 Subject: [PATCH] RedfishPkg/RedfishLib: Avoid possibl
From 0541928e66eb01802a855bbbae125ef0b02259d6 Mon Sep 17 00:00:00 2001 From: houjingyi233 <houjingyi647@...> Date: Wed, 25 Jan 2023 22:11:31 +0800 Subject: [PATCH] RedfishPkg/RedfishLib: Avoid possibl
|
By
houjingyi
·
|
|
[edk2-platforms][PATCH V1 2/6] Platform/Sgi: add ssdt table for non-discoverable IO virtualization block
3 messages
Arm reference design platforms such as RD-N2 and RD-N2-Cfg1 have multiple IO virtualization blocks that allow connecting PCIe root bus or non-PCIe devices to the system. For platforms that connect non
Arm reference design platforms such as RD-N2 and RD-N2-Cfg1 have multiple IO virtualization blocks that allow connecting PCIe root bus or non-PCIe devices to the system. For platforms that connect non
|
By
Vivek Kumar Gautam
·
|
|
[PATCH V4 12/12] OvmfPkg/TdxHelperLib: Implement TdxHelperProcessTdHob
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243 The implementation of TdxHelperProcessTdxHob is moved from PlatformInitLib/IntelTdx.c. Its counterpart in Platform
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243 The implementation of TdxHelperProcessTdxHob is moved from PlatformInitLib/IntelTdx.c. Its counterpart in Platform
|
By
Min Xu
·
|
|
[PATCH V4 11/12] OvmfPkg/PlatformPei: Build GuidHob for Tdx measurement
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243 TdxHelperBuildGuidHobForTdxMeasurement is called in PlatformPei to build GuidHob for Tdx measurement. Cc: Erdem Ak
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4243 TdxHelperBuildGuidHobForTdxMeasurement is called in PlatformPei to build GuidHob for Tdx measurement. Cc: Erdem Ak
|
By
Min Xu
·
|