From: "Nate DeSimone" <nathaniel.l.desimone@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"mikuback@linux.microsoft.com" <mikuback@linux.microsoft.com>
Cc: "Chiu, Chasel" <chasel.chiu@intel.com>,
"Gao, Liming" <gaoliming@byosoft.com.cn>,
"Dong, Eric" <eric.dong@intel.com>,
"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [edk2-platforms][PATCH v2 03/11] MinPlatformPkg: Add VariableFlashInfoLib
Date: Wed, 27 Apr 2022 21:36:33 +0000 [thread overview]
Message-ID: <MW4PR11MB5821D49927E97C650172C719CDFA9@MW4PR11MB5821.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20220426021834.1392-4-mikuback@linux.microsoft.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael
> Kubacki
> Sent: Monday, April 25, 2022 7:18 PM
> To: devel@edk2.groups.io
> Cc: Chiu, Chasel <chasel.chiu@intel.com>; Desimone, Nathaniel L
> <nathaniel.l.desimone@intel.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; Dong, Eric <eric.dong@intel.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: [edk2-devel] [edk2-platforms][PATCH v2 03/11] MinPlatformPkg:
> Add VariableFlashInfoLib
>
> From: Michael Kubacki <michael.kubacki@microsoft.com>
>
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479
>
> 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.
>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Eric Dong <eric.dong@intel.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc
> b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc
> index c3d05fc913a7..58a18fae6ec8 100644
> --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc
> +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc
> @@ -169,5 +169,6 @@ [LibraryClasses.common]
>
> MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblo
> ckMemoryLibNull.inf
>
> SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
> +
> +
> VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/Bas
> + eVariableFlashInfoLib.inf
>
> VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLi
> b.inf
>
> VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Va
> riablePolicyHelperLib.inf
> --
> 2.28.0.windows.1
>
>
>
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#89311): https://edk2.groups.io/g/devel/message/89311
> Mute This Topic: https://groups.io/mt/90700337/1767664
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [nathaniel.l.desimone@intel.com]
> -=-=-=-=-=-=
>
next prev parent reply other threads:[~2022-04-27 21:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-26 2:18 [edk2-platforms][PATCH v2 00/11] Add VariableFlashInfoLib Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 01/11] OverdriveBoard: " Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 02/11] BeagleBoardPkg: " Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 03/11] MinPlatformPkg: " Michael Kubacki
2022-04-27 21:36 ` Nate DeSimone [this message]
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 04/11] CelloBoard: " Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 05/11] SbsaQemu: " Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 06/11] RaspberryPi: " Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 07/11] U5SeriesPkg: " Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 08/11] Socionext: " Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 09/11] Softiron: " Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 10/11] PlatformStandaloneMmPkg: " Michael Kubacki
2022-04-26 2:18 ` [edk2-platforms][PATCH v2 11/11] VExpressPkg: " Michael Kubacki
2022-04-26 16:38 ` Sami Mujawar
2022-04-29 13:40 ` [edk2-platforms][PATCH v2 00/11] " Ard Biesheuvel
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=MW4PR11MB5821D49927E97C650172C719CDFA9@MW4PR11MB5821.namprd11.prod.outlook.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