From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::e41; helo=mail-vs1-xe41.google.com; envelope-from=sumit.garg@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-vs1-xe41.google.com (mail-vs1-xe41.google.com [IPv6:2607:f8b0:4864:20::e41]) (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 3883C2119EF2F for ; Tue, 18 Dec 2018 04:58:42 -0800 (PST) Received: by mail-vs1-xe41.google.com with SMTP id p74so9934444vsc.0 for ; Tue, 18 Dec 2018 04:58:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GdrMulfpoRjxq42Gbqr0W919JUxL1qD/YXu9AdD5Qvw=; b=NC0WvgFd9ZHAr0A4I+QqThUw/Uo/U/IwB9IreatpIR0k/iDbsNQENVl4hbu6+F5jXG 2v5s0bgm8PaQvRNsDHpjot2roONkX/kB8LT8YgxARpGcq0Af7uusvjgSluPlWkKKb/mO wZJqKZERxzqJQkJ++Rfv+DZCX+1Ow8LgKsRnQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=GdrMulfpoRjxq42Gbqr0W919JUxL1qD/YXu9AdD5Qvw=; b=aRVVFk2mJuEpQRMFKebvZP4+L8YuX6PVeJhCtoFOyhmZL5eNDojwD27HPYpFFUH3rn TiPbGb6CYIUaAhDkLvDxphLj6UD1XsGGiDmuwN+xKLbTmn1FusEvIs8vDmCxUA37zdkZ n5gfenVVSs21qiZzRuRO2QN1YJUd+QN1Dv7x6HX98sOegSmmQkvi9ZCOYGie+4yZ5asE 1NZeBKlC7hMtKtfEFZasxiMrpgJyfzQ9zypm1SxV4mGKQAnGlGrrJ9VgDm1vX8wDGB44 8EL0HF4vK7EXm18MekjxEYyA7VbGl7bZG4+XzgaGCRKa27cVXLxhiHsPagyY8H5hRUFy TGXA== X-Gm-Message-State: AA+aEWbAKnxTBY8gz8w4YIv6koQZ/11B6WU7j5iryNYg/GrHEIqGL3lB FY0vkVtScARQ/NWUy14946148bW/y35G3zA923EWU+m+YP4= X-Google-Smtp-Source: AFSGD/Vdux0Xdh0Z2+LZzttDhoMJTQqlkRdF03I6Bm+n2ZvqULckBANGO5cV6DgMGeIGOaNfFFTkulRh7oYMGCK0hiw= X-Received: by 2002:a67:d684:: with SMTP id o4mr8318242vsj.174.1545137920676; Tue, 18 Dec 2018 04:58:40 -0800 (PST) MIME-Version: 1.0 References: <1545134943-16346-1-git-send-email-sumit.garg@linaro.org> In-Reply-To: From: Sumit Garg Date: Tue, 18 Dec 2018 18:28:28 +0530 Message-ID: To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, Daniel Thompson , Leif Lindholm Subject: Re: [PATCH edk2-non-osi 1/1] Platform/Socionext: update ARM-TF binary to include OP-TEE X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 12:58:42 -0000 Content-Type: text/plain; charset="UTF-8" On Tue, 18 Dec 2018 at 18:16, Ard Biesheuvel wrote: > > On Tue, 18 Dec 2018 at 13:09, Sumit Garg wrote: > > > > Include a prebuilt binary of OP-TEE OS built from commit > > a5d528c7e54fd7726230483bd4cd5c4786d7703f. > > (https://github.com/OP-TEE/optee_os.git master) > > > > Also update ARM-TF RELEASE build to commit 47577cbaaf4b. > > > > Cc: Ard Biesheuvel > > Cc: Leif Lindholm > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Sumit Garg > > --- > > Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 46824 -> 415251 bytes > > Thanks Sumit! > > In the future, please use --no-binary when sending patches like this one. > Sure will take care of this in future. > However, do you have any explanation why the size increases 10x? This > patch adds the pseudo-TA, but OP-TEE was already included in the > previous build, so this is a bit unexpected. > Actually I think ARM-TF was not updated earlier to include OP-TEE in upstream (tee.bin size: 316392 bytes). -Sumit > > > > > 1 file changed, 0 insertions(+), 0 deletions(-) > >