public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Support for dynamic CMN-600 AML generation
@ 2020-09-25 13:18 Sami Mujawar
  2020-09-25 13:18 ` [PATCH v2 1/2] MdePkg: Definitions for Extended Interrupt Flags Sami Mujawar
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sami Mujawar @ 2020-09-25 13:18 UTC (permalink / raw)
  To: devel
  Cc: Sami Mujawar, michael.d.kinney, gaoliming, zhiguang.liu,
	Alexei.Fedorov, pierre.gondois, Matteo.Carlini, Ben.Adderson, nd

The 'Generic ACPI for Arm Components 1.0 Platform Design Document' provides
a standard description for an 'Arm CoreLink CMN-600 Coherent Mesh Network'.

This patch series adds:
  - definition for extended interrupt flags.
  - support for generating SSDT table(s) describing the CMN-600 mesh(es) using
    Dynamic AML. This also demonstrates the use of AML Fixup and AML Codegen
    techniques.
  - addresses the review feedback for "[PATCH v1 1/2] MdePkg: Definitions for
    Extended Interrupt Flags" and makes corresponding changes to the subsequent
    patch.

The changes can be seen at:
https://github.com/samimujawar/edk2/tree/1411_cmn600_generator_v2

Pierre Gondois (1):
  DynamicTablesPkg: Add SSDT CMN-600 Table generator

Sami Mujawar (1):
  MdePkg: Definitions for Extended Interrupt Flags

 DynamicTablesPkg/DynamicTables.dsc.inc                                        |   2 +
 DynamicTablesPkg/DynamicTablesPkg.ci.yaml                                     |   4 +
 DynamicTablesPkg/Include/AcpiTableGenerator.h                                 |   5 +
 DynamicTablesPkg/Include/ArmNameSpaceObjects.h                                |  64 +-
 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generator.c  | 708 ++++++++++++++++++++
 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generator.h  |  51 ++
 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600LibArm.inf   |  34 +
 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Template.asl |  81 +++
 MdePkg/Include/IndustryStandard/Acpi10.h                                      |  11 +
 9 files changed, 954 insertions(+), 6 deletions(-)
 create mode 100644 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generator.c
 create mode 100644 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generator.h
 create mode 100644 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600LibArm.inf
 create mode 100644 DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Template.asl

-- 
'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-10-28  2:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-25 13:18 [PATCH v2 0/2] Support for dynamic CMN-600 AML generation Sami Mujawar
2020-09-25 13:18 ` [PATCH v2 1/2] MdePkg: Definitions for Extended Interrupt Flags Sami Mujawar
2020-09-29  1:15   ` 回复: [edk2-devel] " gaoliming
2020-10-21 13:23   ` Sami Mujawar
2020-10-21 16:41   ` Alexei Fedorov
2020-10-28  2:20   ` Michael D Kinney
2020-09-25 13:18 ` [PATCH v2 2/2] DynamicTablesPkg: Add SSDT CMN-600 Table generator Sami Mujawar
2020-10-21 16:42   ` [edk2-devel] " Alexei Fedorov
2020-10-21 16:41 ` [edk2-devel] [PATCH v2 0/2] Support for dynamic CMN-600 AML generation Alexei Fedorov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox