From: Laszlo Ersek <lersek@redhat.com>
To: edk2-devel-01 <edk2-devel@lists.01.org>
Cc: Andrew Fish <afish@apple.com>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
David Wei <david.wei@intel.com>,
Jordan Justen <jordan.l.justen@intel.com>,
Kelly Steele <kelly.steele@intel.com>,
Leif Lindholm <leif.lindholm@linaro.org>,
Mang Guo <mang.guo@intel.com>,
Michael D Kinney <michael.d.kinney@intel.com>,
Ruiyu Ni <ruiyu.ni@intel.com>
Subject: [PATCH 0/8] several Pkgs: FVB driver: correct NumOfLba vararg type in EraseBlocks()
Date: Thu, 18 May 2017 17:04:19 +0200 [thread overview]
Message-ID: <20170518150427.16435-1-lersek@redhat.com> (raw)
The same fix is replicated for every FVB driver. Details are in the
individual (mostly identical) commit messages.
Repo: https://github.com/lersek/edk2.git
Branch: num_of_lba_uintn
Cc: Andrew Fish <afish@apple.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: David Wei <david.wei@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Mang Guo <mang.guo@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Thanks
Laszlo
Laszlo Ersek (8):
ArmPlatformPkg/NorFlashDxe: correct NumOfLba vararg type in
EraseBlocks()
DuetPkg/FvbRuntimeService: correct NumOfLba vararg type in
EraseBlocks()
EmulatorPkg/FvbServicesRuntimeDxe: correct NumOfLba vararg type in
EraseBlocks()
Nt32Pkg/FvbServicesRuntimeDxe: correct NumOfLba vararg type in
EraseBlocks()
OvmfPkg/EmuVariableFvbRuntimeDxe: correct NumOfLba vararg type in
EraseBlocks()
OvmfPkg/QemuFlashFvbServicesRuntimeDxe: correct NumOfLba vararg type
in EraseBlocks()
QuarkPlatformPkg/SpiFvbServices: correct NumOfLba vararg type in
EraseBlocks()
Vlv2TbltDevicePkg/FvbRuntimeDxe: correct NumOfLba vararg type in
EraseBlocks()
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashFvbDxe.c | 12 +++++++++---
DuetPkg/FvbRuntimeService/FWBlockService.c | 4 ++--
EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c | 4 ++--
Nt32Pkg/FvbServicesRuntimeDxe/FWBlockService.c | 4 ++--
OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c | 2 +-
OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.c | 4 ++--
QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c | 4 ++--
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c | 4 ++--
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.c | 4 ++--
9 files changed, 24 insertions(+), 18 deletions(-)
--
2.9.3
next reply other threads:[~2017-05-18 15:04 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-18 15:04 Laszlo Ersek [this message]
2017-05-18 15:04 ` [PATCH 1/8] ArmPlatformPkg/NorFlashDxe: correct NumOfLba vararg type in EraseBlocks() Laszlo Ersek
2017-05-18 15:12 ` Ard Biesheuvel
2017-05-18 17:21 ` Jordan Justen
2017-05-18 19:29 ` Laszlo Ersek
2017-05-18 20:44 ` Jordan Justen
2017-05-19 10:07 ` Leif Lindholm
2017-05-19 16:59 ` Jordan Justen
2017-05-22 17:50 ` Leif Lindholm
2017-05-18 22:11 ` Laszlo Ersek
2017-05-18 15:04 ` [PATCH 2/8] DuetPkg/FvbRuntimeService: " Laszlo Ersek
2017-05-24 15:51 ` Laszlo Ersek
2017-05-27 0:54 ` Wu, Hao A
2017-05-29 12:45 ` Laszlo Ersek
2017-05-18 15:04 ` [PATCH 3/8] EmulatorPkg/FvbServicesRuntimeDxe: " Laszlo Ersek
2017-05-18 22:11 ` Laszlo Ersek
2017-05-18 15:04 ` [PATCH 4/8] Nt32Pkg/FvbServicesRuntimeDxe: " Laszlo Ersek
2017-05-24 15:52 ` Laszlo Ersek
2017-05-27 0:54 ` Wu, Hao A
2017-05-29 12:45 ` Laszlo Ersek
2017-05-18 15:04 ` [PATCH 5/8] OvmfPkg/EmuVariableFvbRuntimeDxe: " Laszlo Ersek
2017-05-18 22:11 ` Laszlo Ersek
2017-05-18 15:04 ` [PATCH 6/8] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: " Laszlo Ersek
2017-05-18 22:12 ` Laszlo Ersek
2017-05-18 15:04 ` [PATCH 7/8] QuarkPlatformPkg/SpiFvbServices: " Laszlo Ersek
2017-05-24 15:53 ` Laszlo Ersek
2017-05-24 16:52 ` Kinney, Michael D
2017-05-29 12:45 ` Laszlo Ersek
2017-05-18 15:04 ` [PATCH 8/8] Vlv2TbltDevicePkg/FvbRuntimeDxe: " Laszlo Ersek
2017-05-19 1:49 ` Wei, David
2017-05-26 16:55 ` Laszlo Ersek
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=20170518150427.16435-1-lersek@redhat.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