From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::242; helo=mail-it0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 870C3203B99D6 for ; Sun, 17 Jun 2018 23:43:13 -0700 (PDT) Received: by mail-it0-x242.google.com with SMTP id v83-v6so10505037itc.3 for ; Sun, 17 Jun 2018 23:43:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=l1uRuUezQode4anmaFlOx98vcdEipE9yWgawWOWK1f4=; b=IIKayri3mA/OrmsZJOqIHZwfTWDcL3u/pG/GAi4YtLyOsgl/qhFjg7dcoUNoE5e1mK gjL0DxDBsVOLrHjRnCfq7Qj+A7CgxVBCxytdMifhbVWHz250d9KOVCdIMsYc4z8wCfen SL2xR4usEvgtHUKTUzGFHr6Hrm/zKFbKR3sHw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=l1uRuUezQode4anmaFlOx98vcdEipE9yWgawWOWK1f4=; b=W5A9dK+zl/f4l8isCYjrk3/TaIf07i9DM1fEfLCH1/ZlNXLvHbtA4jCYzzsKae9hA9 0638E/rvKe0ow/cZvVX564auPq3ia6I0RW7tjkVHpfDs/GVJvfktBjs8RwPz/polxUWB +DgmDynjLO0hySPjPiyDDtDgYuJ6B0AkYXI9hswK68wrr36ulhkgcr0w7u4jfGUnUZ5r 82/u2j9ge87KtS7UxXG1PnezsVAdk/lt6M59vDgbP/fhTJ6dhSoJEawoT5i3wQtMRWUZ kEsOQdoC9rUXO0qjS1sNBa83C2kYj/DsMj6i9eKPw6wGHOG2PQOuo/569TU+Nh9d+Weh VtuA== X-Gm-Message-State: APt69E1XqQJPHm3Gw0egszZH52PeuwdCV10Cyiy8ZeYciih4o9/F4tV9 xOSX7KQG1utzox2HN7J1lhn+91FkZK9pIuCCur1YCg== X-Google-Smtp-Source: ADUXVKIS8Xhu3t4ZArTPU+lzQOnkSnFB7siHYDeK3Cn5LYCin5Oeo98fC8YdQvkW71Jha/BLK4ZuxP7rQbDJGlPytUs= X-Received: by 2002:a24:1d0e:: with SMTP id 14-v6mr8479022itj.50.1529304192684; Sun, 17 Jun 2018 23:43:12 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Sun, 17 Jun 2018 23:43:12 -0700 (PDT) In-Reply-To: <20180615172228.vifzvtt2uyoaep7q@bivouac.eciton.net> References: <20180607113203.27606-1-ard.biesheuvel@linaro.org> <20180607113203.27606-2-ard.biesheuvel@linaro.org> <20180615172228.vifzvtt2uyoaep7q@bivouac.eciton.net> From: Ard Biesheuvel Date: Mon, 18 Jun 2018 08:43:12 +0200 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , "Kinney, Michael D" 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: Mon, 18 Jun 2018 06:43:13 -0000 Content-Type: text/plain; charset="UTF-8" On 15 June 2018 at 19:22, Leif Lindholm wrote: > 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 > Thanks. > Feel free to push this one separately once everything is in place to > do so. > Pushed as f65939a9d98b283351fa5b9d62a8d49c42143b4f >> --- >> 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 >>