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::141; helo=mail-it1-x141.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x141.google.com (mail-it1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) (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 1F87D211EC0FC for ; Fri, 29 Mar 2019 02:52:54 -0700 (PDT) Received: by mail-it1-x141.google.com with SMTP id z126so2789458itd.5 for ; Fri, 29 Mar 2019 02:52:53 -0700 (PDT) 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=dLQIyoIuUrwR54O80+rQ+kkrbYfXe6Ekrn9HHzxllTw=; b=uf412/9HdoSL5m3pYT6B/P6HJfjqiNGbSj3YA+CXQHFIs7LhPO5TtitHWjWLekvoQH NNaHiwdnUxzAZXnu/HGx/uvhZFAtUDNLLK3PykodTy6s5AgLtFN12x+wwLVO7XzmxL05 S3JAQ9/Wg8d7gv/JwlOnOrmea/sypkOdgE+hwCdU4FmQQ2MMwstWKHCcAODm/SYlQMEC DJ6Tf2OWNrAMYZmhiW3NRfWt6FnowaXqNmr5npT4K5vpQkRmqI/n3EyoyeXVODCiIRof RZTJV2fYSaTpryVWqZjOgaGpgwsVBZz6/bwXGq6bn9Rsps7zVN0/uSzu5ICYQK8jLk/9 gT9g== 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=dLQIyoIuUrwR54O80+rQ+kkrbYfXe6Ekrn9HHzxllTw=; b=YOf5jBOWc0oFSEffIOcqVVhLkXylQRV4eOlDsxrrrCnHz24yTJKfxGFqw2gXgk1fNF D9quyXFzVrh1acv59zzs0izdAyXumxx+3p3iuNmUwnb9Gvw1ZlFQQuIB2R9NXQMrQW/y aixUCg1cMLXsbUO7Z/OxlWNuQKl1PrMR/PCY3mJscLo9nu2Ilkpr5klXvLeilgk3Y9/g /sbwq0hG54wx5DtXsZ/licoeynUUB4XvwQyKy6fKjfyxDqbP1TrxAQHh2JZfxYKQMEA+ Kdx2tT3nz3B5vnp+2mKH47mibKsVs4Upd62qVk/NBZA8S+zrpO9RqU3Uuexmbc8tCKQg x7gA== X-Gm-Message-State: APjAAAUf2WcSse0hAvsBZobszOn1DzCnpOJFUN97KnzmBu6NtNaoc+1v jbdTj1XO6tfyJNadMuTyUoQsA/I2chSb90fEJGclvQ== X-Google-Smtp-Source: APXvYqyY9HgdAjGCWU0+2VsACh7CVt7l36YV1nBLyx8rWu1vpvt3FgBES7sXO5kqSjg8lNjXLxzmPHDUqUenJVcfzpE= X-Received: by 2002:a02:ac14:: with SMTP id a20mr36074275jao.130.1553853173297; Fri, 29 Mar 2019 02:52:53 -0700 (PDT) MIME-Version: 1.0 References: <20190329074612.8192-1-ard.biesheuvel@linaro.org> <20190329085749.fftieuoagatusogs@bivouac.eciton.net> In-Reply-To: <20190329085749.fftieuoagatusogs@bivouac.eciton.net> From: Ard Biesheuvel Date: Fri, 29 Mar 2019 10:52:41 +0100 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH edk2-non-osi] Platform/DeveloperBox: add binary build of TF-A + standalone MM varstore 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: Fri, 29 Mar 2019 09:52:54 -0000 Content-Type: text/plain; charset="UTF-8" On Fri, 29 Mar 2019 at 09:57, Leif Lindholm wrote: > > On Fri, Mar 29, 2019 at 08:46:12AM +0100, Ard Biesheuvel wrote: > > Provide a prebuilt binary of the standalone MM payload containing the > > UEFI authenticated variable store drivers. These are built from EDK2 > > components, but the resulting image needs to be wrapped in a FIP > > container and built into the secure world TF-A image. > > > > TF-A commit: e86e202c2e4e > > edk2 commit: 8028f0303218 > > edk2-platforms commit: 05fdad573966 > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Ard Biesheuvel > > Reviewed-by: Leif Lindholm > Turns out I need to respin this based on 0a32c15d2172 (just pushed into edk2-platforms).