From nobody Sat May 4 14:54:28 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+51751+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+51751+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linaro.org ARC-Seal: i=1; a=rsa-sha256; t=1575479940; cv=none; d=zohomail.com; s=zohoarc; b=P2r7oOobjSrqvkNNszj4DLlISETM37bm3KHuvBp5h8WGrzXEn3If7Z9q4LlU6y/HpzOXonMmqb40dvRcpUdio8sytO94HbAYo6TJY4wbtUeZJPsU3iSNHCYHtd3XFe0wyJEO+TbmOd6UC92g/a2eDzdrKjZVDRvogcPTPGLSans= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1575479940; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=jx21/At9y/aTtoYRX399xlxIEloly3Q7YlY62g/OZ60=; b=YHI8N6x55Un6QIYyYh/8Gav0hKv13Zf8oT63cHqhDEOzaIQEbZ5Br97irnTQjOT+OQI0me1+K4WaYEEwN3HUWBf4zp/TAVAAxqpcbE95GRlLV41yg8xFHSXhz5KuG/WjD2mp5iwZvOn+NMJm9ZepOV613OFoETaW95rMZvGewE4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+51751+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1575479940449437.9435246248603; Wed, 4 Dec 2019 09:19:00 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id aaaaYY1788612xaaaaaaaaaa; Wed, 04 Dec 2019 09:19:00 -0800 X-Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by mx.groups.io with SMTP id smtpd.web10.7877.1575479902539111577 for ; Wed, 04 Dec 2019 09:18:22 -0800 X-Received: by mail-pl1-f196.google.com with SMTP id k20so4283pls.3 for ; Wed, 04 Dec 2019 09:18:22 -0800 (PST) X-Gm-Message-State: aaaaaaaaaaaaaaaaaaaaaaaax1787277AA= X-Google-Smtp-Source: APXvYqxY973NFDZl6R6lQCzR0pFHJxIVzm/XqG/RdclyVs5Nze12wZpHa1LH2MlcakupbYLxG93Uyg== X-Received: by 2002:a17:90a:be03:: with SMTP id a3mr4461560pjs.75.1575479901719; Wed, 04 Dec 2019 09:18:21 -0800 (PST) X-Received: from localhost.localdomain ([106.201.45.241]) by smtp.googlemail.com with ESMTPSA id b65sm8650641pgc.18.2019.12.04.09.18.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 09:18:21 -0800 (PST) From: Tanmay Jagdale To: devel@edk2.groups.io, leif.lindholm@linaro.org, ard.biesheuvel@linaro.org Cc: Tanmay Jagdale Subject: [edk2-devel] [PATCH] Platform/Qemu/Sbsa: Add TF-A binaries Date: Wed, 4 Dec 2019 22:48:14 +0530 Message-Id: <20191204171814.26804-1-tanmay.jagdale@linaro.org> Precedence: Bulk List-Unsubscribe: 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,tanmay.jagdale@linaro.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1575479940; bh=0zpKu6gNUFj5itAh/DW7jTv635G3fm5sEeTKrxvNYgM=; h=Cc:Date:From:Reply-To:Subject:To; b=pgHw7cQwIwWpq2SyLdhNWC6X/OBiZWlpRgz688Hw6g8NFvYOm7TQq3SyWTm+NRDN2kU 6mrmPPuG6WVeNc2tsYcNM5urTjkBbSRd801JwRp9zDlnb8wbRoEfcDyZJ1uqeem2n+O8j zrdB8EuXCdHoIIVitF5HQwdP/C9QE55H7mA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Add fip.bin and bl1.bin binaries for the Qemu Sbsa model Signed-off-by: Tanmay Jagdale Reviewed-by: Leif Lindholm --- The bl1.bin and fip.bin binaries are present in the following git repository https://git.linaro.org/people/tanmay.jagdale/edk2-non-osi.git/tree/Platform= /Qemu/Sbsa Platform/Qemu/Sbsa/License.txt | 25 +++++++++++++++++++++++++ Platform/Qemu/Sbsa/Readme.md | 19 +++++++++++++++++++ Platform/Qemu/Sbsa/bl1.bin | Bin 0 -> 19064 bytes Platform/Qemu/Sbsa/fip.bin | Bin 0 -> 53984 bytes 4 files changed, 44 insertions(+) create mode 100644 Platform/Qemu/Sbsa/License.txt create mode 100644 Platform/Qemu/Sbsa/Readme.md create mode 100755 Platform/Qemu/Sbsa/bl1.bin create mode 100644 Platform/Qemu/Sbsa/fip.bin diff --git a/Platform/Qemu/Sbsa/License.txt b/Platform/Qemu/Sbsa/License.txt new file mode 100644 index 0000000..b45969c --- /dev/null +++ b/Platform/Qemu/Sbsa/License.txt @@ -0,0 +1,25 @@ +opyright (c) 2019, Linaro Ltd. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/Platform/Qemu/Sbsa/Readme.md b/Platform/Qemu/Sbsa/Readme.md new file mode 100644 index 0000000..7febaa8 --- /dev/null +++ b/Platform/Qemu/Sbsa/Readme.md @@ -0,0 +1,19 @@ +Qemu SBSA TF-A binaries +----------------------- + +These binaries have been created from the mainline TF-A +code checked out at the following commit ID: + +commit a74e3a16b50c70a34936b03876c2018c52ae8311 +Merge: a04808c1 b30646a8 +Author: Alexei Fedorov +Date: Fri Oct 25 09:36:59 2019 +0000 + + Merge "plat/arm: use Aff3 bits also to validate mpidr" into integration + + +No modifications to the source code have been done. +The binaries have been generated for the AARCH64 platform +with the following command: + + make PLAT=3Dqemu_sbsa all fip diff --git a/Platform/Qemu/Sbsa/bl1.bin b/Platform/Qemu/Sbsa/bl1.bin new file mode 100755 index 0000000..c23afd0 Binary files /dev/null and b/Platform/Qemu/Sbsa/bl1.bin differ diff --git a/Platform/Qemu/Sbsa/fip.bin b/Platform/Qemu/Sbsa/fip.bin new file mode 100644 index 0000000..fcde089 Binary files /dev/null and b/Platform/Qemu/Sbsa/fip.bin differ --=20 2.17.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 (#51751): https://edk2.groups.io/g/devel/message/51751 Mute This Topic: https://groups.io/mt/66456912/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-