From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 88C0821A1349C for ; Thu, 18 May 2017 08:04:37 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BF6FEC0B39CC; Thu, 18 May 2017 15:04:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BF6FEC0B39CC Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com BF6FEC0B39CC Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-86.phx2.redhat.com [10.3.116.86]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5FCB881B40; Thu, 18 May 2017 15:04:34 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Andrew Fish , Ard Biesheuvel , David Wei , Jordan Justen , Kelly Steele , Leif Lindholm , Mang Guo , Michael D Kinney , Ruiyu Ni Date: Thu, 18 May 2017 17:04:19 +0200 Message-Id: <20170518150427.16435-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 18 May 2017 15:04:37 +0000 (UTC) Subject: [PATCH 0/8] several Pkgs: FVB driver: correct NumOfLba vararg type in EraseBlocks() X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2017 15:04:37 -0000 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 Cc: Ard Biesheuvel Cc: David Wei Cc: Jordan Justen Cc: Kelly Steele Cc: Leif Lindholm Cc: Mang Guo Cc: Michael D Kinney Cc: Ruiyu Ni 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