From: "Michael Kubacki" <mikuback@linux.microsoft.com>
To: Jeremy Linton <jeremy.linton@arm.com>, devel@edk2.groups.io
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>,
Leif Lindholm <quic_llindhol@quicinc.com>
Subject: Re: [edk2-platforms][PATCH v1 06/10] RaspberryPi: Add VariableFlashInfoLib
Date: Fri, 22 Apr 2022 10:44:30 -0400 [thread overview]
Message-ID: <c373882c-d32d-b418-91c9-0c562cf398e1@linux.microsoft.com> (raw)
In-Reply-To: <b2f86f2e-8230-d9f5-a505-f4e5aa0d86f1@arm.com>
Thanks for testing it.
On 4/22/2022 10:41 AM, Jeremy Linton wrote:
> Hi,
>
> On 4/20/22 15:44, mikuback@linux.microsoft.com wrote:
>> 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: Ard Biesheuvel <ardb+tianocore@kernel.org>
>> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
>> Cc: Jeremy Linton <jeremy.linton@arm.com>
>> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
>> ---
>> Platform/RaspberryPi/RPi3/RPi3.dsc | 1 +
>> Platform/RaspberryPi/RPi4/RPi4.dsc | 1 +
>> 2 files changed, 2 insertions(+)
>>
>> diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc
>> b/Platform/RaspberryPi/RPi3/RPi3.dsc
>> index 6dc48dc23302..0eed03c097f8 100644
>> --- a/Platform/RaspberryPi/RPi3/RPi3.dsc
>> +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc
>> @@ -174,6 +174,7 @@ [LibraryClasses.common]
>>
>> AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
>>
>> !endif
>> VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
>> +
>> VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
>>
>>
>> VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
>>
>>
>> VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
>>
>> GpioLib|Silicon/Broadcom/Bcm283x/Library/GpioLib/GpioLib.inf
>> diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc
>> b/Platform/RaspberryPi/RPi4/RPi4.dsc
>> index a9c0c36bb12b..eabddd7382cf 100644
>> --- a/Platform/RaspberryPi/RPi4/RPi4.dsc
>> +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
>> @@ -174,6 +174,7 @@ [LibraryClasses.common]
>>
>> AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
>>
>> !endif
>> VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
>> +
>> VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
>>
>>
>> VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
>>
>>
>> VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
>>
>> GpioLib|Silicon/Broadcom/Bcm283x/Library/GpioLib/GpioLib.inf
>
> I applied both this and the other required set, built and booted them,
> and the variable store appears to continue behaving as before (both
> with/without my SPI flash patches).
>
> And this looks fairly trivial, I'm not sure why its not just picked up
> as part of one of the other variable store related .inf's but <shrug>
>
> So for this patch:
>
> Tested-by: Jeremy Linton <jeremy.linton@arm.com>
> Reviewed-by: Jeremy Linton <jeremy.linton@arm.com>
next prev parent reply other threads:[~2022-04-22 14:44 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-20 20:44 [edk2-platforms][PATCH v1 00/10] Add variableFlashInfoLib Michael Kubacki
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 01/10] OverdriveBoard: Add VariableFlashInfoLib Michael Kubacki
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 02/10] BeagleBoardPkg: " Michael Kubacki
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 03/10] MinPlatformPkg: " Michael Kubacki
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 04/10] CelloBoard: " Michael Kubacki
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 05/10] SbsaQemu: " Michael Kubacki
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 06/10] RaspberryPi: " Michael Kubacki
2022-04-22 14:41 ` Jeremy Linton
2022-04-22 14:44 ` Michael Kubacki [this message]
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 07/10] U5SeriesPkg: " Michael Kubacki
2022-04-21 2:03 ` [edk2-devel] " Abner Chang
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 08/10] Socionext: " Michael Kubacki
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 09/10] Softiron: " Michael Kubacki
2022-04-20 20:44 ` [edk2-platforms][PATCH v1 10/10] PlatformStandaloneMmPkg: " Michael Kubacki
2022-04-25 16:06 ` Sami Mujawar
2022-04-29 18:55 ` Ilias Apalodimas
2022-04-22 23:15 ` [edk2-devel] [edk2-platforms][PATCH v1 00/10] Add variableFlashInfoLib Michael D Kinney
2022-04-25 16:06 ` Sami Mujawar
2022-04-25 22:17 ` Michael Kubacki
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=c373882c-d32d-b418-91c9-0c562cf398e1@linux.microsoft.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