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:c09::241; helo=mail-wm0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 1D4A321164C5D for ; Thu, 7 Jun 2018 04:32:12 -0700 (PDT) Received: by mail-wm0-x241.google.com with SMTP id o13-v6so17156835wmf.4 for ; Thu, 07 Jun 2018 04:32:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=s1Kog8CudRibXrc0GUZDkDwMtskUAvVSGNg0qJwbsV8=; b=JnhwR1aYWdmlzxUD76a2a4oo42+asvZZVqgDS1bBSLgAp5STc/7S7tKYtyVe3qUryU bE0s5wulPWyPRkm9dTMNurCT09TWpjWJxUQcl3pzUfqVkLIo03cS5EzoboPyujB3Gy0s bcLeTGUdP1+MHTONVDS2BqooLlkNV/npcHLn4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=s1Kog8CudRibXrc0GUZDkDwMtskUAvVSGNg0qJwbsV8=; b=IkwfxaeC53M+sE+6CBoL/oDZlj/hNYcmalYGfifmG2gm3bWLJgPGsFIddJGy6exwQv M8hemsh3DrDSj1I/EF52veIleYqU+XEWI7z+5LgXOUIoqR+VGWxJyydmkDTvqVxwaWW3 AXceXZinau3XZ/6j3rvMShrmSa2t/wf4Gpq2qewZtDmnDyj4g3E/eD6ITanOVxkkg13+ sgF9xJ/i/g20u9iAvUkUUdGSRohNnWpRmQseMjK9fBaIvCm5HJnb0eGnwcWWQjf27SDR 7hN6Yw11+MgtAy1cgjKk4ZtR8AP01EZdOz+0t0/UEjwvIfP7OhpXYNEbbeS7IlWH43gE v53A== X-Gm-Message-State: APt69E1zhnhWDo8XMu4dee7ojTPqvYr1GiH8IOr64gwiwEDYq8pEwdMT KWCULdf3dwvA6oaEiE9gioPExvq1Uqg= X-Google-Smtp-Source: ADUXVKLehcuR/nqx7qeMhohvckTS6HgHXLXTWrumtC7CBR1ZG+zbvEunTiHsDZ/V6pBJFz5LsB1Sdg== X-Received: by 2002:a1c:6f5a:: with SMTP id k87-v6mr1266915wmc.142.1528371130409; Thu, 07 Jun 2018 04:32:10 -0700 (PDT) Received: from dogfood.home ([2a01:cb1d:112:6f00:88ff:8f90:37f1:db91]) by smtp.gmail.com with ESMTPSA id p3-v6sm39109483wrn.31.2018.06.07.04.32.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Jun 2018 04:32:09 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, michael.d.kinney@intel.com, Ard Biesheuvel Date: Thu, 7 Jun 2018 13:32:02 +0200 Message-Id: <20180607113203.27606-3-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180607113203.27606-1-ard.biesheuvel@linaro.org> References: <20180607113203.27606-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms 2/3] Platform/Socionext/DeveloperBox: switch to PersistAcrossReset 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: Thu, 07 Jun 2018 11:32:12 -0000 Switch to the more common flavor of firmware update capsules that are only staged by the UpdateCapsule() service, and dispatched and processed after a warm reboot. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf index f3618fd1d50a..b3e0b4a9fe1b 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.fdf +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.fdf @@ -381,6 +381,7 @@ [Capsule.SynQuacerFirmwareUpdateCapsuleFmpPkcs7] CAPSULE_GUID = 6dcbd5ed-e82d-4c44-bda1-7194199ad92a # gEfiFmpCapsuleGuid CAPSULE_HEADER_SIZE = 0x20 CAPSULE_HEADER_INIT_VERSION = 0x1 +CAPSULE_FLAGS = PersistAcrossReset,InitiateReset FMP_PAYLOAD = FmpPayloadSystemFirmwarePkcs7 -- 2.17.0