From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 82E85AC0E3F for ; Thu, 11 Jul 2024 07:35:02 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=xKXrB8T2VPps6CkPuyjHpMC1pcd8dPgfovGsCUPyCBs=; c=relaxed/simple; d=groups.io; h=From:Date:Subject:MIME-Version:Message-Id:References:In-Reply-To:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding; s=20240206; t=1720683302; v=1; b=YjrXI0t7zHMijO6RBEkmXMzNVchIjzdL/0saJCKah+dMkmGqwRHVqMDdd7SlHS+oPZoNnHlt h8igg2sbyXyaHh/VrXA4r5TLCZVG/WPpEmbs6zRt05776gXgHVGqT0C0rDS2SMANJk0hcUz2Wv0 Gdop+BVKpU+XCMZheoklGvOUGmE1cJHc0F9VOgeH4Llpv3X5t2eSFwVxwdhdL/dpqzbNyu8Bf0J eWRdxFrM/v4aZCGgGYrKEcIFWd6jmL1r8/qmuYbHixyV7cekGYjLj7xgGDGzKQ0ffaSnT14ZveA p6dKn+xCb9obVdJ0EzMRL5uTQB+Dn9pbobfeQo4O438BA== X-Received: by 127.0.0.2 with SMTP id 9EHPYY7687511xrNmh18kwfY; Thu, 11 Jul 2024 00:35:00 -0700 X-Received: from muminek.juszkiewicz.com.pl (muminek.juszkiewicz.com.pl [213.251.184.221]) by mx.groups.io with SMTP id smtpd.web11.6718.1720683299978034287 for ; Thu, 11 Jul 2024 00:35:00 -0700 X-Received: from localhost (localhost [127.0.0.1]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTP id B1CA6260243; Thu, 11 Jul 2024 09:34:57 +0200 (CEST) X-Virus-Scanned: Debian amavis at juszkiewicz.com.pl X-Received: from muminek.juszkiewicz.com.pl ([127.0.0.1]) by localhost (muminek.juszkiewicz.com.pl [127.0.0.1]) (amavis, port 10024) with ESMTP id iGMTEOdr8HyU; Thu, 11 Jul 2024 09:34:55 +0200 (CEST) X-Received: from applejack.lan (83.8.74.165.ipv4.supernova.orange.pl [83.8.74.165]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTPSA id 196D12606D0; Thu, 11 Jul 2024 09:34:54 +0200 (CEST) From: "Marcin Juszkiewicz" Date: Thu, 11 Jul 2024 09:34:38 +0200 Subject: [edk2-devel] [PATCH edk2-platforms 1/2] SbsaQemu: fix comments in SbsaQemuHardwareInfoLib MIME-Version: 1.0 Message-Id: <20240711-b4-cleanups-v1-1-07901ec1d799@linaro.org> References: <20240711-b4-cleanups-v1-0-07901ec1d799@linaro.org> In-Reply-To: <20240711-b4-cleanups-v1-0-07901ec1d799@linaro.org> To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Graeme Gregory , Marcin Juszkiewicz 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 Resent-Date: Thu, 11 Jul 2024 00:35:00 -0700 Resent-From: marcin.juszkiewicz@linaro.org Reply-To: devel@edk2.groups.io,marcin.juszkiewicz@linaro.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 9hhKcr1w0iJHCQkfwNbgm7BYx7686176AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=YjrXI0t7; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io EDK2 takes information from TF-A. How it got that info does not interest us. Signed-off-by: Marcin Juszkiewicz --- .../Library/SbsaQemuHardwareInfoLib/SbsaQemuHardwareInfoLib.c | 6 ++= +--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Silicon/Qemu/SbsaQemu/Library/SbsaQemuHardwareInfoLib/SbsaQemu= HardwareInfoLib.c b/Silicon/Qemu/SbsaQemu/Library/SbsaQemuHardwareInfoLib/S= bsaQemuHardwareInfoLib.c index 596a3453c70f..05b6fca9e538 100644 --- a/Silicon/Qemu/SbsaQemu/Library/SbsaQemuHardwareInfoLib/SbsaQemuHardwar= eInfoLib.c +++ b/Silicon/Qemu/SbsaQemu/Library/SbsaQemuHardwareInfoLib/SbsaQemuHardwar= eInfoLib.c @@ -15,7 +15,7 @@ #include =20 /** - Get CPU count from information passed by Qemu. + Get CPU count from information passed by TF-A. =20 **/ UINT32 @@ -38,7 +38,7 @@ GetCpuCount ( } =20 /** - Get MPIDR for a given cpu from device tree passed by Qemu. + Get MPIDR for a given cpu from TF-A. =20 @param [in] CpuId Index of cpu to retrieve MPIDR value for. =20 @@ -67,7 +67,7 @@ GetMpidr ( } =20 /** - Get NUMA node id for a given cpu from device tree passed by Qemu. + Get NUMA node id for a given cpu from TF-A. =20 @param [in] CpuId Index of cpu to retrieve NUMA node id for. =20 --=20 2.45.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119890): https://edk2.groups.io/g/devel/message/119890 Mute This Topic: https://groups.io/mt/107158769/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-