From nobody Tue May 14 11:15:42 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+87769+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+87769+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1647721980117532.2692537027323; Sat, 19 Mar 2022 13:33:00 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 9Y9kYY1788612xuufY6WZbJ5; Sat, 19 Mar 2022 13:33:01 -0700 X-Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mx.groups.io with SMTP id smtpd.web09.11508.1647721980695327215 for ; Sat, 19 Mar 2022 13:33:00 -0700 X-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 64148320091A; Sat, 19 Mar 2022 16:32:59 -0400 (EDT) X-Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Sat, 19 Mar 2022 16:32:59 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudefkedgudeflecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepveeiffeivdevudetueehiedthedthefhtdehfeelkeeitdfhhfefleetieeh gfevnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprh gvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: X-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 19 Mar 2022 16:32:57 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Ard Biesheuvel , Leif Lindholm , Graeme Gregory , Radoslaw Biernacki Cc: Rebecca Cran Subject: [edk2-devel] [PATCH edk2-platforms 1/3] Platform/Qemu: Update SbsaQemu Readme.md to change 'ATF' to 'TF-A' Date: Sat, 19 Mar 2022 14:32:50 -0600 Message-Id: <20220319203252.160201-2-rebecca@bsdio.com> In-Reply-To: <20220319203252.160201-1-rebecca@bsdio.com> References: <20220319203252.160201-1-rebecca@bsdio.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,rebecca@bsdio.com X-Gm-Message-State: SV2hovgjLLkKdvEBYEo59pvJx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1647721981; bh=oaptLCs4uJ6JBp4GS9/3ara0FWdeFsL2nPezoAcfrDY=; h=Cc:Date:From:Reply-To:Subject:To; b=M81aV1203cCMLtY2T4VrksDBKF/WgMePxwSRowFLYaUgtH+0wsFdTNlKowBjuMvdEYX T7bRSy02bElcawd4hXYXcz31bOSNXeQ4/uZY2U5QuiXIaXdzk/qruGp6EpuQjsuac2Tcc oYanqX3HVHattkqeQS/9f8AkwbL4mUArfqA= X-ZohoMail-DKIM: fail (Signature date is -1 seconds in the future.) X-ZM-MESSAGEID: 1647721982386100006 Content-Type: text/plain; charset="utf-8" Trusted Firmware is no longer called ATF (ARM Trusted Firmware) but is now TF-A (Trusted Firmware for A-profile architecture). Update Readme.md to match. Signed-off-by: Rebecca Cran Reviewed-by: Leif Lindholm --- Platform/Qemu/SbsaQemu/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Read= me.md index 63786d9d0fd3..c514c33b7c2f 100644 --- a/Platform/Qemu/SbsaQemu/Readme.md +++ b/Platform/Qemu/SbsaQemu/Readme.md @@ -56,7 +56,7 @@ Create a directory $WORKSPACE that would hold source code= of the components. =20 2. Compile TF-A =20 - This step is only needed if users want to compile a custom ATF binary. + This step is only needed if users want to compile a custom TF-A binary. Else, the edk2-non-osi directory contains prebuilt bl1.bin and fip.bin binaries which will be automatically used in the build process. =20 @@ -65,7 +65,7 @@ Create a directory $WORKSPACE that would hold source code= of the components. `bl1.bin` and `fip.bin`. Follow the instructions below to get those arti= facts. =20 ``` - cd $WORKSPACE/atf + cd $WORKSPACE/trusted-firmware-a make PLAT=3Dsbsa all fip ``` Then copy `bl1.bin` and `fip.bin` to the the edk2-non-osi directory: --=20 2.25.1 -=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 (#87769): https://edk2.groups.io/g/devel/message/87769 Mute This Topic: https://groups.io/mt/89895944/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Tue May 14 11:15:42 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+87770+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+87770+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1647721983; cv=none; d=zohomail.com; s=zohoarc; b=UkJEkCCh3hFcu1N9NS+12ND1jrcntH2nj5W9CvJZhBRsD/8Yd7cGLt7BkcLB1W2/Lqc4hnJ49K4YDIrUOx8nUoo7jG0sOyLee+wkS6GOQa6c8OrY2M+OSj80g8H2nf9M6c/z4YxoM/FEEkv43IeD43Pq/M405VCQKBrrnaEM9zc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1647721983; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=mKeCgmQ4H2/t/vgsxjHqEtDzQdtA6LJRixqC6OqKhJU=; b=oKGzshGlf8TY4yoXOGQxhCDC6EGkNjUgNgBRkEQMFug2Ay+TNzi7Lv00fSLoBFIQarkE58TAEDJnzIZLL6lVneXqdu1iIcf7KgO3dTWKbKj8hMi7nK4Ag6nfKsMbClxp/3x8fCwgJcXO6e1E1cdBSH4K9r+/0KS1gfECNI7gVBE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+87770+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1647721983196637.1705313579258; Sat, 19 Mar 2022 13:33:03 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id kqlvYY1788612xOiIEJkqGFS; Sat, 19 Mar 2022 13:33:02 -0700 X-Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mx.groups.io with SMTP id smtpd.web10.11458.1647721982314287674 for ; Sat, 19 Mar 2022 13:33:02 -0700 X-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 702D83200C4A; Sat, 19 Mar 2022 16:33:01 -0400 (EDT) X-Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sat, 19 Mar 2022 16:33:01 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudefkedgudegtdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepkeejiedvjeelhfffkedvieeuveefhfffudeikeekfeegheevheekjeetuedt gfffnecuffhomhgrihhnpehgihhthhhusgdrtghomhdpghhithhlrggsrdgtohhmnecuve hluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprhgvsggvtggt rgessghsughiohdrtghomh X-ME-Proxy: X-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 19 Mar 2022 16:33:00 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Ard Biesheuvel , Leif Lindholm , Graeme Gregory , Radoslaw Biernacki Cc: Rebecca Cran Subject: [edk2-devel] [PATCH edk2-platforms 2/3] Platform/Qemu: Update SbsaQemu Readme.md with current QEMU git URL Date: Sat, 19 Mar 2022 14:32:51 -0600 Message-Id: <20220319203252.160201-3-rebecca@bsdio.com> In-Reply-To: <20220319203252.160201-1-rebecca@bsdio.com> References: <20220319203252.160201-1-rebecca@bsdio.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,rebecca@bsdio.com X-Gm-Message-State: A1dAUf0QvYaQOqJNvLJfYnWEx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1647721982; bh=8ZkexD1ibVGAu2gtudm77oewWnYIdCr47YUzAeaTrz4=; h=Cc:Date:From:Reply-To:Subject:To; b=Z09vhEJApsyDJN6/NAekJs1OW5UJs5qF+/J7yLAkwx+0U9VXkJGOQElxOCe5tIvGhO5 chLCAQZmwq4HL+FT0/NpR59VqqfhQ7c+OPL5VFIL+jbUWKeswjYfkb6Sl5dKQbZXVOukP 11kALViZPAMqoZ3eHzz77IXxkBLq2/SO8EY= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1647721984419100009 Content-Type: text/plain; charset="utf-8" The canonical QEMU Git URL isn't GitHub, but GitLab. Signed-off-by: Rebecca Cran --- Platform/Qemu/SbsaQemu/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Read= me.md index c514c33b7c2f..692f9702de56 100644 --- a/Platform/Qemu/SbsaQemu/Readme.md +++ b/Platform/Qemu/SbsaQemu/Readme.md @@ -27,7 +27,7 @@ Flash1 contains EFI code and EFI variables. =20 Create a directory $WORKSPACE that would hold source code of the component= s. =20 - 1. [qemu](https://github.com/qemu/qemu.git) + 1. [qemu](https://gitlab.com/qemu-project/qemu.git) 2. [edk2](https://github.com/tianocore/edk2) 3. [edk2-platforms](https://github.com/tianocore/edk2-platforms) 4. [edk2-non-osi](https://github.com/tianocore/edk2-non-osi) --=20 2.25.1 -=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 (#87770): https://edk2.groups.io/g/devel/message/87770 Mute This Topic: https://groups.io/mt/89895946/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Tue May 14 11:15:42 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+87771+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+87771+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1647721985; cv=none; d=zohomail.com; s=zohoarc; b=QhdvUi93r4NTJAnhiFkj0YNIoTGtAtRawWOo1nOciCERLsgqnyDSHGlaaoEkom3B1U0P2zK8oGFFontfabWzjRhn5gtb3jX0266Ry5ZeVix1uofXutZFfBszr0ImcEHDOiKKdi48bSVaTWjqPf3BdymIQFCBTWPofWXF7jbbPX4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1647721985; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=7uXcwvJEYTnOqLID2AtDJXNiO0gYSQwqk6LdoXQqSAY=; b=UPK/1MRggYdslZpOVdMw52iLjeDjRQm1ZS8gT3MVZuSMRBko0F+keD0xRgsObKGyErWIJTeed/yZ9CwVBsL/X2q2sKhIT6VVJQ5j6+sKD5SK8wM78GeOOk/myyg0oCn0k1Dv9uZ2aAf4ShcNou4ejmJWX3UWFcEaeV+2Ajo1YuA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+87771+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1647721985310384.1620654601529; Sat, 19 Mar 2022 13:33:05 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id NyXHYY1788612xCqvHekgfFQ; Sat, 19 Mar 2022 13:33:05 -0700 X-Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mx.groups.io with SMTP id smtpd.web09.11510.1647721984356523558 for ; Sat, 19 Mar 2022 13:33:04 -0700 X-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 7B86D3200D18; Sat, 19 Mar 2022 16:33:03 -0400 (EDT) X-Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sat, 19 Mar 2022 16:33:04 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudefkedgudegtdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkofgjfhgggfestdekredtredttdenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepveeiffeivdevudetueehiedthedthefhtdehfeelkeeitdfhhfefleetieeh gfevnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprh gvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: X-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 19 Mar 2022 16:33:02 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Ard Biesheuvel , Leif Lindholm , Graeme Gregory , Radoslaw Biernacki Cc: Rebecca Cran Subject: [edk2-devel] [PATCH edk2-platforms 3/3] Platform/Qemu: Update SbsaQemu Readme.md with current TF-A build PLAT Date: Sat, 19 Mar 2022 14:32:52 -0600 Message-Id: <20220319203252.160201-4-rebecca@bsdio.com> In-Reply-To: <20220319203252.160201-1-rebecca@bsdio.com> References: <20220319203252.160201-1-rebecca@bsdio.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,rebecca@bsdio.com X-Gm-Message-State: 19rCkqUMfJqPoBl87OP9tO7gx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1647721985; bh=G1Lxd3x7W8VnwMXimzLkcvTcejYUVUwoAvV3ghVxHrY=; h=Cc:Date:From:Reply-To:Subject:To; b=kI4aVuqVYpqDnCyHJvPzmY/s6jx9uZLXqWlgtAoq5ZWLWCXt97hyQadVDjBSSaMlSbf DbGQZiJjLslgovFmne6/xhkPtV9hFirUD8eTomt84S4KeSjRwSrunv7jyXZbQUqqNTMyi 1diAgjPzGxMTrpR7nBU1wm4ye7MIGyl7bSw= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1647721986452100012 Content-Type: text/plain; charset="utf-8" To build TF-A for QEMU Sbsa PLAT=3Dqemu_sbsa should now be specified. Signed-off-by: Rebecca Cran --- Platform/Qemu/SbsaQemu/Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Read= me.md index 692f9702de56..b63bcfe4413b 100644 --- a/Platform/Qemu/SbsaQemu/Readme.md +++ b/Platform/Qemu/SbsaQemu/Readme.md @@ -66,13 +66,13 @@ Create a directory $WORKSPACE that would hold source co= de of the components. =20 ``` cd $WORKSPACE/trusted-firmware-a - make PLAT=3Dsbsa all fip + make PLAT=3Dqemu_sbsa all fip ``` Then copy `bl1.bin` and `fip.bin` to the the edk2-non-osi directory: =20 ``` - cp build/sbsa/release/bl1.bin $WORKSPACE/edk2-non-osi/Platform/Qemu/Sbsa/ - cp build/sbsa/release/fip.bin $WORKSPACE/edk2-non-osi/Platform/Qemu/Sbsa/ + cp build/qemu_sbsa/release/bl1.bin $WORKSPACE/edk2-non-osi/Platform/Qemu= /Sbsa/ + cp build/qemu_sbsa/release/fip.bin $WORKSPACE/edk2-non-osi/Platform/Qemu= /Sbsa/ ``` =20 3. Compile UEFI for QEMU Sbsa platform --=20 2.25.1 -=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 (#87771): https://edk2.groups.io/g/devel/message/87771 Mute This Topic: https://groups.io/mt/89895947/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-