From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.13100.1650487480603799949 for ; Wed, 20 Apr 2022 13:44:40 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=MQtz0RdT; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.201.46.36]) by linux.microsoft.com (Postfix) with ESMTPSA id 163EC20E2C1A; Wed, 20 Apr 2022 13:44:37 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 163EC20E2C1A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1650487479; bh=Jed5wdY/hsXSjb4nkXFhcS8YUKsj//+eV4SaFX84+ow=; h=From:To:Cc:Subject:Date:From; b=MQtz0RdTcJEnxhrkeZ5i1VHms9BuiD65xrD7PdTJ6AmwQADisI91Y2Cf6w2o0RLPq jgByg+l2FIPsbQ35QI8rcjKrHdxzl5IKt58wpnNtokWEB32SwOUmHo71JXu0rPcbgE OOylZLO3K5Kg6XkVsRHf7S6PBeXYqj4b6t2rx0zk= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Abner Chang , Ard Biesheuvel , Chasel Chiu , Daniel Schaefer , Eric Dong , Gilbert Chen , Graeme Gregory , Ilias Apalodimas , Jeremy Linton , Leif Lindholm , Liming Gao , Masami Hiramatsu , Nate DeSimone , Radoslaw Biernacki , Sami Mujawar Subject: [edk2-platforms][PATCH v1 00/10] Add variableFlashInfoLib Date: Wed, 20 Apr 2022 16:44:10 -0400 Message-Id: <20220420204420.1132-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Note that this series is for an upcoming change in MdeModulePkg and requires that change to be present locally for testing. https://edk2.groups.io/g/devel/message/88787 Cc: Abner Chang Cc: Ard Biesheuvel Cc: Chasel Chiu Cc: Daniel Schaefer Cc: Eric Dong Cc: Gilbert Chen Cc: Graeme Gregory Cc: Ilias Apalodimas Cc: Jeremy Linton Cc: Leif Lindholm Cc: Liming Gao Cc: Masami Hiramatsu Cc: Nate DeSimone Cc: Radoslaw Biernacki Cc: Sami Mujawar Signed-off-by: Michael Kubacki Michael Kubacki (10): OverdriveBoard: Add VariableFlashInfoLib BeagleBoardPkg: Add VariableFlashInfoLib MinPlatformPkg: Add VariableFlashInfoLib CelloBoard: Add VariableFlashInfoLib SbsaQemu: Add VariableFlashInfoLib RaspberryPi: Add VariableFlashInfoLib U5SeriesPkg: Add VariableFlashInfoLib Socionext: Add VariableFlashInfoLib Softiron: Add VariableFlashInfoLib PlatformStandaloneMmPkg: Add VariableFlashInfoLib Platform/AMD/OverdriveBoard/OverdriveBoard.dsc = | 1 + Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc = | 1 + Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc = | 1 + Platform/LeMaker/CelloBoard/CelloBoard.dsc = | 1 + Platform/Qemu/SbsaQemu/SbsaQemu.dsc = | 1 + Platform/RaspberryPi/RPi3/RPi3.dsc = | 1 + Platform/RaspberryPi/RPi4/RPi4.dsc = | 1 + Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc = | 1 + Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc = | 1 + Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc = | 1 + Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc = | 1 + Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.d= sc | 1 + 12 files changed, 12 insertions(+) --=20 2.28.0.windows.1