|
Having problem when xHCI create Setup Stage TRB
Hello, everyone, we meet a problem and are not sure if it's an issue, here's the description. According usb-xhci specification, at USB packet level, a Control Transfer consists of multiple transaction
Hello, everyone, we meet a problem and are not sure if it's an issue, here's the description. According usb-xhci specification, at USB packet level, a Control Transfer consists of multiple transaction
|
By
wenyi,xie
· #748
·
|
|
回复: [edk2-discuss] compile error
Hi,Liming: Our project has several components, EDK2 is one of them. This project has a top makefile, and this top makefile will call sub makefile to build every component. In the top makefile, it uses
Hi,Liming: Our project has several components, EDK2 is one of them. This project has a top makefile, and this top makefile will call sub makefile to build every component. In the top makefile, it uses
|
By
wenyi,xie
· #733
·
|
|
compile error
The environment is a docker, itself has no kernel, it depends on the kernel of host machine.
The environment is a docker, itself has no kernel, it depends on the kernel of host machine.
|
By
wenyi,xie
· #731
·
|
|
compile error
We have tried to set the default version of python to 3.7, but the error is still there.
We have tried to set the default version of python to 3.7, but the error is still there.
|
By
wenyi,xie
· #730
·
|
|
compile error
And this error only occurred in a specific environment. We trace the commit log and find this error relate to the feature "BaseTools Enable multiple-thread autogen". Maybe this environment doesn't sup
And this error only occurred in a specific environment. We trace the commit log and find this error relate to the feature "BaseTools Enable multiple-thread autogen". Maybe this environment doesn't sup
|
By
wenyi,xie
· #728
·
|
|
compile error
Hello everyone, When we update EDK2 version from 201903 to 202011, we meet a compile error, the error message like below. we roll back the EDK2 version and find the error starts from 201908. Our env i
Hello everyone, When we update EDK2 version from 201903 to 202011, we meet a compile error, the error message like below. we roll back the EDK2 version and find the error starts from 201908. Our env i
|
By
wenyi,xie
· #726
·
|
|
答复: [edk2-discuss] lost stderr in console
Hi, bob, The BZ is filed, here's the link https://bugzilla.tianocore.org/show_bug.cgi?id=3278 Thanks Wenyi -----邮件原件----- 发件人: Feng, Bob C [mailto:bob.c.feng@...] 发送时间: 2021年3月25日 22:42 收件人: dis
Hi, bob, The BZ is filed, here's the link https://bugzilla.tianocore.org/show_bug.cgi?id=3278 Thanks Wenyi -----邮件原件----- 发件人: Feng, Bob C [mailto:bob.c.feng@...] 发送时间: 2021年3月25日 22:42 收件人: dis
|
By
wenyi,xie
· #684
·
|
|
答复: [edk2-discuss] lost stderr in console
Hi, liming, Yes, my command using 2>&1 to redirect strerr to stdout, and after updating to version 202011 the stderr are not shown in the screen but only written in xxx.log. According to Laszlo's help
Hi, liming, Yes, my command using 2>&1 to redirect strerr to stdout, and after updating to version 202011 the stderr are not shown in the screen but only written in xxx.log. According to Laszlo's help
|
By
wenyi,xie
· #678
·
|
|
答复: [edk2-discuss] lost stderr in console
Hi, Laszlo, Thank you very much for such detailed explanation. I know the root cause of the problem now. -----邮件原件----- 发件人: Laszlo Ersek [mailto:lersek@...] 发送时间: 2021年3月18日 4:31 收件人: discuss@
Hi, Laszlo, Thank you very much for such detailed explanation. I know the root cause of the problem now. -----邮件原件----- 发件人: Laszlo Ersek [mailto:lersek@...] 发送时间: 2021年3月18日 4:31 收件人: discuss@
|
By
wenyi,xie
· #677
·
|
|
lost stderr in console
Hi,everyone, I used to set makeflags like below,so that only message from stderr will be shown in console while compiling, and at the same time message from stderr and stdout will all be saved in xxx.
Hi,everyone, I used to set makeflags like below,so that only message from stderr will be shown in console while compiling, and at the same time message from stderr and stdout will all be saved in xxx.
|
By
wenyi,xie
· #635
·
|
|
回复: [edk2-discuss] what's the conditions of submodule updating
OK, I got it. Thank you. Thanks Wenyi
OK, I got it. Thank you. Thanks Wenyi
|
By
wenyi,xie
· #521
·
|
|
Memory type of ESRT
Hi all, ESRT now is using AllocatePool() to allocate memory and published to ConfigurationTable. ConfigurationTable should be valid after calling ExitBootServices(). So why not using AllocateRuntimePo
Hi all, ESRT now is using AllocatePool() to allocate memory and published to ConfigurationTable. ConfigurationTable should be valid after calling ExitBootServices(). So why not using AllocateRuntimePo
|
By
wenyi,xie
· #507
·
|
|
what's the conditions of submodule updating
Hi all, May I ask a question. In what conditions will we update submodules. Will we update the sbumodule when it only fixes a vulnerability, or any other conditions should be meet before updating.
Hi all, May I ask a question. In what conditions will we update submodules. Will we update the sbumodule when it only fixes a vulnerability, or any other conditions should be meet before updating.
|
By
wenyi,xie
· #497
·
|
|
redundant NULL pointer check
Hi Laszlo, Thank you for your detailed explanation, I get it. I will post a patch later. Thanks Wenyi
Hi Laszlo, Thank you for your detailed explanation, I get it. I will post a patch later. Thanks Wenyi
|
By
wenyi,xie
· #460
·
|
|
redundant NULL pointer check
Hi Laszlo, So if (Info->VolumeLabel == NULL) will always evaluate to FALSE when Info != NULL. Can we just remove it. Thanks Wenyi
Hi Laszlo, So if (Info->VolumeLabel == NULL) will always evaluate to FALSE when Info != NULL. Can we just remove it. Thanks Wenyi
|
By
wenyi,xie
· #458
·
|
|
redundant NULL pointer check
Hi all, When removing -Wno-tautological-compare, there's a warning. MdeModulePkg/Library/FileExplorerLib/FileExplorer.c:850:19: warning: comparison of array 'Info->VolumeLabel' equal to a null pointer
Hi all, When removing -Wno-tautological-compare, there's a warning. MdeModulePkg/Library/FileExplorerLib/FileExplorer.c:850:19: warning: comparison of array 'Info->VolumeLabel' equal to a null pointer
|
By
wenyi,xie
· #456
·
|
|
where can I get the record of Monthly Tianocore Community Meeting
Hi,all May I ask whether there is Community meeting recording or summary. If I miss the meeting, where can I get the content of the meeting? Thank you!
Hi,all May I ask whether there is Community meeting recording or summary. If I miss the meeting, where can I get the content of the meeting? Thank you!
|
By
wenyi,xie
· #444
·
|
|
when bug 2172 & 2177 will be fixed
Hi,all May I ask when bug 2172 & 2177 will be fixed, is there any plan, thank you! https://bugzilla.tianocore.org/show_bug.cgi?id=2172 https://bugzilla.tianocore.org/show_bug.cgi?id=2177
Hi,all May I ask when bug 2172 & 2177 will be fixed, is there any plan, thank you! https://bugzilla.tianocore.org/show_bug.cgi?id=2172 https://bugzilla.tianocore.org/show_bug.cgi?id=2177
|
By
wenyi,xie
· #429
·
|
|
how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
Thanks, Andrew, Laszlo and liming, with your help I find the module which really own the warning. As the compile is multithreading, the order in compile log is not right. The module which cause warnin
Thanks, Andrew, Laszlo and liming, with your help I find the module which really own the warning. As the compile is multithreading, the order in compile log is not right. The module which cause warnin
|
By
wenyi,xie
· #385
·
|
|
how to fix compile warning: cannot find entry symbol _ModuleEntryPoint
I checked my platform DSC and there's UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf in the section [LibraryClasses.common]. I'm not sure why _ModuleEntryPoint can't
I checked my platform DSC and there's UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf in the section [LibraryClasses.common]. I'm not sure why _ModuleEntryPoint can't
|
By
wenyi,xie
· #384
·
|