From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::242; helo=mail-wr0-x242.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x242.google.com (mail-wr0-x242.google.com [IPv6:2a00:1450:400c:c0c::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5460B220F3C3E for ; Fri, 24 Nov 2017 08:55:04 -0800 (PST) Received: by mail-wr0-x242.google.com with SMTP id w95so20938036wrc.2 for ; Fri, 24 Nov 2017 08:59:22 -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=x1WNoa089R+s87n8xoLcTK0zY7s9OPxY12a3bbYatB8=; b=X0qQ4Te50QDcYtKXobTvK0CxMaX8O0JaV3QTrANCsyLFeYWLXW2fAlqjNuZEFIJRhS g+ex2UAvJ+prL7xIEkHBAfrSFB+lYznCbdNWrerZcxzxUAxYD7+l+Pl55yynPztH7QEL R+ePslnR/VRMRUMX3+ZIMtmjYevqPpctzKFSs= 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=x1WNoa089R+s87n8xoLcTK0zY7s9OPxY12a3bbYatB8=; b=ib6kl8P1by4/ozMOSS8x5AezZe6NPKnB1/GjqRSlaWgl88xEVyZofZlmlMCvuYNDN4 1l5W3mmgErUVhdovLSJ8YwN7Xo1RcLIYkhYy8i+lkFRWn7Va2I9a985R9R41d60A/Ifg Gvwr2gPN3TB2gx7itS7vWjCXpFCWo1Y4ih6fDMw3+GteKJYGWP36bUWKb6BevWTtSQnM ZpISmyk8tNWeU3Y0QombtFRu0ixst04V1TeT8Y5qOIc7eVr5vhPhiWPU+xKFi9KcodGS fYGOTuLxvnL3uvI8UI1ESh0f1bOUfvNgYal6yPXeDX0kaK6ov51XFxrKQNTekoHA/JwB 9Ldg== X-Gm-Message-State: AJaThX6OiR1pjugKxM0RAuc3vTg++PJqb3LeyHNxXiFx7VXZe3GV8JIQ 0tiLW9cFnSByzn8SKrDZXErU4w== X-Google-Smtp-Source: AGs4zMZhthsvhLpUfBjSQkUckho6UalB5NuxDqMBaLvGgMfvzewc95wBIYZFBlVVE69GqEGFUXP7Yg== X-Received: by 10.223.178.87 with SMTP id y23mr13182326wra.3.1511542761564; Fri, 24 Nov 2017 08:59:21 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id u5sm3237537wmf.47.2017.11.24.08.59.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 24 Nov 2017 08:59:20 -0800 (PST) Date: Fri, 24 Nov 2017 16:59:18 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, michael.d.kinney@intel.com Message-ID: <20171124165918.zkh42mkw3moo2sl7@bivouac.eciton.net> References: <20171112171042.11678-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171112171042.11678-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-non-osi] Platform/Socionext: add Developer Box ARM-TF binary X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2017 16:55:04 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Nov 12, 2017 at 05:10:42PM +0000, Ard Biesheuvel wrote: > Add a prebuilt RELEASE binary of ARM Trusted Firmware built from commit > 42ad2cff0106358d1e29c3c96a4ebe92d08d4eba. > (https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git synquacer) > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > Platform/Socionext/DeveloperBox/License.txt | 29 ++++++++++++++++++++ > Platform/Socionext/DeveloperBox/README | 8 ++++++ > Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 0 -> 69968 bytes > 3 files changed, 37 insertions(+) > > diff --git a/Platform/Socionext/DeveloperBox/License.txt b/Platform/Socionext/DeveloperBox/License.txt > new file mode 100644 > index 000000000000..eff18f005f69 > --- /dev/null > +++ b/Platform/Socionext/DeveloperBox/License.txt > @@ -0,0 +1,29 @@ > +fip_all_arm_tf.bin > +================== > + > +Copyright (c) 2013-2014, ARM Limited and Contributors. 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. > + > +* Neither the name of ARM nor the names of its contributors may be used to > + endorse or promote products derived from this software without specific prior > + written permission. > + > +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/Socionext/DeveloperBox/README b/Platform/Socionext/DeveloperBox/README > new file mode 100644 > index 000000000000..cc902974f401 > --- /dev/null > +++ b/Platform/Socionext/DeveloperBox/README > @@ -0,0 +1,8 @@ > + > +This directory contains prebuilt firmware binaries for the > +DeveloperBox platform, based on the Socionext SynQuacer SoC. > + > +fip_all_arm_tf.bin - prebuilt ARM Trusted Firmware RELEASE binary > +Repo: https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git > +Commit: 42ad2cff0106358d1e29c3c96a4ebe92d08d4eba > + > diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin > new file mode 100644 > index 000000000000..5acbbdfd550e > Binary files /dev/null and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ > -- > 2.11.0 >