From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by mx.groups.io with SMTP id smtpd.web12.8452.1576512526245448300 for ; Mon, 16 Dec 2019 08:08:46 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=XJ+1myif; spf=pass (domain: linaro.org, ip: 209.85.128.67, mailfrom: leif.lindholm@linaro.org) Received: by mail-wm1-f67.google.com with SMTP id u2so7316098wmc.3 for ; Mon, 16 Dec 2019 08:08:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=kKOmKv6PKHpY2sTz2khEGGGNUX9nr0IZdtkGTVAmQ3I=; b=XJ+1myifW7xE3sOTaCmfnXZ2EGu2Oy6plRQWSLW+HaD/4qrd/GmaPk1edt3+sqCf/H 7+ZDH5u9juDM6IoYPcb9G1pqK3/ps8m/JPAAAr4OMBHXi4pxlppeH0UJhRdaA2wHq6Li C4VUdkMSBy+3SXGNWBFb50QvTJf1XJV354wKoYHM7Lal68Np8KCSgUyVucB2yPvEalEu ueF4AiZH34nklZwqT/kQ422PQLWQ8T0Uml+wuccLnbArS6gLwixvf0z/O4vXtNkGqtGJ R8TC0yI2yM5h01M210H7BnFKbKLebPB1EKnNXYP4vloBRBbo8Lly1AyDPGO+SMzu/N6+ JboQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=kKOmKv6PKHpY2sTz2khEGGGNUX9nr0IZdtkGTVAmQ3I=; b=uKMa4v3//yeI0imfW7r3mnUIoWI3eoVtShYcuCMxID+vQRxMyccIC6PiHidoPNoSs/ cecO9csBnyVKr7Uc73+zQECR4QaQvDo0iM6AG9ylKPhmSp66gmhd1EbQaS5Pa16xEsY6 Bafcb6Z1ATcjDKWC1L2KwVIoL5zCXA65ed6sdcMVa8n7N/FY2fLc+seJbQtzlf6FOOJV Lk5Qq2LimnO3sqFOfV2o9of+2tpuLPcI+lNL5ub6XokSz60E8/y0InkhDe/L3VSYBe/j 9zdxScuYJMzVYROHzzVxRMO12LJqul59I0SW+zSkDwkSDJaA1GfLtlhehvxraH3DFT/n TYSA== X-Gm-Message-State: APjAAAVm+Ghr2nNRGAbIzffDr9PqH1z7Wz/LRVqPzB9eV62P0wr8lCj9 dS/6AU1tK0AU9+BgdRPTK+HHZw== X-Google-Smtp-Source: APXvYqwxBtxIK8X3zbFjDGaOpiY9wxzmcxDBeGP0rq95qe4TIFaeRN6B44BD9q+Kwmiaed9nQSmW9Q== X-Received: by 2002:a7b:cc82:: with SMTP id p2mr32398612wma.159.1576512524750; Mon, 16 Dec 2019 08:08:44 -0800 (PST) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id c9sm20590912wmc.47.2019.12.16.08.08.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Dec 2019 08:08:44 -0800 (PST) Date: Mon, 16 Dec 2019 16:08:42 +0000 From: "Leif Lindholm" To: Tanmay Jagdale Cc: devel@edk2.groups.io, ard.biesheuvel@linaro.org Subject: Re: [PATCH] Platform/Qemu/Sbsa: Add TF-A binaries Message-ID: <20191216160842.GL7359@bivouac.eciton.net> References: <20191204171814.26804-1-tanmay.jagdale@linaro.org> MIME-Version: 1.0 In-Reply-To: <20191204171814.26804-1-tanmay.jagdale@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Dec 04, 2019 at 22:48:14 +0530, Tanmay Jagdale wrote: > Add fip.bin and bl1.bin binaries for the Qemu Sbsa model > > Signed-off-by: Tanmay Jagdale > --- > 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. Missing leading 'C'. > + > +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 > + > + This really only needs the commit hash, but the above is not useful, so we can keep it in. > +No modifications to the source code have been done. That is implicit, so this line can be deleted. But I can do that and the C before pushing this patch, if you're OK with that? If so Reviewed-by: Leif Lindholm (But I will hold off on pushing until the edk2-platforms support is ready to go in.) Regards, Leif > +The binaries have been generated for the AARCH64 platform > +with the following command: > + > + make PLAT=qemu_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 > -- > 2.17.1 >