public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Pranav Madhu" <pranav.madhu@arm.com>
To: devel@edk2.groups.io
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>,
	Sami Mujawar <sami.mujawar@arm.com>
Subject: [edk2-platforms][PATCH V1 0/5] Platform/Sgi: Add initial support for RD-N2-Cfg2 platform
Date: Mon, 27 Jun 2022 12:10:06 +0530	[thread overview]
Message-ID: <20220627064011.542820-1-pranav.madhu@arm.com> (raw)

RD-N2-Cfg2 platform is the multichip variant of the RD-N2 platform. The
platform is based on 4xMP1 Neoverse N2 CPUs per chip, CMN-700
interconnect 6x6 mesh, multiple AXI expansion ports for I/O Coherent
PCIe, Ethernet, offload and Arm Cortex-M7 for System Control Processor
(SCP) and Manageability Control Processor (MCP).

The first patch in this series defines the addressable bit per chip. The
second patch add the product ID unique for this platform. The third
patch adds ACPI tables, the fourth patch add Edk2 build system files.
The last patch in this series adds SMBIOS support.

This patch series should be applied on top of the patch series:
https://edk2.groups.io/g/devel/message/90765

Link to github branch with the patches in this series -
https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/rdn2cfg2-initial-support


Pranav Madhu (1):
  Platform/Sgi: Extend SMBIOS support for RD-N2-Cfg2

Vijayenthiran Subramaniam (4):
  Platform/Sgi: Add a new PCD for defining addressable bits per chip
  Platform/Sgi: Add ProductId lookup values for RD-N2-Cfg2 Platform
  Platform/Sgi: Add ACPI tables for RD-N2-Cfg2 platform
  Platform/Sgi: Add support for RD-N2-Cfg2 Platform

 Platform/ARM/SgiPkg/SgiPlatform.dec                                             |   5 +-
 Platform/ARM/SgiPkg/SgiMemoryMap.dsc.inc                                        |   5 +-
 Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc                                       |   5 +-
 Platform/ARM/SgiPkg/RdN2Cfg2/RdN2Cfg2.dsc                                       |  58 +++
 Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf                         |   3 +-
 Platform/ARM/SgiPkg/AcpiTables/{RdV1McAcpiTables.inf => RdN2Cfg2AcpiTables.inf} |  48 +-
 Platform/ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf                             |   3 +-
 Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.inf                         |   3 +-
 Platform/ARM/SgiPkg/Include/SgiPlatform.h                                       |  10 +-
 Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type1SystemInformation.c          |   7 +-
 Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type4ProcessorInformation.c       |  15 +-
 Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type7CacheInformation.c           |   3 +-
 Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c                           |   8 +-
 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg2/Dsdt.asl                                | 532 ++++++++++++++++++++
 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg2/Madt.aslc                               | 145 ++++++
 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg2/Pptt.aslc                               | 172 +++++++
 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg2/Srat.aslc                               | 117 +++++
 Platform/ARM/SgiPkg/RdN2Cfg2/RdN2Cfg2.fdf.inc                                   |  10 +
 18 files changed, 1102 insertions(+), 47 deletions(-)
 create mode 100644 Platform/ARM/SgiPkg/RdN2Cfg2/RdN2Cfg2.dsc
 copy Platform/ARM/SgiPkg/AcpiTables/{RdV1McAcpiTables.inf => RdN2Cfg2AcpiTables.inf} (71%)
 create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg2/Dsdt.asl
 create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg2/Madt.aslc
 create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg2/Pptt.aslc
 create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg2/Srat.aslc
 create mode 100644 Platform/ARM/SgiPkg/RdN2Cfg2/RdN2Cfg2.fdf.inc

-- 
2.25.1


             reply	other threads:[~2022-06-27  6:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-27  6:40 Pranav Madhu [this message]
2022-06-27  6:40 ` [edk2-platforms][PATCH V1 1/5] Platform/Sgi: Add a new PCD for defining addressable bits per chip Pranav Madhu
2022-06-27  6:40 ` [edk2-platforms][PATCH V1 2/5] Platform/Sgi: Add ProductId lookup values for RD-N2-Cfg2 Platform Pranav Madhu
2022-06-27  6:40 ` [edk2-platforms][PATCH V1 3/5] Platform/Sgi: Add ACPI tables for RD-N2-Cfg2 platform Pranav Madhu
2022-06-27  6:40 ` [edk2-platforms][PATCH V1 4/5] Platform/Sgi: Add support for RD-N2-Cfg2 Platform Pranav Madhu
2022-06-27  6:40 ` [edk2-platforms][PATCH V1 5/5] Platform/Sgi: Extend SMBIOS support for RD-N2-Cfg2 Pranav Madhu
2022-06-28  7:24 ` [edk2-platforms][PATCH V1 0/5] Platform/Sgi: Add initial support for RD-N2-Cfg2 platform Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220627064011.542820-1-pranav.madhu@arm.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox