|
[edk2-platforms PATCH 1/8] Marvell/Drivers: Pp2Dxe: Fix Pp2SnpShutdown
The SnpShutdown callback requires updating the instance state
and also disabling hardware interfaces. For that purpose
reuse Pp2Halt routine.
Signed-off-by: Marcin Wojtas <mw@...>
---
The SnpShutdown callback requires updating the instance state
and also disabling hardware interfaces. For that purpose
reuse Pp2Halt routine.
Signed-off-by: Marcin Wojtas <mw@...>
---
|
By
Marcin Wojtas
·
#87540
·
|
|
[edk2-platforms PATCH 0/8] Marvell Pp2Dxe fixes
Hi,
ES ACS v1.0 test suite (https://github.com/ARM-software/arm-systemready)
unveiled a number of issues in Pp2Dxe SNP callbacks.
This patchset fixes all of them and allow for
successful SCT tests
Hi,
ES ACS v1.0 test suite (https://github.com/ARM-software/arm-systemready)
unveiled a number of issues in Pp2Dxe SNP callbacks.
This patchset fixes all of them and allow for
successful SCT tests
|
By
Marcin Wojtas
·
#87539
·
|
|
Re: [PATCH v1 1/1] DynamicTablesPkg: Fix serial port namespace path in DBG2
Hi All,
Azure pipeline jobs are failing due to broken download link for the GCC Arm 10.3-2021.07 compiler, see
Hi All,
Azure pipeline jobs are failing due to broken download link for the GCC Arm 10.3-2021.07 compiler, see
|
By
Sami Mujawar
·
#87538
·
|
|
[edk2-platforms PATCH] Marvell/SolidRun: Rework Readme.md files
From: Grzegorz Bernacki <gjb@...>
This patch reworks Readme.md files of Marvell and SolidRun
platforms as follows:
* Add supported features list.
* Leave minmal EDK2 build command.
* Add
From: Grzegorz Bernacki <gjb@...>
This patch reworks Readme.md files of Marvell and SolidRun
platforms as follows:
* Add supported features list.
* Leave minmal EDK2 build command.
* Add
|
By
Marcin Wojtas
·
#87537
·
|
|
Re: [PATCH v1 1/1] DynamicTablesPkg: Fix serial port namespace path in DBG2
I tested this patch as well and confirmed this patch fixed the FWTS failure below. Thanks, Sami.
- dbg2: DBG2 Device 'COM0' not found in ACPI object name space.
Tested-by: Sunny Wang
I tested this patch as well and confirmed this patch fixed the FWTS failure below. Thanks, Sami.
- dbg2: DBG2 Device 'COM0' not found in ACPI object name space.
Tested-by: Sunny Wang
|
By
Sunny Wang
·
#87536
·
|
|
Re: [PATCH EDK2 v1 1/1] ArmPlatformPkg: Fix ECC issues
Hi Wenyi,
Thank you for this patch. These changes look good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
On 14/03/2022, 09:26, "devel@edk2.groups.io on behalf
Hi Wenyi,
Thank you for this patch. These changes look good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
On 14/03/2022, 09:26, "devel@edk2.groups.io on behalf
|
By
Sami Mujawar
·
#87535
·
|
|
[PATCH EDK2 v1 1/1] ArmPlatformPkg: Fix ECC issues
Fix header files on #ifdef.
Cc: Leif Lindholm <quic_llindhol@...>
Cc: Ard Biesheuvel <ardb+tianocore@...>
Signed-off-by: Wenyi Xie <xiewenyi2@...>
---
Fix header files on #ifdef.
Cc: Leif Lindholm <quic_llindhol@...>
Cc: Ard Biesheuvel <ardb+tianocore@...>
Signed-off-by: Wenyi Xie <xiewenyi2@...>
---
|
By
wenyi,xie
·
#87534
·
|
|
[PATCH EDK2 v1 0/1] ArmPlatformPkg: Fix ECC issues
Main Changes :
1.fix the ifdef variable.
Wenyi Xie (1):
ArmPlatformPkg: Fix ECC issues
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlash.h | 6 +++---
Main Changes :
1.fix the ifdef variable.
Wenyi Xie (1):
ArmPlatformPkg: Fix ECC issues
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlash.h | 6 +++---
|
By
wenyi,xie
·
#87533
·
|
|
Re: [PATCH v2] BaseTools/GenFw: Enhance GenFw to support PRM GCC build
This patch looks good to me.
Reviewed-by: Bob Feng <bob.c.feng@...>
This patch looks good to me.
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#87532
·
|
|
Re: [PATCH v5 1/1] CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.
Thanks. It is close to final version, but there are some compatibility issue need to be address.
1) Whenever you add a new field in the data structure, please add it at the end. Don't add them in the
Thanks. It is close to final version, but there are some compatibility issue need to be address.
1) Whenever you add a new field in the data structure, please add it at the end. Don't add them in the
|
By
Yao, Jiewen
·
#87531
·
|
|
[PATCH v2] BaseTools/GenFw: Enhance GenFw to support PRM GCC build
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3802
Since PRM module needs to support export table in PE-COFF, we'll
enhance GenFw tool to support this.
Add one export flag in GenFw tool. If
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3802
Since PRM module needs to support export table in PE-COFF, we'll
enhance GenFw tool to support this.
Add one export flag in GenFw tool. If
|
By
Huang, Li-Xia
·
#87530
·
|
|
Re: [PATCH v1 1/1] DynamicTablesPkg: Fix serial port namespace path in DBG2
Hi Sami,
The patch is tested and looks good to me:
Tested-by: Jagadeesh Ujja <Jagadeesh.Ujja@...>
Hi Sami,
The patch is tested and looks good to me:
Tested-by: Jagadeesh Ujja <Jagadeesh.Ujja@...>
|
By
Jagadeesh Ujja
·
#87529
·
|
|
[PATCH] IntelFsp2Pkg: BaseFspCommonLib Support for X64
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3867
Add BaseFspCommonLib Support for X64.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Star Zeng <star.zeng@...>
Cc: Ashraf Ali S
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3867
Add BaseFspCommonLib Support for X64.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Star Zeng <star.zeng@...>
Cc: Ashraf Ali S
|
By
Kuo, Ted
·
#87528
·
|
|
Re: [PATCH EDK2 v1 1/1] UefiCpuPkg/MpInitLib:remove optional in declaration
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#87527
·
|
|
Re: [PATCH] UefiPayloadPkg: Fix build error
I don't understand the need of "+ DEFINE PLATFORMX64_ENABLE = TRUE".
I don't understand the need of "+ DEFINE PLATFORMX64_ENABLE = TRUE".
|
By
Ni, Ray
·
#87526
·
|
|
Re: [PATCH v2] BaseTools/GenFw: Enhance GenFw to support PRM GCC build
Hi Liming,
BZ link is added.
PRM option currently only supports DXE RUNTIME driver and X64 arch, GenFw will report error message if PRM option is specified for other arch or other module
Hi Liming,
BZ link is added.
PRM option currently only supports DXE RUNTIME driver and X64 arch, GenFw will report error message if PRM option is specified for other arch or other module
|
By
Huang, Li-Xia
·
#87525
·
|
|
[PATCH v2] IntelFsp2Pkg: BaseFspSwitchStackLib Support for X64
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3832
Add BaseFspSwitchStackLib Support for X64.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Star Zeng <star.zeng@...>
Cc: Ashraf
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3832
Add BaseFspSwitchStackLib Support for X64.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Star Zeng <star.zeng@...>
Cc: Ashraf
|
By
Kuo, Ted
·
#87524
·
|
|
Re: [PATCH] Maintainers: Update Maintainers.txt for edk2 Redfish modules
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#87523
·
|
|
[PATCH v2] IntelFsp2Pkg: BaseFspDebugLibSerialPort Support for X64
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3833
Add BaseFspDebugLibSerialPort Support for X64.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Star Zeng <star.zeng@...>
Cc:
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3833
Add BaseFspDebugLibSerialPort Support for X64.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Star Zeng <star.zeng@...>
Cc:
|
By
Kuo, Ted
·
#87522
·
|
|
[PATCH] Maintainers: Update Maintainers.txt for edk2 Redfish modules
Add maintainer and reviewer for the edk2 Redfish-related modules
under EmulatorPkg.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Andrew Fish <afish@...>
Cc: Ray Ni
Add maintainer and reviewer for the edk2 Redfish-related modules
under EmulatorPkg.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Andrew Fish <afish@...>
Cc: Ray Ni
|
By
Abner Chang
·
#87521
·
|