[edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy

wenyi,xie via groups.io posted 1 patch 3 years, 4 months ago
Only 0 patches received!
Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib | Bin 587188 -> 598188 bytes
Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib | Bin 726884 -> 725820 bytes
Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib               | Bin 210280 -> 258210 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
[edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
Posted by wenyi,xie via groups.io 3 years, 4 months ago
Main Changes :
Replace binary files to fix compile issue caused by AsciiStrnCpy
and UnicodeStrToAsciiStr missing.

Wenyi Xie (1):
  Silicon/Hisilicon: fix compile issues triggered by VariablePolicy

 Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib | Bin 587188 -> 598188 bytes
 Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib | Bin 726884 -> 725820 bytes
 Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib               | Bin 210280 -> 258210 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

-- 
2.20.1.windows.1



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


Re: [edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
Posted by Leif Lindholm 3 years, 3 months ago
Hi Wenyi,

Apologies for very late response - this arrived just before I left for
Christmas holidays.

However, could you also include the link to the repository and branch
I can fetch the commits from?

/
    Leif

On Wed, Dec 16, 2020 at 09:41:06 +0800, Wenyi Xie wrote:
> Main Changes :
> Replace binary files to fix compile issue caused by AsciiStrnCpy
> and UnicodeStrToAsciiStr missing.
> 
> Wenyi Xie (1):
>   Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
> 
>  Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib | Bin 587188 -> 598188 bytes
>  Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib | Bin 726884 -> 725820 bytes
>  Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib               | Bin 210280 -> 258210 bytes
>  3 files changed, 0 insertions(+), 0 deletions(-)
> 
> -- 
> 2.20.1.windows.1
> 


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


Re: [edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
Posted by wenyi,xie via groups.io 3 years, 3 months ago
Hi Leif,

Happy new year.
For some reason I couldn't push the commit to the github, so I created the binary files and sent them to a file transfer system, this system would sent you an email which include the web link to download binary files, have you ever received the email which include download link ?(The transfer system only sent email with downlink to receiver, so I could not see the link and I was not sure whether you received the email.)
As the link is only available for two weeks, so I will apply for another download link again this week.

Thanks
Wenyi


On 2021/1/9 0:50, Leif Lindholm wrote:
> Hi Wenyi,
> 
> Apologies for very late response - this arrived just before I left for
> Christmas holidays.
> 
> However, could you also include the link to the repository and branch
> I can fetch the commits from?
> 
> /
>     Leif
> 
> On Wed, Dec 16, 2020 at 09:41:06 +0800, Wenyi Xie wrote:
>> Main Changes :
>> Replace binary files to fix compile issue caused by AsciiStrnCpy
>> and UnicodeStrToAsciiStr missing.
>>
>> Wenyi Xie (1):
>>   Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
>>
>>  Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib | Bin 587188 -> 598188 bytes
>>  Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib | Bin 726884 -> 725820 bytes
>>  Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib               | Bin 210280 -> 258210 bytes
>>  3 files changed, 0 insertions(+), 0 deletions(-)
>>
>> -- 
>> 2.20.1.windows.1
>>
> .
> 


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


Re: [edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
Posted by Leif Lindholm 3 years, 3 months ago
Hi Xie,

If I received such a link without having expressly asked for it, I
would have deleted it automatically.

Please push, to *any* publicly accessible git repository, a branch
containing these patches, and then send me a link to that branch in
reply to this email.

Best Regards,

Leif

On Mon, Jan 11, 2021 at 14:36:41 +0800, wenyi,xie via groups.io wrote:
> Hi Leif,
> 
> Happy new year.
>
> For some reason I couldn't push the commit to the github, so I
> created the binary files and sent them to a file transfer system,
> this system would sent you an email which include the web link to
> download binary files, have you ever received the email which
> include download link ?(The transfer system only sent email with
> downlink to receiver, so I could not see the link and I was not sure
> whether you received the email.)
>
> As the link is only available for two weeks, so I will apply for
> another download link again this week.
> 
> Thanks
> Wenyi
> 
> 
> On 2021/1/9 0:50, Leif Lindholm wrote:
> > Hi Wenyi,
> > 
> > Apologies for very late response - this arrived just before I left for
> > Christmas holidays.
> > 
> > However, could you also include the link to the repository and branch
> > I can fetch the commits from?
> > 
> > /
> >     Leif
> > 
> > On Wed, Dec 16, 2020 at 09:41:06 +0800, Wenyi Xie wrote:
> >> Main Changes :
> >> Replace binary files to fix compile issue caused by AsciiStrnCpy
> >> and UnicodeStrToAsciiStr missing.
> >>
> >> Wenyi Xie (1):
> >>   Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
> >>
> >>  Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib | Bin 587188 -> 598188 bytes
> >>  Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib | Bin 726884 -> 725820 bytes
> >>  Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib               | Bin 210280 -> 258210 bytes
> >>  3 files changed, 0 insertions(+), 0 deletions(-)
> >>
> >> -- 
> >> 2.20.1.windows.1
> >>
> > .
> > 
> 
> 
> 
> 
> 


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


Re: [edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
Posted by wenyi,xie via groups.io 3 years, 3 months ago
Hi Leif,

I have pushed my patch to github, here's the link:
https://github.com/leadsama/edk2-non-osi/tree/compile_issue_fix_v1

Thanks
Wenyi

On 2021/1/11 19:50, Leif Lindholm wrote:
> Hi Xie,
> 
> If I received such a link without having expressly asked for it, I
> would have deleted it automatically.
> 
> Please push, to *any* publicly accessible git repository, a branch
> containing these patches, and then send me a link to that branch in
> reply to this email.
> 
> Best Regards,
> 
> Leif
> 
> On Mon, Jan 11, 2021 at 14:36:41 +0800, wenyi,xie via groups.io wrote:
>> Hi Leif,
>>
>> Happy new year.
>>
>> For some reason I couldn't push the commit to the github, so I
>> created the binary files and sent them to a file transfer system,
>> this system would sent you an email which include the web link to
>> download binary files, have you ever received the email which
>> include download link ?(The transfer system only sent email with
>> downlink to receiver, so I could not see the link and I was not sure
>> whether you received the email.)
>>
>> As the link is only available for two weeks, so I will apply for
>> another download link again this week.
>>
>> Thanks
>> Wenyi
>>
>>
>> On 2021/1/9 0:50, Leif Lindholm wrote:
>>> Hi Wenyi,
>>>
>>> Apologies for very late response - this arrived just before I left for
>>> Christmas holidays.
>>>
>>> However, could you also include the link to the repository and branch
>>> I can fetch the commits from?
>>>
>>> /
>>>     Leif
>>>
>>> On Wed, Dec 16, 2020 at 09:41:06 +0800, Wenyi Xie wrote:
>>>> Main Changes :
>>>> Replace binary files to fix compile issue caused by AsciiStrnCpy
>>>> and UnicodeStrToAsciiStr missing.
>>>>
>>>> Wenyi Xie (1):
>>>>   Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
>>>>
>>>>  Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib | Bin 587188 -> 598188 bytes
>>>>  Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib | Bin 726884 -> 725820 bytes
>>>>  Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib               | Bin 210280 -> 258210 bytes
>>>>  3 files changed, 0 insertions(+), 0 deletions(-)
>>>>
>>>> -- 
>>>> 2.20.1.windows.1
>>>>
>>> .
>>>
>>
>>
>> 
>>
>>
> .
> 


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


Re: [edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
Posted by Leif Lindholm 3 years, 3 months ago
Many thanks.

Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Pushed as 04744d2432ba.

On Tue, Jan 12, 2021 at 15:06:21 +0800, wenyi,xie via groups.io wrote:
> Hi Leif,
> 
> I have pushed my patch to github, here's the link:
> https://github.com/leadsama/edk2-non-osi/tree/compile_issue_fix_v1
> 
> Thanks
> Wenyi
> 
> On 2021/1/11 19:50, Leif Lindholm wrote:
> > Hi Xie,
> > 
> > If I received such a link without having expressly asked for it, I
> > would have deleted it automatically.
> > 
> > Please push, to *any* publicly accessible git repository, a branch
> > containing these patches, and then send me a link to that branch in
> > reply to this email.
> > 
> > Best Regards,
> > 
> > Leif
> > 
> > On Mon, Jan 11, 2021 at 14:36:41 +0800, wenyi,xie via groups.io wrote:
> >> Hi Leif,
> >>
> >> Happy new year.
> >>
> >> For some reason I couldn't push the commit to the github, so I
> >> created the binary files and sent them to a file transfer system,
> >> this system would sent you an email which include the web link to
> >> download binary files, have you ever received the email which
> >> include download link ?(The transfer system only sent email with
> >> downlink to receiver, so I could not see the link and I was not sure
> >> whether you received the email.)
> >>
> >> As the link is only available for two weeks, so I will apply for
> >> another download link again this week.
> >>
> >> Thanks
> >> Wenyi
> >>
> >>
> >> On 2021/1/9 0:50, Leif Lindholm wrote:
> >>> Hi Wenyi,
> >>>
> >>> Apologies for very late response - this arrived just before I left for
> >>> Christmas holidays.
> >>>
> >>> However, could you also include the link to the repository and branch
> >>> I can fetch the commits from?
> >>>
> >>> /
> >>>     Leif
> >>>
> >>> On Wed, Dec 16, 2020 at 09:41:06 +0800, Wenyi Xie wrote:
> >>>> Main Changes :
> >>>> Replace binary files to fix compile issue caused by AsciiStrnCpy
> >>>> and UnicodeStrToAsciiStr missing.
> >>>>
> >>>> Wenyi Xie (1):
> >>>>   Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
> >>>>
> >>>>  Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib | Bin 587188 -> 598188 bytes
> >>>>  Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib | Bin 726884 -> 725820 bytes
> >>>>  Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib               | Bin 210280 -> 258210 bytes
> >>>>  3 files changed, 0 insertions(+), 0 deletions(-)
> >>>>
> >>>> -- 
> >>>> 2.20.1.windows.1
> >>>>
> >>> .
> >>>
> >>
> >>
> >> 
> >>
> >>
> > .
> > 
> 
> 
> 
> 
> 


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


[edk2-devel] [PATCH EDK2-non-osi v1 1/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
Posted by wenyi,xie via groups.io 3 years, 4 months ago
Replace binary files to fix compile issue caused by AsciiStrnCpy
and UnicodeStrToAsciiStr missing.

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Wenyi Xie <xiewenyi2@huawei.com>
---
 Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib | Bin 587188 -> 598188 bytes
 Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib | Bin 726884 -> 725820 bytes
 Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib               | Bin 210280 -> 258210 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib b/Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib
index e7c5f9fa99c9..16404ec2553d 100644
Binary files a/Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib and b/Silicon/Hisilicon/Hi1610/Library/Hi1610Serdes/Hi1610SerdesLib.lib differ
diff --git a/Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib b/Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib
index cdfaeb7d8f96..6092ace4047a 100644
Binary files a/Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib and b/Silicon/Hisilicon/Hi1616/Library/Hi1616Serdes/Hi1616SerdesLib.lib differ
diff --git a/Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib b/Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib
index 5ad2c8f07979..4c759a9ac3e9 100644
Binary files a/Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib and b/Silicon/Hisilicon/Library/IpmiCmdLib/IpmiCmdLib.lib differ
-- 
2.20.1.windows.1



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