|
[edk2][PATCH V3] MdePkg : Add IPMI Macro and Structure Defintions to resolve build errors
Build error reported for missing structures IPMI_SET_BOOT_OPTIONS_RESPONSE, EFI_IPMI_MSG_GET_BMC_EXEC_RSP and
macros EFI_FIRMWARE_GET_BMC_EXECUTION_CONTEXT
Build error reported for missing structures IPMI_SET_BOOT_OPTIONS_RESPONSE, EFI_IPMI_MSG_GET_BMC_EXEC_RSP and
macros EFI_FIRMWARE_GET_BMC_EXECUTION_CONTEXT
|
By
manickavasakam karpagavinayagam
·
#76767
·
|
|
[PATCH V2 4/4] Platform/NXP/LS1046aFrwyPkg: Add OEM specific DSDT generator
This patch adds platform specific DSDT generator
and Clk dsdt properties for LS1046AFRWY platform.
Reviewed-by: Leif Lindholm <leif@...>
Signed-off-by: Vikas Singh
This patch adds platform specific DSDT generator
and Clk dsdt properties for LS1046AFRWY platform.
Reviewed-by: Leif Lindholm <leif@...>
Signed-off-by: Vikas Singh
|
By
Vikas Singh
·
#76766
·
|
|
[PATCH V2 3/4] NXP/LS1046aFrwyPkg: Enable ConfigurationManager on LS1046AFRWY
This patch enables the use of ConfigurationManager (CM) and
its services to leverage the Dynamic ACPI support for NXP's
LS1046aFrwy platform.
Signed-off-by: Vikas Singh
This patch enables the use of ConfigurationManager (CM) and
its services to leverage the Dynamic ACPI support for NXP's
LS1046aFrwy platform.
Signed-off-by: Vikas Singh
|
By
Vikas Singh
·
#76765
·
|
|
[PATCH V2 2/4] Silicon/NXP: Add support of SVR handling for LS1046A SoC
This patch adds a generic method to get Silicon Version Register (SVR)
on LS1046A SoC. This method will be generic for all platfroms based
on LS1046A SoC, like - LS1046AFRWY,
This patch adds a generic method to get Silicon Version Register (SVR)
on LS1046A SoC. This method will be generic for all platfroms based
on LS1046A SoC, like - LS1046AFRWY,
|
By
Vikas Singh
·
#76764
·
|
|
[PATCH V2 1/4] Platform/NXP: Make SoC version log in ConfigurationManager generic
This patch replaces the logic in ConfigurationManager to print platform
name based on platform ID with a simple #define PLAT_SOC_NAME defined in
platform headers.
This also removes duplication of the
This patch replaces the logic in ConfigurationManager to print platform
name based on platform ID with a simple #define PLAT_SOC_NAME defined in
platform headers.
This also removes duplication of the
|
By
Vikas Singh
·
#76763
·
|
|
[PATCH V2 0/4] Enable Dynamic ACPI for LS1046AFRWY
This patch series basically aims to extend the Dynamic ACPI
framework towards NXP's LS1046AFRWY platform.
In continuation to https://edk2.groups.io/g/devel/message/71709
The change set in the series
This patch series basically aims to extend the Dynamic ACPI
framework towards NXP's LS1046AFRWY platform.
In continuation to https://edk2.groups.io/g/devel/message/71709
The change set in the series
|
By
Vikas Singh
·
#76762
·
|
|
[edk2-platforms][PATCH v3 41/41] TigerlakeSiliconPkg/BasePchSpiCommonLib: Identify flash regions by GUID
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3307
Updates the library to identify flash regions by GUID and internally
map the GUID
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3307
Updates the library to identify flash regions by GUID and internally
map the GUID
|
By
Michael Kubacki
·
#76761
·
|
|
[edk2-platforms][PATCH v3 40/41] SimicsIch10Pkg/BasePchSpiCommonLib: Identify flash regions by GUID
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3307
Updates the library to identify flash regions by GUID and internally
map the GUID
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3307
Updates the library to identify flash regions by GUID and internally
map the GUID
|
By
Michael Kubacki
·
#76760
·
|
|
Re: [PATCH V1 4/4] Platform/NXP/LS1046aFrwyPkg: Add OEM specific DSDT generator
Ok, I will add "Reviewed-by: Leif Lindholm <leif@...>" as
part of the commit body.
Ok, I will add "Reviewed-by: Leif Lindholm <leif@...>" as
part of the commit body.
|
By
Vikas Singh
·
#76759
·
|
|
Re: [PATCH V1 3/4] Platform/NXP/LS1046aFrwyPkg: Extend Dynamic ACPI support
Leif,
Yes this patch will enable the usage of ConfigurationManager(CM) for LS1046aFrwy
so that Dynamic ACPI table framework can be reused to generate the
tables on this platform as well.
And
Leif,
Yes this patch will enable the usage of ConfigurationManager(CM) for LS1046aFrwy
so that Dynamic ACPI table framework can be reused to generate the
tables on this platform as well.
And
|
By
Vikas Singh
·
#76758
·
|
|
Re: [PATCH V1 2/4] Silicon/NXP: Add support of SVR handling for LS1046FRWY
Leif, this patch adds a generic method to get the SVR details for LS1046A SoC.
I will do the suggested changes in subject and body of the commit.
I will share the updated V2 series shortly.
Leif, this patch adds a generic method to get the SVR details for LS1046A SoC.
I will do the suggested changes in subject and body of the commit.
I will share the updated V2 series shortly.
|
By
Vikas Singh
·
#76757
·
|
|
Re: [PATCH V1 1/4] Platform/NXP: Add generic log in CM to print SoC version
Leif, I will do the suggested changes in subject and body of the commit.
Additionally, I will remove all the SVR_* duplicates from the platform headers.
Will try to reuse the SVR_* definitions from
Leif, I will do the suggested changes in subject and body of the commit.
Additionally, I will remove all the SVR_* duplicates from the platform headers.
Will try to reuse the SVR_* definitions from
|
By
Vikas Singh
·
#76756
·
|
|
Re: [edk2-platforms][PATCH v3 39/41] KabylakeSiliconPkg: Identify flash regions by GUID
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#76755
·
|
|
Re: [edk2-platforms][PATCH v3 38/41] CoffeelakeSiliconPkg/BasePchSpiCommonLib: Identify flash regions by GUID
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#76754
·
|
|
Re: [edk2-platforms][PATCH v3 33/41] KabylakeSiliconPkg: Remove PCH SPI PPI and Protocol from package
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#76753
·
|
|
Re: [edk2-platforms][PATCH v3 32/41] CoffeelakeSiliconPkg: Remove PCH SPI PPI and Protocol from package
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#76752
·
|
|
Re: [edk2-platforms][PATCH v3 27/41] KabylakeSiliconPkg: Remove SmmSpiFlashCommonLib
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#76751
·
|
|
[PATCH v1 2/2] MdePkg: MmConfiguration: Added definition of MM Configuration PPI
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3440
MM Configuration PPI was defined in PI Specification since v1.5. This
change added definition of such PPI and related GUIDs into MdePkg.
Cc:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3440
MM Configuration PPI was defined in PI Specification since v1.5. This
change added definition of such PPI and related GUIDs into MdePkg.
Cc:
|
By
Kun Qin
·
#76750
·
|
|
[PATCH v1 1/2] MdePkg: MmConfiguration: Moved EFI_MM_RESERVED_MMRAM_REGION to PiMmCis.h
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3440
The definition of EFI_MM_RESERVED_MMRAM_REGION, according to PI Spec 1.5
is also referenced in EFI_PEI_MM_CONFIGURATION_PPI. Defining
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3440
The definition of EFI_MM_RESERVED_MMRAM_REGION, according to PI Spec 1.5
is also referenced in EFI_PEI_MM_CONFIGURATION_PPI. Defining
|
By
Kun Qin
·
#76749
·
|
|
[PATCH v1 0/2] Add MM Configuration PPI definition to MdePkg
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3440
EFI_PEI_MM_CONFIGURATION_PPI is defined since PI spec v1.5. This patch
series added the interface definition and related GUIDs into MdePkg.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3440
EFI_PEI_MM_CONFIGURATION_PPI is defined since PI spec v1.5. This patch
series added the interface definition and related GUIDs into MdePkg.
|
By
Kun Qin
·
#76748
·
|