public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Aditya Angadi" <aditya.angadi@arm.com>
To: Ard Biesheuvel <Ard.Biesheuvel@arm.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Thomas Abraham <thomas.abraham@arm.com>,
	"leif@nuviainc.com" <leif@nuviainc.com>
Subject: Re: [edk2-platforms][PATCH v4 6/9] Platform/ARM/Sgi: Add initial support for RD-Daniel Config-M platform
Date: Tue, 28 Apr 2020 13:18:44 +0000	[thread overview]
Message-ID: <AM0PR08MB4499FF375D87E00E2BF292FBE1AC0@AM0PR08MB4499.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <29b9bee3-1704-07e4-c918-217bd558ce27@arm.com>



> -----Original Message-----
> From: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Sent: 28 April 2020 18:02
> To: Aditya Angadi <Aditya.Angadi@arm.com>; devel@edk2.groups.io
> Cc: Thomas Abraham <thomas.abraham@arm.com>; leif@nuviainc.com
> Subject: Re: [edk2-platforms][PATCH v4 6/9] Platform/ARM/Sgi: Add initial
> support for RD-Daniel Config-M platform
>
> On 4/14/20 2:52 PM, Aditya Angadi wrote:
> > Arm's RD-Daniel Config-M platform is built using 16 Neoverse cores and
> > connected to 8GB of RAM. Add initial platform support for this platform.
> >
> > Signed-off-by: Aditya Angadi <aditya.angadi@arm.com>
> > ---
> >   Platform/ARM/SgiPkg/AcpiTables/RdDanielCfgMAcpiTables.inf |  2 +
> >   Platform/ARM/SgiPkg/Include/SgiPlatform.h                 |  4 ++
> >   Platform/ARM/SgiPkg/RdDanielCfgM/RdDanielCfgM.dsc         | 51
> ++++++++++++++++++++
> >   Platform/ARM/SgiPkg/RdDanielCfgM/RdDanielCfgM.fdf.inc     | 10 ++++
> >   4 files changed, 67 insertions(+)
> >
> > diff --git a/Platform/ARM/SgiPkg/AcpiTables/RdDanielCfgMAcpiTables.inf
> > b/Platform/ARM/SgiPkg/AcpiTables/RdDanielCfgMAcpiTables.inf
> > index 783b915107ec..4ae0a796fb0c 100644
> > --- a/Platform/ARM/SgiPkg/AcpiTables/RdDanielCfgMAcpiTables.inf
> > +++ b/Platform/ARM/SgiPkg/AcpiTables/RdDanielCfgMAcpiTables.inf
> > @@ -41,6 +41,8 @@ [Packages]
> >   [FixedPcd]
> >     gArmPlatformTokenSpaceGuid.PcdSerialDbgRegisterBase
> >     gArmPlatformTokenSpaceGuid.PL011UartInterrupt
> > +  gArmPlatformTokenSpaceGuid.PcdCoreCount
> > +  gArmPlatformTokenSpaceGuid.PcdClusterCount
> >
> >     gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum
> >     gArmTokenSpaceGuid.PcdArmArchTimerIntrNum
>
> This belongs in a different patch, no?

Yes that’s right this will be moved to the previous patch.

Thanks
Aditya

<...>
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

  reply	other threads:[~2020-04-28 13:18 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-14 12:51 [edk2-platforms][PATCH v4 0/9]Platform/Arm/Sgi: Add platform support for RD-Daniel Aditya Angadi
2020-04-14 12:52 ` [edk2-platforms][PATCH v4 1/9] Platform/ARM/Sgi: Create individual Platform Description File Aditya Angadi
2020-04-27 11:01   ` [edk2-devel] " Ard Biesheuvel
2020-04-27 14:54     ` Aditya Angadi
2020-04-27 14:55       ` Ard Biesheuvel
2020-05-03  4:49         ` Aditya Angadi
2020-04-14 12:52 ` [edk2-platforms][PATCH v4 2/9] Platform/ARM/Sgi: Move the GIC related ACPI helper macros Aditya Angadi
2020-04-27 11:04   ` [edk2-devel] " Ard Biesheuvel
2020-04-14 12:52 ` [edk2-platforms][PATCH v4 3/9] Platform/ARM/Sgi: Move common platform description to SSDT Aditya Angadi
2020-04-27 11:06   ` [edk2-devel] " Ard Biesheuvel
2020-04-14 12:52 ` [edk2-platforms][PATCH v4 4/9] Platform/ARM/Sgi: Add support for remote numa memory nodes Aditya Angadi
2020-04-28 12:28   ` [edk2-devel] " Ard Biesheuvel
2020-04-28 13:15     ` Aditya Angadi
2020-04-14 12:52 ` [edk2-platforms][PATCH v4 5/9] Platform/ARM/Sgi: Add ACPI tables for Rd-Daniel Config-M Aditya Angadi
2020-04-28 12:30   ` Ard Biesheuvel
2020-04-14 12:52 ` [edk2-platforms][PATCH v4 6/9] Platform/ARM/Sgi: Add initial support for RD-Daniel Config-M platform Aditya Angadi
2020-04-28 12:32   ` Ard Biesheuvel
2020-04-28 13:18     ` Aditya Angadi [this message]
2020-04-14 12:52 ` [edk2-platforms][PATCH v4 7/9] Platform/ARM/Sgi: Add ACPI tables for RD-Daniel Config-XLR Aditya Angadi
2020-04-14 12:52 ` [edk2-platforms][PATCH v4 8/9] Platform/ARM/Sgi: Add initial support for RD-Daniel Config-XLR platform Aditya Angadi
2020-04-14 12:52 ` [edk2-platforms][PATCH v4 9/9] Platform/ARM/Sgi: Add SRAT table for RdN1Edge dual-chip platform Aditya Angadi
2020-04-14 13:50 ` [edk2-devel] [edk2-platforms][PATCH v4 0/9]Platform/Arm/Sgi: Add platform support for RD-Daniel Ard Biesheuvel
2020-04-14 14:17   ` Aditya Angadi
2020-04-15  4:34 ` Thomas Abraham
2020-04-22 12:12   ` Aditya Angadi
     [not found]   ` <16082330BC63CB95.30042@groups.io>
2020-04-26 10:12     ` Aditya Angadi

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=AM0PR08MB4499FF375D87E00E2BF292FBE1AC0@AM0PR08MB4499.eurprd08.prod.outlook.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