public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
@ 2020-12-16  1:41 wenyi,xie
  2020-12-16  1:41 ` [PATCH EDK2-non-osi v1 1/1] " wenyi,xie
  2021-01-08 16:50 ` [PATCH EDK2-non-osi v1 0/1] " Leif Lindholm
  0 siblings, 2 replies; 7+ messages in thread
From: wenyi,xie @ 2020-12-16  1:41 UTC (permalink / raw)
  To: devel, leif, ard.biesheuvel; +Cc: songdongkuang, xiewenyi2

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH EDK2-non-osi v1 1/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
  2020-12-16  1:41 [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy wenyi,xie
@ 2020-12-16  1:41 ` wenyi,xie
  2021-01-08 16:50 ` [PATCH EDK2-non-osi v1 0/1] " Leif Lindholm
  1 sibling, 0 replies; 7+ messages in thread
From: wenyi,xie @ 2020-12-16  1:41 UTC (permalink / raw)
  To: devel, leif, ard.biesheuvel; +Cc: songdongkuang, xiewenyi2

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
  2020-12-16  1:41 [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy wenyi,xie
  2020-12-16  1:41 ` [PATCH EDK2-non-osi v1 1/1] " wenyi,xie
@ 2021-01-08 16:50 ` Leif Lindholm
  2021-01-11  6:36   ` wenyi,xie
  1 sibling, 1 reply; 7+ messages in thread
From: Leif Lindholm @ 2021-01-08 16:50 UTC (permalink / raw)
  To: Wenyi Xie; +Cc: devel, ard.biesheuvel, songdongkuang

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
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
  2021-01-08 16:50 ` [PATCH EDK2-non-osi v1 0/1] " Leif Lindholm
@ 2021-01-11  6:36   ` wenyi,xie
  2021-01-11 11:50     ` [edk2-devel] " Leif Lindholm
  0 siblings, 1 reply; 7+ messages in thread
From: wenyi,xie @ 2021-01-11  6:36 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: devel, ard.biesheuvel, songdongkuang

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
>>
> .
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
  2021-01-11  6:36   ` wenyi,xie
@ 2021-01-11 11:50     ` Leif Lindholm
  2021-01-12  7:06       ` wenyi,xie
  0 siblings, 1 reply; 7+ messages in thread
From: Leif Lindholm @ 2021-01-11 11:50 UTC (permalink / raw)
  To: devel, xiewenyi2; +Cc: ard.biesheuvel, songdongkuang

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
> >>
> > .
> > 
> 
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
  2021-01-11 11:50     ` [edk2-devel] " Leif Lindholm
@ 2021-01-12  7:06       ` wenyi,xie
  2021-01-26 12:44         ` Leif Lindholm
  0 siblings, 1 reply; 7+ messages in thread
From: wenyi,xie @ 2021-01-12  7:06 UTC (permalink / raw)
  To: Leif Lindholm, devel; +Cc: ard.biesheuvel, songdongkuang

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
>>>>
>>> .
>>>
>>
>>
>> 
>>
>>
> .
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [edk2-devel] [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy
  2021-01-12  7:06       ` wenyi,xie
@ 2021-01-26 12:44         ` Leif Lindholm
  0 siblings, 0 replies; 7+ messages in thread
From: Leif Lindholm @ 2021-01-26 12:44 UTC (permalink / raw)
  To: devel, xiewenyi2; +Cc: ard.biesheuvel, songdongkuang

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
> >>>>
> >>> .
> >>>
> >>
> >>
> >> 
> >>
> >>
> > .
> > 
> 
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-26 12:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-16  1:41 [PATCH EDK2-non-osi v1 0/1] Silicon/Hisilicon: fix compile issues triggered by VariablePolicy wenyi,xie
2020-12-16  1:41 ` [PATCH EDK2-non-osi v1 1/1] " wenyi,xie
2021-01-08 16:50 ` [PATCH EDK2-non-osi v1 0/1] " Leif Lindholm
2021-01-11  6:36   ` wenyi,xie
2021-01-11 11:50     ` [edk2-devel] " Leif Lindholm
2021-01-12  7:06       ` wenyi,xie
2021-01-26 12:44         ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox