From: Michael D Kinney <michael.d.kinney@intel.com>
To: edk2-devel@lists.01.org
Cc: Sean Brogan <sean.brogan@microsoft.com>,
Star Zeng <star.zeng@intel.com>, Eric Dong <eric.dong@intel.com>,
Jiewen Yao <jiewen.yao@intel.com>,
David Wei <david.wei@intel.com>, Mang Guo <mang.guo@intel.com>,
Kelly Steele <kelly.steele@intel.com>
Subject: [edk2-platforms Patch v3 0/6] Add DisplayUpdateProgressLib to platforms
Date: Thu, 24 May 2018 23:28:38 -0700 [thread overview]
Message-ID: <20180525062844.13784-1-michael.d.kinney@intel.com> (raw)
https://bugzilla.tianocore.org/show_bug.cgi?id=801
Based on content from:
https://github.com/Microsoft/MS_UEFI/blob/share/MsCapsuleSupport/MsCapsuleUpdatePkg/Include/Library/DisplayUpdateProgressLib.h
https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsuleSupport/MsCapsuleUpdatePkg/Library/DisplayUpdateProgressGraphicsLib
https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsuleSupport/MsCapsuleUpdatePkg/Library/DisplayUpdateProgressTextLib
Updates for V3
==============
* Add Version field to EDKII_FIRMWARE_MANAGEMENT_PROGRESS_PROTOCOL
* Break up patch series into 4 smaller patch series to handle dependencies
between the edk2 repository and the edk2-platforms repository.
+ Patch series for edk2 repo that adds DisplayUpdateProgressLib class and
instances. Defines the EDKII_FIRMWARE_MANAGEMENT_PROGRESS_PROTOCOL.
Adds PerformFlashWriteWithProgress() API to the PlatformFlashAccessLib.
+ Patch series for platforms in edk2-platforms that use capsules to add the
DisplayUpdateProgressLib mapping to the DSC files and add the
PerformFlashWriteWithProgress() API implementation to the
PlatformFlashAccessLib implementations.
+ Patch series for platforms in edk2 that use capsules to add the
DisplayUpdateProgressLib mapping to the DSC files and add the
PerformFlashWriteWithProgress() API implementation to the
PlatformFlashAccessLib implementations.
+ Patch for edk2 that adds the use of the DisplayUpateProgressLib and the
PerformFlashWriteWithProgress() API .
Updates for V2
==============
* Change DisplayUpdateProgressGraphicsLib to DisplayUpdateProgressLibGraphics
* Change DisplayUpdateProgressTextLib to DisplayUpdateProgressLibText
* Clarify that color in Firmware Management Progress Protocol is the foreground color
* Add missing parameters to PerformFlashWriteWithProgress() function header.
* Update PerformFlashWriteWithProgress() function header describing the use of
the start and end percentage values.
* Update QuarkPlatformPkg PerformFlashWriteWithProgress() to call Progress() for
the end precentage.
* Update Vlv2Tbl2DevicePkg PerformFlashWriteWithProgress() to call Progress()
for the end precentage.
Add DisplayUpdateProgressLib class along implementations for both graphical
(Graphics Output Protocol based) and text (Simple Text Output Protocol based)
consoles. Also add the EDK II Firmware Management Progress Protocol that is an
optional protocol that provides the progress bar color and a watchdog timeout
value thaty can be used when a firmware image is updated in a firmware device.
* Add progress support to DxeCapsuleLibFmp
* Add progress support to SystemFirmwareUpdateDxe
* Add progress support to PlatformFlashAccessLib class and instances.
* Reduce Print() calls during a firmware update.
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Kinney, Michael D (6):
AMD/OverdriveBoard: Add DisplayUpdateProgressLib mapping
Socionext/DeveloperBox: Add DisplayUpdateProgressLib mapping
Socionext/SynQuacerEvalBoard: Add DisplayUpdateProgressLib mapping
Styx/PlatformFlashAccessLib: Add progress API
Hisilicon/PlatformFlashAccessLib: Add progress API
SynQuacer/PlatformFlashAccessLib: Add progress API
Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 +
Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 +
.../SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 +
.../StyxPlatformFlashAccessLib.c | 70 +++++++++++++++++--
.../PlatformFlashAccessLibDxe.c | 71 +++++++++++++++++---
.../SynQuacerPlatformFlashAccessLib.c | 78 +++++++++++++++++++---
6 files changed, 196 insertions(+), 26 deletions(-)
--
2.14.2.windows.3
next reply other threads:[~2018-05-25 6:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-25 6:28 Michael D Kinney [this message]
2018-05-25 6:28 ` [edk2-platforms Patch v3 1/6] AMD/OverdriveBoard: Add DisplayUpdateProgressLib mapping Michael D Kinney
2018-05-25 6:28 ` [edk2-platforms Patch v3 2/6] Socionext/DeveloperBox: " Michael D Kinney
2018-05-25 6:28 ` [edk2-platforms Patch v3 3/6] Socionext/SynQuacerEvalBoard: " Michael D Kinney
2018-05-25 6:28 ` [edk2-platforms Patch v3 4/6] Styx/PlatformFlashAccessLib: Add progress API Michael D Kinney
2018-05-25 6:28 ` [edk2-platforms Patch v3 5/6] Hisilicon/PlatformFlashAccessLib: " Michael D Kinney
2018-05-25 6:28 ` [edk2-platforms Patch v3 6/6] SynQuacer/PlatformFlashAccessLib: " Michael D Kinney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180525062844.13784-1-michael.d.kinney@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox