From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web11.52244.1656401065287506844 for ; Tue, 28 Jun 2022 00:24:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=GhgRkxmZ; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E374AB81D01 for ; Tue, 28 Jun 2022 07:24:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6762C341CB for ; Tue, 28 Jun 2022 07:24:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656401061; bh=rfa6Y0qwFh8f0PsIBbEChsKsjD5YDvulA6rhD87A9OM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=GhgRkxmZzm3n3uEggJBAVoqPvIg7t7jVroYA823cxh3Nz7vlRlmqFe2yDWufURbVz OJDR1PRK/SaXfGSVYiPNVZw0dSLeFk3Jjo7up1mvo5bE66lGmUCDAkEpioE4WOmQpc RKOCM+79Y5d7aogo9tgeOlzFn6gDdcq+w7XybKD0q2DwhgItCl09Z8WB8ibctg0IH7 2e0AkilJlWB4z7BgE4ZejHq3Bx3am6PpqU8jpUfXQW3kKu+7taUNFvV1XUvhrFkcQl +jV+7+SsQigKXPkCUBlzN2Is3USdgmOMU4XkHalIMAODKXR6PTGTh2UgBHRtDCc6LR 2svnUyn3bwbJw== Received: by mail-lj1-f177.google.com with SMTP id bx13so5183949ljb.1 for ; Tue, 28 Jun 2022 00:24:21 -0700 (PDT) X-Gm-Message-State: AJIora9gftuItGQ78Qz5CZ1ehLrAmdIrUIr7zLvmf5W0HFieHR1DkDYs ibel/FsHaRReQ97wjK++dWuqpUxWxdSmxVidAx4= X-Google-Smtp-Source: AGRyM1u2PK4DmvLs72k//024P/arLotKSPGRVXljm7OG6UDA0lyioBJEsbhsWWL+1S4ELaStXzvJrqCveBys1gOmBio= X-Received: by 2002:a2e:b555:0:b0:25b:bfa0:30f1 with SMTP id a21-20020a2eb555000000b0025bbfa030f1mr5178294ljn.373.1656401059674; Tue, 28 Jun 2022 00:24:19 -0700 (PDT) MIME-Version: 1.0 References: <20220627064011.542820-1-pranav.madhu@arm.com> In-Reply-To: <20220627064011.542820-1-pranav.madhu@arm.com> From: "Ard Biesheuvel" Date: Tue, 28 Jun 2022 09:24:08 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-platforms][PATCH V1 0/5] Platform/Sgi: Add initial support for RD-N2-Cfg2 platform To: Pranav Madhu Cc: edk2-devel-groups-io , Ard Biesheuvel , Sami Mujawar Content-Type: text/plain; charset="UTF-8" On Mon, 27 Jun 2022 at 08:40, Pranav Madhu wrote: > > 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 > Pushed as 750f6807879b..f653a22385f5 Thanks,