Re: [edk2-devel] [PATCH edk2-platforms v1 1/3] Platform/ARM: Juno: Generate ASL description of CPU topology

2022-07-18 Thread Sami Mujawar
Hi Pierre, Thank you for this patch. Please find my response inline marked [SAMI]. Other than the comment below, these changes looks good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 27/04/2022 03:59 pm, pierre.gond...@arm.com wrote: From: Pierre Gondois The Dynamic Tables

Re: [edk2-devel] [PATCH v1 1/1] DynamicTables: Fix DT PCI interrupt flags parsing

2022-07-18 Thread Sami Mujawar
Hi Pierre, I will make that change locally before pushing. Otherwise this patch looks good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91447): https://edk2.groups.io/g/devel

Re: [edk2-devel] [PATCH v1 1/1] DynamicTables: Fix DT PCI interrupt flags parsing

2022-07-18 Thread Sami Mujawar
Hi Pierre, Please find my response inline marked [SAMI] Regards, Sami Mujawar On Wed, Apr 27, 2022 at 07:49 AM, PierreGondois wrote: > > diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtPcieLibArm/SsdtPci= > > eGenerator.c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtPcie

Re: [edk2-devel] [PATCH v6 6/8] ShellPkg: Acpiview: IORT parser update for IORT Rev E.d spec

2022-07-18 Thread Sami Mujawar
Hi Zhichao, Is it possible to provide your feedback for this patch, please? Regards, Sami Mujawar On 14/07/2022 05:50 pm, Sami Mujawar wrote: Bugzilla: 3458 - Add support IORT Rev E.d specification updates (https://bugzilla.tianocore.org/show_bug.cgi?id=3458) The IO Remapping

Re: [edk2-devel] [Patch v2 03/11] ArmPkg: Remove All UGA Support

2022-07-15 Thread Sami Mujawar
Hi Guomin, Thank you for this patch. This change looks good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 15/07/2022 02:50 am, Guomin Jiang wrote: From: GuoMinJ REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2368 Remove All UGA Support in ArmPkg. Signed-off-by: Guomin

Re: [edk2-devel] [Patch v2 02/11] ArmVirtPkg: Remove All UGA Support

2022-07-15 Thread Sami Mujawar
Hi Guomin, Thank you for this patch. Please find my response inline marked [SAMI]. Regards, Sami Mujawar On 15/07/2022 02:50 am, Guomin Jiang wrote: From: GuoMinJ REF: https//bugzilla.tianocore.org/show_bug.cgi?id=2368 Remove PcdConOutGopSupport, it is unnecessary any more. Remove All

[edk2-devel] [PATCH edk2-platforms v4 13/17] Platform/Socionext: Fix missing dependency on VariableFlashInfoLib

2022-07-14 Thread Sami Mujawar
The DeveloperBox platform firmware build breaks due to the missing dependency on VariableFlashInfoLib. Therefore, to satisfy the dependency include VariableFlashInfoLib in the LibraryClasses section. Signed-off-by: Sami Mujawar --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 1 + 1

[edk2-devel] [PATCH edk2-platforms v4 06/17] Platform/RaspberryPi: Update for IORT revision macro renaming

2022-07-14 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for RaspberryPi platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Jeremy Linton Reviewed-by: Pierre Gondois --- Platform/RaspberryPi/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[edk2-devel] [PATCH edk2-platforms v4 04/17] Silicon/AMD/Styx: Update for IORT revision macro renaming

2022-07-14 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for Styx platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/AMD

[edk2-devel] [PATCH edk2-platforms v4 10/17] Silicon/Phytium: Add VariableFlashInfoLib

2022-07-14 Thread Sami Mujawar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 Add an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This allows the variable driver to build successfully as it has a dependency on this library class. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH edk2-platforms v4 01/17] Platform/ARM: FVP: Update for IORT revision macro renaming

2022-07-14 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the Configuration Manager for FVP platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 2 +- 1 file changed, 1

[edk2-devel] [PATCH edk2-platforms v4 16/17] Platform/NXP/LS1046aFrwyPkg: Fix build break due to change in ARM_CORE_INFO

2022-07-14 Thread Sami Mujawar
. Signed-off-by: Sami Mujawar --- Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib/ArmPlatformLib.c b/Platform/NXP/LS1046aFrwyPkg/Library/ArmPlatformLib

[edk2-devel] [PATCH edk2-platforms v4 02/17] Platform/ARM: Morello: Update for IORT revision macro renaming

2022-07-14 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the Configuration Manager for Morello FVP to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Platform/ARM/Morello/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerFvp.c | 2 +- 1 file changed, 1

[edk2-devel] [PATCH edk2-platforms v4 08/17] Silicon/Ampere: Add VariableFlashInfoLib

2022-07-14 Thread Sami Mujawar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 Add an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This allows the variable driver to build successfully as it has a dependency on this library class. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH edk2-platforms v4 12/17] Platform/LeMaker: Fix missing dependency on VariablePolicyHelperLib

2022-07-14 Thread Sami Mujawar
The CelloBoard platform firmware build breaks due to the missing dependency on VariablePolicyHelperLib. Therefore, to satisfy the dependency include VariablePolicyHelperLib in the LibraryClasses.common section. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Platform/LeMaker

[edk2-devel] [PATCH edk2-platforms v4 17/17] Platform/NXP/LX2160aRdbPkg: Fix build break due to change in ARM_CORE_INFO

2022-07-14 Thread Sami Mujawar
-off-by: Sami Mujawar --- Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c b/Platform/NXP/LX2160aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c

[edk2-devel] [PATCH edk2-platforms v4 15/17] Platform/NXP/LS1043aRdbPk: Fix build break due to change in ARM_CORE_INFO

2022-07-14 Thread Sami Mujawar
-off-by: Sami Mujawar --- Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c b/Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.c

[edk2-devel] [PATCH edk2-platforms v4 09/17] Platform/Ampere: JadePkg: Update for IORT revision macro renaming

2022-07-14 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SynQuacer platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois Reviewed-by: Nhi Pham --- Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiIort.c | 2 +- 1 file changed, 1 insertion(+), 1

[edk2-devel] [PATCH edk2-platforms v4 11/17] Silicon/Phytium: FT2000-4Pkg: Update for IORT revision macro renaming

2022-07-14 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SynQuacer platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[edk2-devel] [PATCH edk2-platforms v4 14/17] Silicon/NXP: Fix missing dependency on VariableFlashInfoLib

2022-07-14 Thread Sami Mujawar
The NXP platform firmware build breaks due to the missing dependency on VariableFlashInfoLib. Therefore, to satisfy the dependency include VariableFlashInfoLib in the LibraryClasses.common section. Signed-off-by: Sami Mujawar --- Silicon/NXP/NxpQoriqLs.dsc.inc | 1 + 1 file changed, 1

[edk2-devel] [PATCH edk2-platforms v4 05/17] Silicon/Socionext/SynQuacer: Update for IORT revision macro renaming

2022-07-14 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SynQuacer platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Silicon/Socionext/SynQuacer/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon

[edk2-devel] [PATCH edk2-platforms v4 07/17] Platform/ARM: N1SDP: Update for IORT revision macro renaming

2022-07-14 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for N1SDP platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Platform/ARM/N1Sdp/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 2 +- 1 file changed, 1 insertion(+), 1

[edk2-devel] [PATCH edk2-platforms v4 00/17] Fix build breaks and update IORT revision macro

2022-07-14 Thread Sami Mujawar
dates" (https://edk2.groups.io/g/devel/message/91361), which must be merged in edk2 before this patch series can be integrated. The changes can be seen at: https://github.com/samimujawar/edk2-platforms/tree/1527_iort_rev_ed_platforms_v4 Sami Mujawar (17): Platform/ARM: FVP: Update for IOR

[edk2-devel] [PATCH edk2-platforms v4 03/17] Platform/ARM: SGI: Update for IORT revision macro renaming

2022-07-14 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SGI platforms to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois Reviewed-by: Thomas Abraham --- Platform/ARM/SgiPkg/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[edk2-devel] [PATCH v6 7/8] DynamicTablesPkg: Update ArmNameSpaceObjects for IORT Rev E.d

2022-07-14 Thread Sami Mujawar
mory Range node. - add definition for Memory Range Descriptors. - add PASID capabilities and flags field to Root Complex node. Signed-off-by: Sami Mujawar --- Notes: v6: - No code change since v4. Re-sending with v6 series.[SAMI] v5: - No code change si

[edk2-devel] [PATCH v6 8/8] DynamicTablesPkg: IORT generator updates for Rev E.d spec

2022-07-14 Thread Sami Mujawar
check that the Identifier field is unique. - Populate the PASID capabilities and Flags field of the Root complex node. - Added checks to not generate IORT Rev E, Rev E.. Signed-off-by: Sami Mujawar --- Notes: v6: - Add check to not generate IORT Rev E, E..

[edk2-devel] [PATCH v6 0/8] IORT Rev E.d specification updates

2022-07-14 Thread Sami Mujawar
com/samimujawar/edk2/tree/1527_iort_rev_ed_v6 Sami Mujawar (8): ShellPkg: Acpiview: Abbreviate field names to preserve alignment DynamicTablesPkg: Handle error when IdMappingToken is NULL DynamicTablesPkg: IORT set reference to Id array only if present DynamicTablesPkg: IORT set reference t

[edk2-devel] [PATCH v6 6/8] ShellPkg: Acpiview: IORT parser update for IORT Rev E.d spec

2022-07-14 Thread Sami Mujawar
v E.b, Rev E.c as some fields were deprecated in these revisions. Signed-off-by: Sami Mujawar --- Notes: v6: - Make output format for Flags filed consistent. [PIERRE] - Define macro for IORT Rev E.c and RMR Node revision 2[PIERRE] and use these to check for

[edk2-devel] [PATCH v6 3/8] DynamicTablesPkg: IORT set reference to Id array only if present

2022-07-14 Thread Sami Mujawar
Mapping count is zero rather than populating it with an incorrect value. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Notes: v6: - No code change since v1. Re-sending with v6 series.[SAMI] v5: - No code change since v1. Re-sending with v5 series.[SAMI

[edk2-devel] [PATCH v6 4/8] DynamicTablesPkg: IORT set reference to interrupt array if present

2022-07-14 Thread Sami Mujawar
The IORT generator is populating the reference field for Context and PMU interrupts even if their count is zero. Update the IORT generator to set the references only if the interrupt count is not 0. Also add checks to ensure a valid reference token has been provided. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH v6 2/8] DynamicTablesPkg: Handle error when IdMappingToken is NULL

2022-07-14 Thread Sami Mujawar
Add error handling when the IdMappingCount is not zero and the IdMappingToken is NULL. Signed-off-by: Sami Mujawar --- Notes: v6: - No changes since v3. Resending with v6 series. [SAMI] v5: - No changes since v3. Resending with v5 series. [SAMI

[edk2-devel] [PATCH v6 5/8] MdePkg: IORT header update for IORT Rev E.d spec

2022-07-14 Thread Sami Mujawar
rs so that Git Bisect can work. Signed-off-by: Sami Mujawar Reviewed-by: Liming Gao --- Notes: v6: - Add definition for IORT Rev 4 and RMR Node Rev 2. [PIERRE] - Added definition for IORT Rev 4 and RMR Node 2 so that[SAMI] appropriate checks can be per

[edk2-devel] [PATCH v6 1/8] ShellPkg: Acpiview: Abbreviate field names to preserve alignment

2022-07-14 Thread Sami Mujawar
Some field names in the IORT table parser were longer than the OUTPUT_FIELD_COLUMN_WIDTH plus indentation, resulting in loss of the output print alignment. Therefore, abbreviate the field names. Signed-off-by: Sami Mujawar Reviewed-by: Zhichao Gao Reviewed-by: Pierre Gondois --- Notes: v6

Re: [edk2-devel] [edk2-platforms][PATCH v1 3/7] VExpressPkg: Pipeline: Resolving newly introduced dependency

2022-07-14 Thread Sami Mujawar
Hi Kun, Thank you for this patch. These changes look good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91354): https://edk2.groups.io/g/devel/message/91354 Mute This Topic

Re: [edk2-devel] [PATCH edk2-platforms v3 08/12] Silicon/Ampere: Add VariableFlashInfoLib

2022-07-14 Thread Sami Mujawar
Hi Nhi, Looks like the file Silicon/Ampere/AmpereAltraPkg/AmpereAltraLinuxBootPkg.dsc.inc is not in upstream edk2-platforms. See https://github.com/tianocore/edk2-platforms/tree/master/Silicon/Ampere/AmpereAltraPkg Regards, Sami Mujawar On 14/07/2022 08:40 am, Sami Mujawar via groups.io

Re: [edk2-devel] [PATCH edk2-platforms v3 00/12] Fix build breaks and update IORT revision macro

2022-07-14 Thread Sami Mujawar
Hi Pierre, Thank you for the review. I have some comments marked inline as [SAMI]. Regards, Sami Mujawar On 14/07/2022 09:01 am, Sami Mujawar wrote: Hi Masahisa, Please find my response inline marked [SAMI]. Regards, Sami Mujawar On 14/07/2022 07:38 am, Masahisa Kojima wrote: Hi Sami

Re: [edk2-devel] [PATCH edk2-platforms v3 00/12] Fix build breaks and update IORT revision macro

2022-07-14 Thread Sami Mujawar
Hi Masahisa, Please find my response inline marked [SAMI]. Regards, Sami Mujawar On 14/07/2022 07:38 am, Masahisa Kojima wrote: Hi Sami, Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc also requires the VariableFlashInfoLib library. I have checked that the build error is fixed with the

Re: [edk2-devel] [PATCH edk2-platforms v3 08/12] Silicon/Ampere: Add VariableFlashInfoLib

2022-07-14 Thread Sami Mujawar
Hi Nhi, I will do that no problem. However, we really need an edk2-platforms CI to catch such issues. Regards, Sami Mujawar On 14/07/2022 04:34 am, Nhi Pham wrote: Hi Sami, Could you help update for Silicon/Ampere/AmpereAltraPkg/AmpereAltraLinuxBootPkg.dsc.inc as well? Thanks, Nhi On

Re: [edk2-devel] [PATCH v5 8/8] DynamicTablesPkg: IORT generator updates for Rev E.d spec

2022-07-13 Thread Sami Mujawar
Hi Pierre, Thank you for the feedback. Please find my response inline marked [SAMI]. Regards, Sami Mujawar On 13/07/2022 01:18 pm, Pierre Gondois wrote: Hi Sami,   @@ -37,9 +37,11 @@ Requirements:     - EArmObjSmmuV1SmmuV2     - EArmObjSmmuV3     - EArmObjPmcg +  - EArmObjRmr

Re: [edk2-devel] [PATCH v5 6/8] ShellPkg: Acpiview: IORT parser update for IORT Rev E.d spec

2022-07-13 Thread Sami Mujawar
Hi Pierre, Thank you for the feedback. Please find my response inline marked [SAMI]. Regards, Sami Mujawar On 13/07/2022 01:10 pm, Pierre Gondois wrote: Hi Sami, +   /**     Helper Macro for populating the IORT Node header in the ACPI_PARSER array.   @@ -108,15 +160,15

Re: [edk2-devel] [PATCH v5 6/8] ShellPkg: Acpiview: IORT parser update for IORT Rev E.d spec

2022-07-13 Thread Sami Mujawar
Hi Pierre, Thank you for the feedback. Please find my response inline marked [SAMI] On 13/07/2022 01:10 pm, Pierre Gondois wrote: Hi Sami, +   /**     Helper Macro for populating the IORT Node header in the ACPI_PARSER array.   @@ -108,15 +160,15 @@ ValidateItsIdArrayReference (     @param

[edk2-devel] [PATCH edk2-platforms v3 12/12] Platform/LeMaker: Fix missing dependency on VariablePolicyHelperLib

2022-07-12 Thread Sami Mujawar
The CelloBoard platform firmware build breaks due to the missing dependency on VariablePolicyHelperLib. Therefore, to satisfy the dependency include VariablePolicyHelperLib in the LibraryClasses.common section. Signed-off-by: Sami Mujawar --- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 1 + 1

[edk2-devel] [PATCH edk2-platforms v3 11/12] Silicon/Phytium: FT2000-4Pkg: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SynQuacer platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar --- Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Phytium/FT2000-4Pkg

[edk2-devel] [PATCH edk2-platforms v3 08/12] Silicon/Ampere: Add VariableFlashInfoLib

2022-07-12 Thread Sami Mujawar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 Add an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This allows the variable driver to build successfully as it has a dependency on this library class. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH edk2-platforms v3 10/12] Silicon/Phytium: Add VariableFlashInfoLib

2022-07-12 Thread Sami Mujawar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 Add an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This allows the variable driver to build successfully as it has a dependency on this library class. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH edk2-platforms v3 09/12] Platform/Ampere: JadePkg: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SynQuacer platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar --- Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiIort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Ampere/JadePkg

[edk2-devel] [PATCH edk2-platforms v3 07/12] Platform/ARM: N1SDP: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for N1SDP platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar --- Platform/ARM/N1Sdp/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[edk2-devel] [PATCH edk2-platforms v3 04/12] Silicon/AMD/Styx: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for Styx platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar --- Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/AMD/Styx/Drivers/AcpiPlatformDxe

[edk2-devel] [PATCH edk2-platforms v3 05/12] Silicon/Socionext/SynQuacer: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SynQuacer platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar --- Silicon/Socionext/SynQuacer/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Socionext/SynQuacer/AcpiTables

[edk2-devel] [PATCH edk2-platforms v3 00/12] Fix build breaks and update IORT revision macro

2022-07-12 Thread Sami Mujawar
forms/tree/1527_iort_rev_ed_platforms_v3 Sami Mujawar (12): Platform/ARM: FVP: Update for IORT revision macro renaming Platform/ARM: Morello: Update for IORT revision macro renaming Platform/ARM: SGI: Update for IORT revision macro renaming Silicon/AMD/Styx: Update for IORT revision macr

[edk2-devel] [PATCH edk2-platforms v3 03/12] Platform/ARM: SGI: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SGI platforms to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar --- Platform/ARM/SgiPkg/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/SgiPkg/AcpiTables/Iort.aslc b/Platform

[edk2-devel] [PATCH edk2-platforms v3 06/12] Platform/RaspberryPi: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for RaspberryPi platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar Reviewed-by: Jeremy Linton --- Platform/RaspberryPi/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform

[edk2-devel] [PATCH edk2-platforms v3 01/12] Platform/ARM: FVP: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the Configuration Manager for FVP platform to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar --- Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[edk2-devel] [PATCH edk2-platforms v3 02/12] Platform/ARM: Morello: Update for IORT revision macro renaming

2022-07-12 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the Configuration Manager for Morello FVP to EFI_ACPI_IO_REMAPPING_TABLE_REVISION_00. Signed-off-by: Sami Mujawar --- Platform/ARM/Morello/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerFvp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[edk2-devel] [PATCH v5 7/8] DynamicTablesPkg: Update ArmNameSpaceObjects for IORT Rev E.d

2022-07-12 Thread Sami Mujawar
mory Range node. - add definition for Memory Range Descriptors. - add PASID capabilities and flags field to Root Complex node. Signed-off-by: Sami Mujawar --- Notes: v5: - No code change since v4. Re-sending with v5 series.[SAMI] v4: - Update ArmNameSpace

[edk2-devel] [PATCH v5 8/8] DynamicTablesPkg: IORT generator updates for Rev E.d spec

2022-07-12 Thread Sami Mujawar
check that the Identifier field is unique. - Populate the PASID capabilities and Flags field of the Root complex node. Signed-off-by: Sami Mujawar --- Notes: v5: - Change IORT revision macro name to make it similar to [THOMAS] macro names for other A

[edk2-devel] [PATCH v5 5/8] MdePkg: IORT header update for IORT Rev E.d spec

2022-07-12 Thread Sami Mujawar
rs so that Git Bisect can work. Signed-off-by: Sami Mujawar --- Notes: v5: - Change IORT revision macro name to make it similar to [THOMAS] macro names for other ACPI tables. - Updated IORT revision macros from

[edk2-devel] [PATCH v5 0/8] IORT Rev E.d specification updates

2022-07-12 Thread Sami Mujawar
an be seen at: https://github.com/samimujawar/edk2/tree/1527_iort_rev_ed_v5 Sami Mujawar (8): ShellPkg: Acpiview: Abbreviate field names to preserve alignment DynamicTablesPkg: Handle error when IdMappingToken is NULL DynamicTablesPkg: IORT set reference to Id array only if present DynamicTablesPkg

[edk2-devel] [PATCH v5 6/8] ShellPkg: Acpiview: IORT parser update for IORT Rev E.d spec

2022-07-12 Thread Sami Mujawar
d. - add validation to check that the IORT Table Revision is not 4 as IORT Rev E.c is deprecated. - add validation to check that the IORT RMR node revision is not 2 as it breaks backward compatibility and was deprecated as part of IORT Rev E.c. Signed-off-by: Sami Mujawar --- Not

[edk2-devel] [PATCH v5 4/8] DynamicTablesPkg: IORT set reference to interrupt array if present

2022-07-12 Thread Sami Mujawar
The IORT generator is populating the reference field for Context and PMU interrupts even if their count is zero. Update the IORT generator to set the references only if the interrupt count is not 0. Also add checks to ensure a valid reference token has been provided. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH v5 3/8] DynamicTablesPkg: IORT set reference to Id array only if present

2022-07-12 Thread Sami Mujawar
Mapping count is zero rather than populating it with an incorrect value. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Notes: v5: - No code change since v1. Re-sending with v5 series.[SAMI] v4: - No code change since v1. Re-sending with v4 series.[SAMI

[edk2-devel] [PATCH v5 2/8] DynamicTablesPkg: Handle error when IdMappingToken is NULL

2022-07-12 Thread Sami Mujawar
Add error handling when the IdMappingCount is not zero and the IdMappingToken is NULL. Signed-off-by: Sami Mujawar --- Notes: v5: - No changes since v3. Resending with v5 series. [SAMI] v4: - No changes since v3. Resending with v4 series. [SAMI

[edk2-devel] [PATCH v5 1/8] ShellPkg: Acpiview: Abbreviate field names to preserve alignment

2022-07-12 Thread Sami Mujawar
Some field names in the IORT table parser were longer than the OUTPUT_FIELD_COLUMN_WIDTH plus indentation, resulting in loss of the output print alignment. Therefore, abbreviate the field names. Signed-off-by: Sami Mujawar Reviewed-by: Zhichao Gao Reviewed-by: Pierre Gondois --- Notes: v5

Re: [edk2-devel] [PATCH edk2 v3 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A

2022-07-07 Thread Sami Mujawar
Fixed issues reported by CI and merged as f193b945eac5..5496c763aadd Thanks, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#91139): https://edk2.groups.io/g/devel/message/91139 Mute This Topic: https://groups.io/mt

Re: [edk2-devel] [PATCH v4 1/8] MdePkg: IORT header update for IORT Rev E.d spec

2022-07-07 Thread Sami Mujawar
Hi Jon, Thank you for your feedback. Please see my response inline marked [SAMI]. Regards, Sami Mujawar On 07/07/2022 07:05 am, Jon Nettleton wrote: On Wed, Jul 6, 2022 at 11:57 AM Sami Mujawar wrote: Bugzilla: 3458 - Add support IORT Rev E.d specification updates (https

Re: 回复: [edk2-devel] [PATCH v4 1/8] MdePkg: IORT header update for IORT Rev E.d spec

2022-07-07 Thread Sami Mujawar
Hi Liming, Thank you for your feedback. Please find my response inline marked [SAMI]. Regards, Sami Mujawar On 07/07/2022 02:51 am, gaoliming wrote: Sami:  I suggest to keep EFI_ACPI_IO_REMAPPING_TABLE_REVISION. Its value can be EFI_ACPI_IO_REMAPPING_TABLE_REV5, because the structure has

Re: [edk2-devel] [PATCH v4 1/8] MdePkg: IORT header update for IORT Rev E.d spec

2022-07-06 Thread Sami Mujawar
On Wed, Jul 6, 2022 at 02:57 AM, Sami Mujawar wrote: > > -#define EFI_ACPI_IO_REMAPPING_TABLE_REVISION 0x0 > +#define EFI_ACPI_IO_REMAPPING_TABLE_REV0 0x0 > +#define EFI_ACPI_IO_REMAPPING_TABLE_REV5 0x5 Based on discussion at https://edk2.groups.io/g/devel/topic/patch_edk2_

Re: [edk2-devel] [PATCH v1 1/1] DynamicTablesPkg: Add support to specify FADT minor revision

2022-07-06 Thread Sami Mujawar
. If needed, I could submit a edk2-platforms patch as required. Regards, Sami Mujawar Reviewed-by: Regards, Pierre On 7/6/22 13:40, Sami Mujawar wrote: The CM_STD_OBJ_ACPI_TABLE_INFO.AcpiTableRevision can be used to specify the major revision number of the ACPI table that the generator must

Re: [edk2-devel] [PATCH edk2-platforms v2 03/11] Platform/ARM: SGI: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
Hi Thomas, Please find my response inline marked [SAMI]. Regards, Sami Mujawar On 06/07/2022 03:18 pm, Thomas Abraham wrote: On 06/07/2022 11:39, Sami Mujawar wrote: The IORT Specification E.d updates the IORT table revision to 5. To reflect this change the IORT header file has been

[edk2-devel] [PATCH v1 1/1] DynamicTablesPkg: Add support to specify FADT minor revision

2022-07-06 Thread Sami Mujawar
defaults to the latest supported minor revision. Since the CM_STD_OBJ_ACPI_TABLE_INFO.MinorRevision field is added to the end of the structure, it should not break existing platform code. Signed-off-by: Sami Mujawar --- The changes can be seen at: https://github.com/samimujawar/edk2/tree

[edk2-devel] [PATCH edk2-platforms v2 11/11] Silicon/Phytium: FT2000-4Pkg: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SynQuacer platform to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Phytium/FT2000-4Pkg/Drivers/AcpiTables

[edk2-devel] [PATCH edk2-platforms v2 10/11] Silicon/Phytium: Add VariableFlashInfoLib

2022-07-06 Thread Sami Mujawar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 Add an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This allows the variable driver to build successfully as it has a dependency on this library class. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH edk2-platforms v2 07/11] Platform/ARM: N1SDP: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for N1SDP platform to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Platform/ARM/N1Sdp/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM

[edk2-devel] [PATCH edk2-platforms v2 08/11] Silicon/Ampere: Add VariableFlashInfoLib

2022-07-06 Thread Sami Mujawar
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 Add an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This allows the variable driver to build successfully as it has a dependency on this library class. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH edk2-platforms v2 00/11] Fix build breaks and update IORT revision macro

2022-07-06 Thread Sami Mujawar
amimujawar/edk2-platforms/tree/1527_iort_rev_ed_platforms_v2 Sami Mujawar (11): Platform/ARM: FVP: Update for IORT revision macro renaming Platform/ARM: Morello: Update for IORT revision macro renaming Platform/ARM: SGI: Update for IORT revision macro renaming Silicon/AMD/Styx: Update for IOR

[edk2-devel] [PATCH edk2-platforms v2 09/11] Platform/Ampere: JadePkg: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SynQuacer platform to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiIort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Ampere/JadePkg/Drivers

[edk2-devel] [PATCH edk2-platforms v2 03/11] Platform/ARM: SGI: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SGI platforms to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Platform/ARM/SgiPkg/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/SgiPkg/AcpiTables/Iort.aslc b/Platform/ARM/SgiPkg

[edk2-devel] [PATCH edk2-platforms v2 04/11] Silicon/AMD/Styx: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for Styx platform to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/Iort.aslc b

[edk2-devel] [PATCH edk2-platforms v2 02/11] Platform/ARM: Morello: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the Configuration Manager for Morello FVP to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Platform/ARM/Morello/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerFvp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[edk2-devel] [PATCH edk2-platforms v2 01/11] Platform/ARM: FVP: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the Configuration Manager for FVP platform to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[edk2-devel] [PATCH edk2-platforms v2 06/11] Platform/RaspberryPi: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for RaspberryPi platform to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Platform/RaspberryPi/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/RaspberryPi/AcpiTables/Iort.aslc b/Platform

[edk2-devel] [PATCH edk2-platforms v2 05/11] Silicon/Socionext/SynQuacer: Update for IORT revision macro renaming

2022-07-06 Thread Sami Mujawar
EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro in the IORT table for SynQuacer platform to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Silicon/Socionext/SynQuacer/AcpiTables/Iort.aslc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Socionext/SynQuacer/AcpiTables/Iort.aslc b

[edk2-devel] [PATCH 8/8] DynamicTablesPkg: IORT generator updates for Rev E.d spec

2022-07-06 Thread Sami Mujawar
check that the Identifier field is unique. - Populate the PASID capabilities and Flags field of the Root complex node. Signed-off-by: Sami Mujawar --- Notes: v4: - Update IORT generator to support spec revision E.d[SAMI] - Populate the PASID capabilities and Flag

[edk2-devel] [PATCH v4 4/8] DynamicTablesPkg: Handle error when IdMappingToken is NULL

2022-07-06 Thread Sami Mujawar
Add error handling when the IdMappingCount is not zero and the IdMappingToken is NULL. Signed-off-by: Sami Mujawar --- Notes: v4: - No changes since v3. Resending with v4 series. [SAMI] v3: - New patch in this series. Moves error handling code for [SAMI

[edk2-devel] [PATCH v4 6/8] DynamicTablesPkg: IORT set reference to interrupt array if present

2022-07-06 Thread Sami Mujawar
The IORT generator is populating the reference field for Context and PMU interrupts even if their count is zero. Update the IORT generator to set the references only if the interrupt count is not 0. Also add checks to ensure a valid reference token has been provided. Signed-off-by: Sami Mujawar

[edk2-devel] [PATCH v4 5/8] DynamicTablesPkg: IORT set reference to Id array only if present

2022-07-06 Thread Sami Mujawar
Mapping count is zero rather than populating it with an incorrect value. Signed-off-by: Sami Mujawar Reviewed-by: Pierre Gondois --- Notes: v4: - No code change since v1. Re-sending with v4 series.[SAMI] v3: - No code change since v1. Re-sending with v3 series.[SAMI

[edk2-devel] [PATCH 3/8] ShellPkg: Acpiview: IORT parser update for IORT Rev E.d spec

2022-07-06 Thread Sami Mujawar
d. - add validation to check that the IORT Table Revision is not 4 as IORT Rev E.c is deprecated. - add validation to check that the IORT RMR node revision is not 2 as it breaks backward compatibility and was deprecated as part of IORT Rev E.c. Signed-off-by: Sami Mujawar --- Not

[edk2-devel] [PATCH v4 0/8] IORT Rev E.d specification updates

2022-07-06 Thread Sami Mujawar
hanges for the v4 series can be seen at: https://github.com/samimujawar/edk2/tree/1527_iort_rev_ed_v4 Sami Mujawar (8): MdePkg: IORT header update for IORT Rev E.d spec ShellPkg: Acpiview: Abbreviate field names to preserve alignment ShellPkg: Acpiview: IORT parser update for IORT Re

[edk2-devel] [PATCH v4 1/8] MdePkg: IORT header update for IORT Rev E.d spec

2022-07-06 Thread Sami Mujawar
vilege and attributes for the memory ranges. Therefore, update the IORT header file to reflect these changes, and also rename the EFI_ACPI_IO_REMAPPING_TABLE_REVISION macro to EFI_ACPI_IO_REMAPPING_TABLE_REV0. Signed-off-by: Sami Mujawar --- Notes: v4: - Updated patch seri

[edk2-devel] [PATCH v4 2/8] ShellPkg: Acpiview: Abbreviate field names to preserve alignment

2022-07-06 Thread Sami Mujawar
Some field names in the IORT table parser were longer than the OUTPUT_FIELD_COLUMN_WIDTH plus indentation, resulting in loss of the output print alignment. Therefore, abbreviate the field names. Signed-off-by: Sami Mujawar Reviewed-by: Zhichao Gao Reviewed-by: Pierre Gondois --- Notes: v4

[edk2-devel] [PATCH v4 7/8] DynamicTablesPkg: Update ArmNameSpaceObjects for IORT Rev E.d

2022-07-06 Thread Sami Mujawar
mory Range node. - add definition for Memory Range Descriptors. - add PASID capabilities and flags field to Root Complex node. Signed-off-by: Sami Mujawar --- Notes: v4: - Update ArmNameSpaceObjects to support IORT specification[SAMI] revision E.d. - Add PASID capabi

Re: [edk2-devel] [PATCH 2/2] DxeMain: Fix the bug that StackGuard is not enabled

2022-06-13 Thread Sami Mujawar
Hi Ray, Thank you for this patch. This change looks good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 13/06/2022 04:39 am, Ni, Ray via groups.io wrote: Commit e7abb94d1 removed InitializeCpuExceptionHandlersEx and updated DxeMain to call InitializeCpuExceptionHandlers for

Re: [edk2-devel] [PATCH 1/2] ArmPkg/ArmExceptionLib: Follow new CpuExceptionHandlerLib APIs

2022-06-13 Thread Sami Mujawar
Hi Ray, Thank you for this patch. I have one minor suggestion marked inline as [SAMI], otherwise this patch looks good to me. With that updated. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 13/06/2022 04:39 am, Ray Ni wrote: CpuExceptionHandlerLib has been refactored with

Re: [edk2-devel] [PATCH v1 3/8] DynamicTablesPkg: Fix new typos reported

2022-05-17 Thread Sami Mujawar
Hi Michael, Thank you for this patch. These changes look good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 17/05/2022, 17:01, "mikub...@linux.microsoft.com" wrote: From: Michael Kubacki The SpellCheck plugin began reporting new typos that were previously

Re: [edk2-devel] [PATCH v1 2/8] StandaloneMmPkg: Fix new typos reported

2022-05-17 Thread Sami Mujawar
Hi Michael, Thank you for fixing these issues. I have a minor suggestion marked inline as [SAMI]. Otherwise, this patch looks good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 17/05/2022, 17:01, "mikub...@linux.microsoft.com" wrote: From: Michael Kubacki

Re: [edk2-devel] [PATCH V4 7/9] MdePkg: Define CC Measure EventLog ACPI Table

2022-05-16 Thread Sami Mujawar
Hi Min, This patch looks good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89776): https://edk2.groups.io/g/devel/message/89776 Mute This Topic: https://groups.io/mt/91135116

Re: [edk2-devel] [PATCH V4 3/9] SecurityPkg: Add definition of EFI_CC_EVENT_HOB_GUID

2022-05-16 Thread Sami Mujawar
Hi Min, Thank you for this patch. Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89775): https://edk2.groups.io/g/devel/message/89775 Mute This Topic: https://groups.io/mt/91135111

Re: [edk2-devel] [PATCH v2 1/1] ArmPlatformPkg: Remove overly verbose DEBUG lines in LcdGraphicsBlt

2022-05-16 Thread Sami Mujawar
Hi Rebecca, Thank you for this patch. These changes look good to me. Reviewed-by: Sami Mujawar Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89774): https://edk2.groups.io/g/devel/message/89774 Mute This Topic

Re: [edk2-devel] [edk2-platforms][PATCH v2 11/11] VExpressPkg: Add VariableFlashInfoLib

2022-04-26 Thread Sami Mujawar
Hi Michael, Thank you for this patch. Reviewed-by: Sami Mujawar Regards, Sami Mujawar On 26/04/2022 03:18 am, mikub...@linux.microsoft.com wrote: From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 Adds an instance for the library class VariableFlashInfoLib

Re: [edk2-devel] [edk2-platforms][PATCH v1 00/10] Add variableFlashInfoLib

2022-04-25 Thread Sami Mujawar
Hi Michael, There are other platforms in edk2-platforms that would possibly require similar changes. e.g. Platform\ARM\VExpressPkg\ArmVExpress-FVP-AArch64.dsc, Platform\ARM\JunoPkg\ArmJuno.dsc, etc. Do you plan to submit patches to update these platforms as well? Regards, Sami Mujawar

<    3   4   5   6   7   8   9   10   11   12   >