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::d41; helo=mail-io1-xd41.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd41.google.com (mail-io1-xd41.google.com [IPv6:2607:f8b0:4864:20::d41]) (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 A2088211D9174 for ; Fri, 15 Mar 2019 04:36:46 -0700 (PDT) Received: by mail-io1-xd41.google.com with SMTP id b6so8070738iog.0 for ; Fri, 15 Mar 2019 04:36:46 -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=QwAsReejDruHYLAnBId1n/aLKuVqk685IIGfLqb1j4E=; b=Jwn3O52nz7WsbFpwXshcIiY06iGIw7g2mz00h516pV8XLRSdIszG314LnM6ttnLZGv gea/FVQ3q1KYZoBm80O/RkX934mgh7galFemZGuPxGar5cjp4TapvrMzIWR7daCYbqS3 mZ2u8hjqA2T9jDiZ/F+IA0iNfiwDGhFVsl7CjrQR3gYmdTGrrdQfY8KJuR0bNJuyhnGH tadDPvW6kTQBq9GZ2NMiiQCPGldYwvoAfrVH3xCWPpEGxjFlFZfQLYpgR9pzXLNBLIUf Sv1m3Og8797RHJa1MmJ0CT0VPZv5s3Sed+R+O7HgdpkZZCu2FA9TtL5YtZq6o7zMoyIi BKMg== 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=QwAsReejDruHYLAnBId1n/aLKuVqk685IIGfLqb1j4E=; b=q1VNleoCrVJeHejmXNuRYmAfPCrWrWVDzA+5yIM2/aEZMYAgqfNhGu4iEiIMl4sAIB CpLSewic8Wk9feiVPLjJtSFsSKHHaqpzirQO0hqLSsvUGSk70SYPRXTUR6AtNQ7z7Bss XUmSlw3UTqPM5BennnV2M4QlHZ2G9jUhuSuqChxo7YUR1O57uGlOnaLNOTZ5kwHn2GcU iKChluOBRyhYwglbUhsqZi/Bqg82Kkmu6ewvCK7fT5cy9k1VsmzG8p0z984lQ9Fy2Oxi mNRa672d3YgcID9urDQKowTKWRbmG33xjik402EJgJ157edUgxJPsrmz6/rPv+wJjlwA tpNg== X-Gm-Message-State: APjAAAWzJjKYhYwzmbPyt4vIy+8DIBgYHZF1j0TeKQ+HfrrYLXe1H7T0 JW1VEX2InlkYa8HggIeLNOlLtxrVXJGSmbzvNKLLS2Xb X-Google-Smtp-Source: APXvYqwiX3PrSQewWyZvY+zTGDSfRHnq34CeNPKpygcFw3ZVD21p+6EB3GCO8cSrBJe5YhPAGiELgIqx0TX5DtZtfpY= X-Received: by 2002:a5d:8b41:: with SMTP id c1mr1891573iot.173.1552649805618; Fri, 15 Mar 2019 04:36:45 -0700 (PDT) MIME-Version: 1.0 References: <1552406795-16588-1-git-send-email-jagadeesh.ujja@arm.com> In-Reply-To: From: Ard Biesheuvel Date: Fri, 15 Mar 2019 12:36:34 +0100 Message-ID: To: Jagadeesh Ujja Cc: "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [PATCH edk2-platforms v2 0/3] Platform/ARM/SgiPkg: Implement StandaloneMm based secure boot 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, 15 Mar 2019 11:36:46 -0000 Content-Type: text/plain; charset="UTF-8" On Fri, 15 Mar 2019 at 09:19, Jagadeesh Ujja wrote: > > hi Ard/Leif > > Please let me know if you have any comments on this patch set > I'll have a look, but we need the updated NorFlashDxe in ArmPlatformPkg before we can merge this anyway. > > On Tue, Mar > On Tue, Mar 12, 2019 at 9:45 PM Jagadeesh Ujja wrote: > > > > Changes since v1: > > - Addressed all the comments from Ard Biesheuvel. > > > > Integrating various pieces together so that the authenticated variable store > > runs entirely in standalone MM context residing in a secure partition. > > This primarily involves adding all required library and drivers to platform > > specific .DSC and .FDF files. This creates separate Nor flash region which > > is visible to only StandaoneMm drivers, this Nor Flash will co-exist along > > with general Nor flash region. > > > > Jagadeesh Ujja (3): > > Platform/ARM/Sgi: define nor2 flash controller memory map > > Platform/ARM/Sgi: allow MM_STANDALONE modules to use > > NorFlashPlatformLib > > Platform/ARM/SgiPkg: add MM based UEFI secure boot support > > > > Platform/ARM/SgiPkg/Include/SgiPlatform.h | 4 ++ > > Platform/ARM/SgiPkg/Library/NorFlashLib/StandaloneMmNorFlashLib.c | 63 ++++++++++++++++++++ > > Platform/ARM/SgiPkg/Library/NorFlashLib/StandaloneMmNorFlashLib.inf | 33 ++++++++++ > > Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc | 34 ++++++++++- > > Platform/ARM/SgiPkg/PlatformStandaloneMm.fdf | 5 ++ > > Platform/ARM/SgiPkg/SgiPlatform.dsc | 18 +++++- > > Platform/ARM/SgiPkg/SgiPlatform.fdf | 7 ++- > > 7 files changed, 161 insertions(+), 3 deletions(-) > > create mode 100644 Platform/ARM/SgiPkg/Library/NorFlashLib/StandaloneMmNorFlashLib.c > > create mode 100644 Platform/ARM/SgiPkg/Library/NorFlashLib/StandaloneMmNorFlashLib.inf > > > > -- > > 2.7.4 > > > > In-Reply-To: > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel