public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sami Mujawar" <sami.mujawar@arm.com>
To: Pranav Madhu <pranav.madhu@arm.com>, devel@edk2.groups.io
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>, nd <nd@arm.com>
Subject: Re: [edk2-platforms][PATCH V2 0/6] Platform/Sgi: Add initial support for RD-N2-Cfg1 platform
Date: Tue, 1 Jun 2021 17:30:14 +0100	[thread overview]
Message-ID: <1959b339-918a-02c0-f96b-9eca6fefe517@arm.com> (raw)
In-Reply-To: <20210525105801.13793-1-pranav.madhu@arm.com>

Pushed as 8cdd4cb7c71e..f7c08b9bae56

Thanks.

Regards,

Sami Mujawar

On 25/05/2021 11:57 AM, Pranav Madhu wrote:
> Changes since V1:
> - Updated the MADT table to fix the incorrect base addresses mentioned
>    for GICC, GICR, GICV and GICH.
> - Addressed comments from Sami
> - Picked up Sami's reviewed-by tags.
>
> RD-N2-Cfg1 platform is a variant of the RD-N2 platform. The platform
> is based on 8xMP1 Neoverse N2 CPUs, CMN-700 interconnect 3x3 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 add Edk2 build system files and minimum
> acpi changes required to boot the platform. The second patch add ACPI
> PPTT table to describe the CPU and cache topology. The third patch in
> this series enable idle state support (ACPI LPI) and the fourth patch
> enables ACPI CPPC support to support the OS to scale CPU performance.
> 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/75533
>
> Link to github branch with the patches in this series -
> https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/rdn2cfg1-initial-support
>
> Aditya Angadi (1):
>    Platform/Sgi: Add initial support for RD-N2-Cfg1 platform
>
> Pranav Madhu (5):
>    Platform/Sgi: ACPI PPTT table for RD-N2-Cfg1 platform
>    Platform/Sgi: Low Power Idle states for RD-N2-Cfg1
>    Platform/Sgi: ACPI CPPC support for RD-N2-Cfg1
>    Platform/Sgi: Define RD-N2-Cfg1 platform id values
>    Platform/Sgi: Extend SMBIOS support for RD-N2-Cfg1
>
>   Platform/ARM/SgiPkg/RdN2Cfg1/RdN2Cfg1.dsc     |  57 +++
>   .../SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf  |  66 ++++
>   Platform/ARM/SgiPkg/Include/SgiPlatform.h     |   7 +-
>   .../Type1SystemInformation.c                  |   7 +-
>   .../Type4ProcessorInformation.c               |   7 +-
>   .../SmbiosPlatformDxe/Type7CacheInformation.c |  18 +
>   .../SgiPkg/Library/PlatformLib/PlatformLib.c  |   8 +-
>   .../ARM/SgiPkg/AcpiTables/RdN2Cfg1/Dsdt.asl   | 346 ++++++++++++++++++
>   .../ARM/SgiPkg/AcpiTables/RdN2Cfg1/Madt.aslc  | 101 +++++
>   .../ARM/SgiPkg/AcpiTables/RdN2Cfg1/Pptt.aslc  | 166 +++++++++
>   Platform/ARM/SgiPkg/RdN2Cfg1/RdN2Cfg1.fdf.inc |  12 +
>   11 files changed, 789 insertions(+), 6 deletions(-)
>   create mode 100644 Platform/ARM/SgiPkg/RdN2Cfg1/RdN2Cfg1.dsc
>   create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf
>   create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1/Dsdt.asl
>   create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1/Madt.aslc
>   create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1/Pptt.aslc
>   create mode 100644 Platform/ARM/SgiPkg/RdN2Cfg1/RdN2Cfg1.fdf.inc
>


      parent reply	other threads:[~2021-06-01 16:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 10:57 [edk2-platforms][PATCH V2 0/6] Platform/Sgi: Add initial support for RD-N2-Cfg1 platform Pranav Madhu
2021-05-25 10:57 ` [edk2-platforms][PATCH V2 1/6] " Pranav Madhu
2021-05-25 10:57 ` [edk2-platforms][PATCH V2 2/6] Platform/Sgi: ACPI PPTT table " Pranav Madhu
2021-05-25 10:57 ` [edk2-platforms][PATCH V2 3/6] Platform/Sgi: Low Power Idle states for RD-N2-Cfg1 Pranav Madhu
2021-05-25 10:57 ` [edk2-platforms][PATCH V2 4/6] Platform/Sgi: ACPI CPPC support " Pranav Madhu
2021-05-25 10:58 ` [edk2-platforms][PATCH V2 5/6] Platform/Sgi: Define RD-N2-Cfg1 platform id values Pranav Madhu
2021-05-25 10:58 ` [edk2-platforms][PATCH V2 6/6] Platform/Sgi: Extend SMBIOS support for RD-N2-Cfg1 Pranav Madhu
2021-06-01 16:30 ` Sami Mujawar [this message]

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=1959b339-918a-02c0-f96b-9eca6fefe517@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