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 EF35B94147F for ; Tue, 10 Oct 2023 09:22:39 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=628JXXQAN4bZ9MylTD7H++BbpISA/hqor67IaQr9ZRU=; 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=1696929758; v=1; b=FLFKpZ4lWxw7os6zqraGvAIXcnPpfmrkewXUzI0y3wvz+ED2Vg0FGBcvFFA/BIJwZUv8rW+8 J/XQVzSaSVU+dxzN6E4Pns8Kzv1XhcRGnTGSDKZLYIqSijEUM8kh5X2BcCdDbSjLgRet8S1QR0R xd+tEtFoPKl6U5agwBSL/Fqc= X-Received: by 127.0.0.2 with SMTP id N0m6YY7687511xje89TO7XQH; Tue, 10 Oct 2023 02:22:38 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.86803.1696929757939080328 for ; Tue, 10 Oct 2023 02:22:38 -0700 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 B59CD1FB; Tue, 10 Oct 2023 02:23:17 -0700 (PDT) X-Received: from usa.arm.com (a076506.arm.com [10.162.16.33]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id BCA303F762; Tue, 10 Oct 2023 02:22:35 -0700 (PDT) From: "Pranav Madhu" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar Subject: [edk2-devel] [edk2-platforms][PATCH v1 0/2] Add SMBIOS support for RD-V2 platform Date: Tue, 10 Oct 2023 14:52:23 +0530 Message-Id: <20231010092225.896440-1-pranav.madhu@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,pranav.madhu@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: F6MaoOnYAGECt5UoyntAwUSTx7686176AA= 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=FLFKpZ4l; 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 SMBIOS provides basic hardware and firmware configuration information through table-driven data structure. This patch series adds SMBIOS support for Arm's RD-V2 platforms. The first patch in this series defines platform-id values for the RD-V2 platform. The second patch add CPU information and cache attributes for RD-V2 platform. Link to branch with the patches in this series - https://gitlab.arm.com/infra-solutions/reference-design/platsw/edk2-platf= orms/-/tree/topics/rdv2-smbios-v1 Pranav Madhu (2): Platform/Sgi: Define RD-V2 platform id values Platform/Sgi: Extend SMBIOS support for RD-V2 platform Platform/ARM/SgiPkg/Include/SgiPlatform.h = | 5 +++++ Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type1SystemInformation.c = | 5 ++++- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type4ProcessorInformation.= c | 7 +++++-- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type7CacheInformation.c = | 18 ++++++++++++++++++ Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.c = | 6 ++++++ 5 files changed, 38 insertions(+), 3 deletions(-) --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109482): https://edk2.groups.io/g/devel/message/109482 Mute This Topic: https://groups.io/mt/101871394/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-