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::244; helo=mail-wr0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 59569210E1295 for ; Fri, 15 Jun 2018 10:22:33 -0700 (PDT) Received: by mail-wr0-x244.google.com with SMTP id d2-v6so10618199wrm.10 for ; Fri, 15 Jun 2018 10:22:32 -0700 (PDT) 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=Jy9t3nzaKsa3CKgIVaAhgz6MxxAblXzRf4KG+ND6uR4=; b=ERXdp7k6SdGEYTicF/2baETqTruYVA54aw+EtAsA5QE42TljFInrnFhrd3NtfYm41E zqSgPHpe17PYgNALh4dX2jXI8SkoWmMzPaOTw5jeRM7Cq+4xW/vknCODVA9tXWVp92e1 zEnYzUFRjdrmxnq9MNKfmkGo5gT8/1yzWtfdY= 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=Jy9t3nzaKsa3CKgIVaAhgz6MxxAblXzRf4KG+ND6uR4=; b=ikeH7aNxU5EEiCHi8xUm/DnMpBnU5JQwtVgosCsyf7HJdK7TWRgH7yaTzNQIlCBRPo f/bm7pHUUK0mLHXIq/1SH++HwC67lLzCvnaWlw2tYOMpwS1fr1NDzPEJO4RGOEVnnwgT SXWcWqnMEQbsbDG9wAphWEd2wE7LvKXbTREi9LhEUpnAXwXpOZWk+CxkhiluZeL98ukr IrLcH0orZvfS+r8gvyB4BvtMbqNmN2sNWiELBhj+bkc6PUESxyuZkuA1QlnzoO8XnfOT DhIX1YOmgHM8OlzgZKYJ/0GMx62yuW7MTP0aIe8rfDY0/SOy2BtqundbZUru0xEfopMs CGPA== X-Gm-Message-State: APt69E0xkzlbyC4RZLIAvKQollPFANkHxhf0blkL03EFDzaIBsREGVsi 7Dt8eFbP5pVmS2CdBIKDq3gJeA== X-Google-Smtp-Source: ADUXVKLl7R8hz6kbeOT077DGmPfb4KBmqypTs+18/pjNoqtJWrsiOcVlLC7jizVvoD4mLXpO8SdnbA== X-Received: by 2002:adf:c7c3:: with SMTP id y3-v6mr2428632wrg.230.1529083351338; Fri, 15 Jun 2018 10:22:31 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 137-v6sm2873585wmv.28.2018.06.15.10.22.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 15 Jun 2018 10:22:30 -0700 (PDT) Date: Fri, 15 Jun 2018 18:22:28 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, michael.d.kinney@intel.com Message-ID: <20180615172228.vifzvtt2uyoaep7q@bivouac.eciton.net> References: <20180607113203.27606-1-ard.biesheuvel@linaro.org> <20180607113203.27606-2-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180607113203.27606-2-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms 1/3] Platform/Socionext/DeveloperBox: add support for persistent capsules X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 17:22:33 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 07, 2018 at 01:32:01PM +0200, Ard Biesheuvel wrote: > Add support for PersistAcrossReset capsules, by setting the associated > PCD, and by enabling the warm reboot implementation that reenters PEI > with interrupts, caches and MMU disabled. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm Feel free to push this one separately once everything is in place to do so. > --- > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > index 300e3fd656a5..1476257acce1 100644 > --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc > @@ -226,11 +226,8 @@ [PcdsFeatureFlag] > gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE > gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport|FALSE > > - # > - # This requires support in ARM Trusted Firmware and SCP for warm reset, > - # so disable for now > - # > - gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE > + gArmTokenSpaceGuid.PcdArmReenterPeiForCapsuleWarmReboot|TRUE > + gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|TRUE > > # needed for NFIT tables installed by RamDiskDxe > gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE > -- > 2.17.0 >