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::144; helo=mail-it1-x144.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x144.google.com (mail-it1-x144.google.com [IPv6:2607:f8b0:4864:20::144]) (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 3A6732119EF23 for ; Tue, 18 Dec 2018 04:46:04 -0800 (PST) Received: by mail-it1-x144.google.com with SMTP id p197so4075792itp.0 for ; Tue, 18 Dec 2018 04:46:04 -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=1VLYXTm8dtSAQcBqyeQ3gU4oj8VUndHeTFr9Yao+U4k=; b=bYzJw6tkfj/MtdXvXvWLlJq4xvU5zsahE8JNNy10SMlh2GxoyRstAX1nabC8/PJSNv 74pfpZEjEPJmx00M90lNeCalY6yZImCioA0rv+qDJWH3dx9jODl0U7xxijJsUSlrehR9 ZFqoZDXV5fLn+lUwO/tpxux4JCxzDjpiP4ZgA= 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=1VLYXTm8dtSAQcBqyeQ3gU4oj8VUndHeTFr9Yao+U4k=; b=d7LwE2Jq+DzPuL4mv/a3tfEoXAOKYo25BGbgYKK8MSQZeUl9SMw9fFjOwvdWvBnizQ Vr7bItjg+ldv3S1IwQ0wJU1r4T6ZooedwfrI0unby+R0g1SajULxi3gh/Y2u9PtkUY6s 55MbHV2GqZ1hjKV5wH3Z87ZPDMzl6F49kuNyeh/ufrSGUEMUqDIQ7LPdvAo5tiEEIxhX igfmtqhbgCKpLXVh8Kq8mC2NZ1+tEIwU7emSIgRXtryZWBceEUIyFbmCRmMYPJ4Gz7xa QZPZkFeUzvuFv3qC1ZeyaTLyHhqvXg9z1d+kb6WHT8AfoiGbvGD+GtejZRbeWVl3vxsb uCPQ== X-Gm-Message-State: AA+aEWblmGzPYe87pHqMbntbt7M6UHLYxh1eJ7wGIMN1mmkGieC8QR53 YAEyPTXYBGAWzds2v/Q+9iKfQyqagUiBZqEn2JtNpw== X-Google-Smtp-Source: AFSGD/XtKHuQoSJ2B+MSujPajOk59/x90VPiJsN8br+zy31mRDwa9t0W11gfxlH8qCA/IbWDDxdw1L5BblcKwGN7jV4= X-Received: by 2002:a24:710:: with SMTP id f16mr2401693itf.121.1545137164053; Tue, 18 Dec 2018 04:46:04 -0800 (PST) MIME-Version: 1.0 References: <1545134943-16346-1-git-send-email-sumit.garg@linaro.org> In-Reply-To: <1545134943-16346-1-git-send-email-sumit.garg@linaro.org> From: Ard Biesheuvel Date: Tue, 18 Dec 2018 13:45:52 +0100 Message-ID: To: Sumit Garg 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:46:05 -0000 Content-Type: text/plain; charset="UTF-8" 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. 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. > 1 file changed, 0 insertions(+), 0 deletions(-) >