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 E81ADAC1269 for ; Thu, 14 Dec 2023 11:41:40 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=j/2KXck/UMdcF/4QSc86UA5onXBEvYUXNWrZheywG0s=; 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=1702554099; v=1; b=RDV4FzkIf80N6eVxf3jpcvQ4yj4rqR/XIjjs9UjVaQb7v1Bxr81IQ447xJE6zz5HL0BMTE2E nhhppJfPNTxyJ6YrtdOvlBiwYoamG0+O5yHVNVIrGg786WZULGoAlhswDNLoEwc2xOCK7RzzWJa hV4rn5GLDbJeYP0O6w0JvTJg= X-Received: by 127.0.0.2 with SMTP id W3bZYY7687511xvwyWhiJ37U; Thu, 14 Dec 2023 03:41:39 -0800 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.20013.1702554098778508719 for ; Thu, 14 Dec 2023 03:41:38 -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 90F9BC15; Thu, 14 Dec 2023 03:42:23 -0800 (PST) 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 AEE763F738; Thu, 14 Dec 2023 03:41:36 -0800 (PST) From: "Pranav Madhu" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar Subject: [edk2-devel] [edk2-platforms][PATCH V2 0/2] Add SMBIOS support for RD-V2 platform Date: Thu, 14 Dec 2023 17:11:24 +0530 Message-Id: <20231214114126.492583-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: dDzRwSF9sjfNLDw7Q6lZJyq9x7686176AA= 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=RDV4FzkI; 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 Changes since V1: - Rebase the patches on top of latest master branch 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://git.gitlab.arm.com/infra-solutions/reference-design/platsw/edk2-p= latforms/-/tree/topics/rdv2-smbios-v2-upstream 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 (#112522): https://edk2.groups.io/g/devel/message/112522 Mute This Topic: https://groups.io/mt/103168056/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-