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 <[email protected]> Cc: Ard Biesheuvel <[email protected]> Cc: David Wei <[email protected]> Cc: Jordan Justen <[email protected]> Cc: Kelly Steele <[email protected]> Cc: Leif Lindholm <[email protected]> Cc: Mang Guo <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Ruiyu Ni <[email protected]> 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 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

