From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id E5F1778003C for ; Fri, 5 Jan 2024 17:05:46 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=OgKe0xH+3pxrMKnp6y6MHeN2S8Tti5hNKbvwfNRvtkg=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1704474345; v=1; b=uH91nxLNSmJChSU/vKpv5adtfRgjOOe1o7onQHjQbry1OMW4uSmEr3c5mp1nIwmDVGjielKi YrHKnD1ZaOOiQjcuT/X8i7R+oMV+dWG/yZ//q2GnLx4V5bmWGsvWTiW5c1daDblo1/cOmrh97/o X3A42UG6xvegbY1nevsirKYQ= X-Received: by 127.0.0.2 with SMTP id FefcYY7687511xSyMleX9zwm; Fri, 05 Jan 2024 09:05:45 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.28725.1704474344760701065 for ; Fri, 05 Jan 2024 09:05:45 -0800 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A6AFEC15; Fri, 5 Jan 2024 09:06:30 -0800 (PST) X-Received: from usa.arm.com (a079755.arm.com [10.162.46.129]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 89A2D3F64C; Fri, 5 Jan 2024 09:05:42 -0800 (PST) From: "Prabin CA" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Prabin CA Subject: [edk2-devel] [PATCH 0/8] Platform/Sgi: Add support for RD-Fremont platform Date: Fri, 5 Jan 2024 22:35:26 +0530 Message-Id: <20240105170534.687710-1-prabin.ca@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,prabin.ca@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: rMrbO67XvvXqCcTatb8UpG4rx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=uH91nxLN; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patch series introduce support for RD-Fremont reference design platform. This platform includes 32 CPUs, but the fixed virtual platform (FVP) simulates 16 CPUs of the platform. There is one CPU per cluster in the system and so the FVP simulates 16 clusters. Each of the CPUs include 64KB L1 Data cache, 64KB L1 Instruction cache and 2MB L2 cache. The platform also includes system level cache of 32MB and 8GB of RAM. Also, this patch series adding the extended SMBIO support for RD-Fremont platform. In addition to patches that introduce RD-Fremont platform, there are three patches that update support for existing platforms. The first patch in this series changes the data type of PcdSmmuBase from u32 to u64. The second patch refactor the system memory map base and size values. The third patch add a flag to enable PCIE support for existing and future platforms. Link to github branch with the patches in this series - https://gitlab.arm.com/infra-solutions/reference-design/platsw/edk2-platf= orms/-/commits/topics/rdfremont/ Prabin CA (6): Platform/Sgi: Refactor system memory base and size definitions Platform/Sgi: Introduce a flag to enable PCIe support for RD Platforms Platform/Sgi: Add initial support for RD-Fremont platform Platform/Sgi: Extend SMBIOS support for RD-Fremont Platform/Sgi: Low Power Idle States for RD-Fremont Platform/Sgi: Add CPPC support for RD-Fremont platform Shriram K (1): Platform/Sgi: Add ACPI tables for RD-Fremont platform Vivek Gautam (1): Platform/Sgi: Update the datatype of PcdSmmuBase from u32 to u64 Platform/ARM/SgiPkg/SgiPlatform.dec | 3 +- Platform/ARM/SgiPkg/SgiMemoryMap.dsc.inc | 7 +- Platform/ARM/SgiPkg/SgiMemoryMap2.dsc.inc | 7 +- ...moryMap2.dsc.inc =3D> SgiMemoryMap3.dsc.inc} | 88 ++- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 12 +- Platform/ARM/SgiPkg/RdE1Edge/RdE1Edge.dsc | 4 +- .../RdN2.dsc =3D> RdFremont/RdFremont.dsc} | 14 +- Platform/ARM/SgiPkg/RdN1Edge/RdN1Edge.dsc | 4 +- Platform/ARM/SgiPkg/RdN1EdgeX2/RdN1EdgeX2.dsc | 4 +- Platform/ARM/SgiPkg/RdN2/RdN2.dsc | 4 +- Platform/ARM/SgiPkg/RdN2Cfg1/RdN2Cfg1.dsc | 4 +- Platform/ARM/SgiPkg/RdN2Cfg2/RdN2Cfg2.dsc | 4 +- Platform/ARM/SgiPkg/RdV1/RdV1.dsc | 4 +- Platform/ARM/SgiPkg/RdV1Mc/RdV1Mc.dsc | 4 +- Platform/ARM/SgiPkg/Sgi575/Sgi575.dsc | 4 +- Platform/ARM/SgiPkg/SgiPlatform.fdf | 4 +- .../SgiPkg/AcpiTables/RdFremontAcpiTables.inf | 75 +++ .../Library/PlatformLib/PlatformLib.inf | 5 +- Platform/ARM/SgiPkg/Include/SgiPlatform.h | 5 + .../Type1SystemInformation.c | 5 +- .../Type4ProcessorInformation.c | 5 +- .../SmbiosPlatformDxe/Type7CacheInformation.c | 1 + .../SgiPkg/Library/PlatformLib/PlatformLib.c | 6 + .../Library/PlatformLib/PlatformLibMem.c | 25 +- .../ARM/SgiPkg/AcpiTables/RdFremont/Dsdt.asl | 512 ++++++++++++++++++ .../ARM/SgiPkg/AcpiTables/RdFremont/Madt.aslc | 138 +++++ .../ARM/SgiPkg/AcpiTables/RdFremont/Pptt.aslc | 167 ++++++ .../ARM/SgiPkg/RdFremont/RdFremont.fdf.inc | 10 + 28 files changed, 1040 insertions(+), 85 deletions(-) copy Platform/ARM/SgiPkg/{SgiMemoryMap2.dsc.inc =3D> SgiMemoryMap3.dsc.i= nc} (62%) copy Platform/ARM/SgiPkg/{RdN2/RdN2.dsc =3D> RdFremont/RdFremont.dsc} (7= 8%) create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdFremontAcpiTables.in= f create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdFremont/Dsdt.asl create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdFremont/Madt.aslc create mode 100644 Platform/ARM/SgiPkg/AcpiTables/RdFremont/Pptt.aslc create mode 100644 Platform/ARM/SgiPkg/RdFremont/RdFremont.fdf.inc --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113300): https://edk2.groups.io/g/devel/message/113300 Mute This Topic: https://groups.io/mt/103546562/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-