[edk2-devel] [edk2-platforms][PATCH v2 0/2] Update SbsaQemu/OemMiscLib

Nhi Pham via groups.io posted 2 patches 1 year, 6 months ago
Failed in applying to current master (apply log)
Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.inf |  5 +++
Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.c   | 44 +++++++++++++++++++-
2 files changed, 48 insertions(+), 1 deletion(-)
[edk2-devel] [edk2-platforms][PATCH v2 0/2] Update SbsaQemu/OemMiscLib
Posted by Nhi Pham via groups.io 1 year, 6 months ago
This patchset is to update SbsaQemu/OemMiscLib to reflect the recent
changes in edk2/OemMiscLib.

Changes since v1:
    + Update OemGetBiosRelease and
    OemGetEmbeddedControllerFirmwareRelease functions [Leif, Sami]

Nhi Pham (2):
  SbsaQemu/OemMiscLib: Update for new OemMiscLib APIs
  SbsaQemu/OemMiscLib: Fix typo of "AssetTagType02"

 Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.inf |  5 +++
 Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.c   | 44 +++++++++++++++++++-
 2 files changed, 48 insertions(+), 1 deletion(-)

-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#93923): https://edk2.groups.io/g/devel/message/93923
Mute This Topic: https://groups.io/mt/93773949/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-platforms][PATCH v2 0/2] Update SbsaQemu/OemMiscLib
Posted by Sami Mujawar 1 year, 6 months ago
Hi Ard, Leif,

This patch series and the corresponding edk2 series at 
https://edk2.groups.io/g/devel/message/93926 looks good to me and I have 
tested these with SbsaQemu as well.

I already have a pull request for the edk2 series at 
https://github.com/tianocore/edk2/pull/3391 and am planning to merge it 
soon.

Can you let me know if I can merge this edk2-platform series as well, 
please?

Regards,

Sami Mujawar

On 19/09/2022 03:19 am, Nhi Pham wrote:
> This patchset is to update SbsaQemu/OemMiscLib to reflect the recent
> changes in edk2/OemMiscLib.
>
> Changes since v1:
>      + Update OemGetBiosRelease and
>      OemGetEmbeddedControllerFirmwareRelease functions [Leif, Sami]
>
> Nhi Pham (2):
>    SbsaQemu/OemMiscLib: Update for new OemMiscLib APIs
>    SbsaQemu/OemMiscLib: Fix typo of "AssetTagType02"
>
>   Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.inf |  5 +++
>   Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.c   | 44 +++++++++++++++++++-
>   2 files changed, 48 insertions(+), 1 deletion(-)
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94211): https://edk2.groups.io/g/devel/message/94211
Mute This Topic: https://groups.io/mt/93773949/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-platforms][PATCH v2 0/2] Update SbsaQemu/OemMiscLib
Posted by Ard Biesheuvel 1 year, 6 months ago
On Fri, 23 Sept 2022 at 12:19, Sami Mujawar <sami.mujawar@arm.com> wrote:
>
> Hi Ard, Leif,
>
> This patch series and the corresponding edk2 series at
> https://edk2.groups.io/g/devel/message/93926 looks good to me and I have
> tested these with SbsaQemu as well.
>
> I already have a pull request for the edk2 series at
> https://github.com/tianocore/edk2/pull/3391 and am planning to merge it
> soon.
>
> Can you let me know if I can merge this edk2-platform series as well,
> please?
>

Yes, please go ahead whenever you feel is appropriate.

Thanks,
Ard.


> On 19/09/2022 03:19 am, Nhi Pham wrote:
> > This patchset is to update SbsaQemu/OemMiscLib to reflect the recent
> > changes in edk2/OemMiscLib.
> >
> > Changes since v1:
> >      + Update OemGetBiosRelease and
> >      OemGetEmbeddedControllerFirmwareRelease functions [Leif, Sami]
> >
> > Nhi Pham (2):
> >    SbsaQemu/OemMiscLib: Update for new OemMiscLib APIs
> >    SbsaQemu/OemMiscLib: Fix typo of "AssetTagType02"
> >
> >   Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.inf |  5 +++
> >   Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.c   | 44 +++++++++++++++++++-
> >   2 files changed, 48 insertions(+), 1 deletion(-)
> >
>
>
> 
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94212): https://edk2.groups.io/g/devel/message/94212
Mute This Topic: https://groups.io/mt/93773949/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2-platforms][PATCH v2 0/2] Update SbsaQemu/OemMiscLib
Posted by Sami Mujawar 1 year, 6 months ago
Merged as e55f0527dde4..727e458d6387

Thanks,

Regards,

Sami Mujawar

On 23/09/2022 11:20 am, Ard Biesheuvel wrote:
> On Fri, 23 Sept 2022 at 12:19, Sami Mujawar <sami.mujawar@arm.com> wrote:
>> Hi Ard, Leif,
>>
>> This patch series and the corresponding edk2 series at
>> https://edk2.groups.io/g/devel/message/93926 looks good to me and I have
>> tested these with SbsaQemu as well.
>>
>> I already have a pull request for the edk2 series at
>> https://github.com/tianocore/edk2/pull/3391 and am planning to merge it
>> soon.
>>
>> Can you let me know if I can merge this edk2-platform series as well,
>> please?
>>
> Yes, please go ahead whenever you feel is appropriate.
>
> Thanks,
> Ard.
>
>
>> On 19/09/2022 03:19 am, Nhi Pham wrote:
>>> This patchset is to update SbsaQemu/OemMiscLib to reflect the recent
>>> changes in edk2/OemMiscLib.
>>>
>>> Changes since v1:
>>>       + Update OemGetBiosRelease and
>>>       OemGetEmbeddedControllerFirmwareRelease functions [Leif, Sami]
>>>
>>> Nhi Pham (2):
>>>     SbsaQemu/OemMiscLib: Update for new OemMiscLib APIs
>>>     SbsaQemu/OemMiscLib: Fix typo of "AssetTagType02"
>>>
>>>    Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.inf |  5 +++
>>>    Platform/Qemu/SbsaQemu/OemMiscLib/OemMiscLib.c   | 44 +++++++++++++++++++-
>>>    2 files changed, 48 insertions(+), 1 deletion(-)
>>>
>>
>> 
>>
>>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94218): https://edk2.groups.io/g/devel/message/94218
Mute This Topic: https://groups.io/mt/93773949/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-