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::242; helo=mail-wm0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::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 1B08F21161217 for ; Thu, 7 Jun 2018 04:32:09 -0700 (PDT) Received: by mail-wm0-x242.google.com with SMTP id j15-v6so18309742wme.0 for ; Thu, 07 Jun 2018 04:32:09 -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; bh=PkLlDVP3xW7sLgPncrWAQSsKgYeVN7Lcfabq+oZ3sQ4=; b=gVuFtHA6PbooYNvEMuYHZ/SpxtuzHfMncplLg/mW6ddOcttySfXjULFND+OBRFJNZC d2LN9cXMNTXhot3jZ3g9C1n5OPbjdJ4sAniHdhD3rmdJ9pxKwx2MxzDowLr39PPdkGC0 F9VwMXDju2yqaQFtpIt9sSP1RLU7CS71oiOJw= 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; bh=PkLlDVP3xW7sLgPncrWAQSsKgYeVN7Lcfabq+oZ3sQ4=; b=T14r5crB4B28HEydJ7JamTxmVCzRMJH+12d4MLi3XZcrh7MbS5cqdC6Q8SnAbuyIX0 l5i5e5ikuVc81oE2iJLTBml2qajjWOqqygUzYDS4mjj+k0fCEaJe/JmgRJwCKGBv+792 ZLqlVxNKnXQwxZ+KQXm1x+0FbDMgFOROmIriMnOYgqNwsr/5LjZcUc7VEoolxLgyh7D2 nzLmJ6KjZYjTK7y3YkyMgGQyTJ/96OFLJ23WL7Uw9jOirbUJWbwKZAvL+hsB3r2xrGhp DV8nc3ZVdszqziCOqecTIX+vu4KXUnvSDH/46JCW0scPPJV4u6tmdNErqw/4aaKbpyNI Xwtg== X-Gm-Message-State: APt69E1wvBzc9y92ii587gwXNyQO2ls4sHJQQ8Ie1PIwAH1y3W8Nzyra E298xqzgelx9T3ycA4zdqfgxR8WeNLU= X-Google-Smtp-Source: ADUXVKLoFxE2mAXS1IAfdYceUsNpKVBh9KXOSWIwTI8gNKJTeT85+Vbl//OTSIQoF/UX0fcgBmzVmQ== X-Received: by 2002:adf:8f70:: with SMTP id p103-v6mr1473955wrb.181.1528371128056; Thu, 07 Jun 2018 04:32:08 -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.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Jun 2018 04:32:07 -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:00 +0200 Message-Id: <20180607113203.27606-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.0 Subject: [PATCH edk2-platforms 0/3] DeveloperBox capsule update changes for progress reporting 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:10 -0000 These patches reimplement graphical progress reporting during capsule update. They depend on MdeModulePkg and ArmPkg changes currently under review. Patch #1 adds support for dispatching PersistAcrossReset capsules. This requires a warm reboot implementation which is being proposed for ArmPkg. Patch #2 actually builds our firmware update capsule as one that is applied after a reboot. Such a capsule can only be applied by running firmware that has patch #1 applied. Patch #3 replaces the home cooked bootlogolib based progress reporting with the generic solution being proposed by Mike. Ard Biesheuvel (3): Platform/Socionext/DeveloperBox: add support for persistent capsules Platform/Socionext/DeveloperBox: switch to PersistAcrossReset capsules Silicon/SynQuacerPlatformFlashAccessLib: replace progress indication .../Socionext/DeveloperBox/DeveloperBox.dsc | 7 +-- .../Socionext/DeveloperBox/DeveloperBox.fdf | 1 + .../StyxPlatformFlashAccessLib.c | 1 + .../SynQuacerPlatformFlashAccessLib.c | 44 ++++++------------- .../SynQuacerPlatformFlashAccessLib.inf | 1 - 5 files changed, 17 insertions(+), 37 deletions(-) -- 2.17.0