|
[PATCH edk2 v1 3/3] StandaloneMmPkg: Fix check buffer address failed issue from TF-A
Hi Ming, Thanks for this patch. This patch helps to resolve Standalone MM issue while exercising RAS use case. Few comments mentioned inline. - Omkar Single space after "Status = " - Omkar Single spac
Hi Ming, Thanks for this patch. This patch helps to resolve Standalone MM issue while exercising RAS use case. Few comments mentioned inline. - Omkar Single space after "Status = " - Omkar Single spac
|
By
Omkar Anand Kulkarni
· #84524
·
|
|
[edk2-platforms][PATCH v3 0/5] Platform/Sgi: Add platform support for firmware first error handling
Gentle reminder, to review this patch series. - Omkar IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipien
Gentle reminder, to review this patch series. - Omkar IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipien
|
By
Omkar Anand Kulkarni
· #80238
·
|
|
[edk2-platforms][PATCH v3 0/5] Add support to generate HEST ACPI table
Gentle reminder, to review this patch series. - Omkar
Gentle reminder, to review this patch series. - Omkar
|
By
Omkar Anand Kulkarni
· #80237
·
|
|
[edk2-platforms][PATCH v3 5/5] Platform/Sgi: Add platform error handling driver
Enables firmware first error handling on the given platform. Installs and publishes the SDEI and HEST ACPI tables required for firmware first error handling. Signed-off-by: Omkar Anand Kulkarni <omkar
Enables firmware first error handling on the given platform. Installs and publishes the SDEI and HEST ACPI tables required for firmware first error handling. Signed-off-by: Omkar Anand Kulkarni <omkar
|
By
Omkar Anand Kulkarni
· #79754
·
|
|
[edk2-platforms][PATCH v3 4/5] Platform/Sgi: Define values for ACPI table header
For ACPI tables that are generated dynamically, define the ACPI table header values that have to be used to build the table header. Co-authored-by: Thomas Abraham <thomas.abraham@...> Signed-off-b
For ACPI tables that are generated dynamically, define the ACPI table header values that have to be used to build the table header. Co-authored-by: Thomas Abraham <thomas.abraham@...> Signed-off-b
|
By
Omkar Anand Kulkarni
· #79753
·
|
|
[edk2-platforms][PATCH v3 3/5] Platform/Sgi: define memory region for GHES error status block
Allow platforms to define the base address and size of the memory region that is reserved for MM drivers to populate the GHES generic error status block with information about the platform error. Co-a
Allow platforms to define the base address and size of the memory region that is reserved for MM drivers to populate the GHES generic error status block with information about the platform error. Co-a
|
By
Omkar Anand Kulkarni
· #79752
·
|
|
[edk2-platforms][PATCH v3 2/5] Platform/Sgi: dmc-620 firmware-first error handling
Enable the use of HEST table generation protocol, GHES error source descriptor protocol and DMC-620 MM driver on ARM Neoverse Reference Design platforms. This allows firmware-first error handling and
Enable the use of HEST table generation protocol, GHES error source descriptor protocol and DMC-620 MM driver on ARM Neoverse Reference Design platforms. This allows firmware-first error handling and
|
By
Omkar Anand Kulkarni
· #79751
·
|
|
[edk2-platforms][PATCH v3 1/5] Platform/ARM: Add DMC-620 ECC error handling driver
DMC-620 memory controller improves system reliability by generating interrupts on detecting ECC errors on the data. Add a initial DMC-620 MM driver that implements a MMI handler for handling single-bi
DMC-620 memory controller improves system reliability by generating interrupts on detecting ECC errors on the data. Add a initial DMC-620 MM driver that implements a MMI handler for handling single-bi
|
By
Omkar Anand Kulkarni
· #79750
·
|
|
[edk2-platforms][PATCH v3 0/5] Platform/Sgi: Add platform support for firmware first error handling
Changes since v2: - Rebased to the latest upstream code. This patch series introduces platform support for RAS using Firmware Firs= t error handling. Firmware first error handling on ARM Neoverse refe
Changes since v2: - Rebased to the latest upstream code. This patch series introduces platform support for RAS using Firmware Firs= t error handling. Firmware first error handling on ARM Neoverse refe
|
By
Omkar Anand Kulkarni
· #79749
·
|
|
[edk2-platforms][PATCH v3 0/5] Add support to generate HEST ACPI table
Hi All, Sorry for the [edk2-platforms] prefix attached to the subject line. This is edk2 patch series. Will fix the prefix in next version. - Omkar. IMPORTANT NOTICE: The contents of this email and an
Hi All, Sorry for the [edk2-platforms] prefix attached to the subject line. This is edk2 patch series. Will fix the prefix in next version. - Omkar. IMPORTANT NOTICE: The contents of this email and an
|
By
Omkar Anand Kulkarni
· #79747
·
|
|
[edk2-platforms][PATCH v3 5/5] ArmPlatformPkg: Add Readme file
Added a readme file that explains the software framework for dynamic generation of HEST table. Signed-off-by: Omkar Anand Kulkarni <omkar.kulkarni@...> --- ArmPlatformPkg/Drivers/HestMmErrorSource
Added a readme file that explains the software framework for dynamic generation of HEST table. Signed-off-by: Omkar Anand Kulkarni <omkar.kulkarni@...> --- ArmPlatformPkg/Drivers/HestMmErrorSource
|
By
Omkar Anand Kulkarni
· #79746
·
|
|
[edk2-platforms][PATCH v3 4/5] EmbeddedPkg: Add helpers for HEST table generation
Add helper macros for the generation of the HEST ACPI table. Macros to initialize the HEST GHESv2 Notification Structure and Error Status Structure are introduced. Signed-off-by: Omkar Anand Kulkarni
Add helper macros for the generation of the HEST ACPI table. Macros to initialize the HEST GHESv2 Notification Structure and Error Status Structure are introduced. Signed-off-by: Omkar Anand Kulkarni
|
By
Omkar Anand Kulkarni
· #79745
·
|
|
[edk2-platforms][PATCH v3 3/5] ArmPlatformPkg: retreive error source descriptors from MM
Add a driver that retreives error source descriptors from MM and populates those into the HEST ACPI table. The error source descriptors that are available from the MM side are retreived using MM Commu
Add a driver that retreives error source descriptors from MM and populates those into the HEST ACPI table. The error source descriptors that are available from the MM side are retreived using MM Commu
|
By
Omkar Anand Kulkarni
· #79744
·
|
|
[edk2-platforms][PATCH v3 2/5] ArmPlatformPkg: add definition for MM_HEST_ERROR_SOURCE_DESC_PROTOCOL
Add the protocol definition of the MM_HEST_ERROR_SOURCE_DESC_PROTOCOL protocol. This protocol can be implemented by MM drivers to publish error source descriptors that have to be populated into HEST t
Add the protocol definition of the MM_HEST_ERROR_SOURCE_DESC_PROTOCOL protocol. This protocol can be implemented by MM drivers to publish error source descriptors that have to be populated into HEST t
|
By
Omkar Anand Kulkarni
· #79743
·
|
|
[edk2-platforms][PATCH v3 1/5] MdeModulePkg: Allow dynamic generation of HEST ACPI table
Introduce the HEST table generation protocol that allows platforms to build the table with multiple error source descriptors and install the table. The protocol provides two interfaces. The first inte
Introduce the HEST table generation protocol that allows platforms to build the table with multiple error source descriptors and install the table. The protocol provides two interfaces. The first inte
|
By
Omkar Anand Kulkarni
· #79742
·
|
|
[edk2-platforms][PATCH v3 0/5] Add support to generate HEST ACPI table
Changes since v2: - Addressed the comments given by Sami. - Added Readme file with all cover letter information. - Rebased to the latest upstream code. Hardware Error Source Table (HEST)[1] and Softwa
Changes since v2: - Addressed the comments given by Sami. - Added Readme file with all cover letter information. - Rebased to the latest upstream code. Hardware Error Source Table (HEST)[1] and Softwa
|
By
Omkar Anand Kulkarni
· #79741
·
|
|
[PATCH v2 4/4] ArmPlatformPkg: Add helpers for HEST table generation
Hi Sami, Thanks for reviewing this patch. Please find my response inline. Regards, Omkar Ack. - Omkar
Hi Sami, Thanks for reviewing this patch. Please find my response inline. Regards, Omkar Ack. - Omkar
|
By
Omkar Anand Kulkarni
· #79740
·
|
|
[PATCH v2 3/4] ArmPlatformPkg: retreive error source descriptors from MM
Hi Sami, Thanks for the patch review. Please find my response inline. Regards, Omkar Hi Omkar, Please find my response inline marked [SAMI]. Regards, Sami Mujawar
Hi Sami, Thanks for the patch review. Please find my response inline. Regards, Omkar Hi Omkar, Please find my response inline marked [SAMI]. Regards, Sami Mujawar
|
By
Omkar Anand Kulkarni
· #79739
·
|
|
[PATCH v2 2/4] ArmPlatformPkg: add definition for MM_HEST_ERROR_SOURCE_DESC_PROTOCOL
Hi Sami, Thanks for reviewing this patch. Please find my response inline. Regards, Omkar Hi Omkar, Please find my response below marked [SAMI] Regards, Sami Mujawar
Hi Sami, Thanks for reviewing this patch. Please find my response inline. Regards, Omkar Hi Omkar, Please find my response below marked [SAMI] Regards, Sami Mujawar
|
By
Omkar Anand Kulkarni
· #79738
·
|
|
[PATCH v2 1/4] ArmPlatformPkg: Allow dynamic generation of HEST ACPI table
Hi Sami, Thanks for reviewing this patch. Please find my response inline. Regards, Omkar Hi Omkar, Please find my response marked inline as [SAMI]. Regards, Sami Mujawar
Hi Sami, Thanks for reviewing this patch. Please find my response inline. Regards, Omkar Hi Omkar, Please find my response marked inline as [SAMI]. Regards, Sami Mujawar
|
By
Omkar Anand Kulkarni
· #79737
·
|