|
Functions for coversion strings to intergers
3 messages
Are there any library functions that can convert a string with a decimal number to a number, and tell if the conversion was successful? I've found StrDecimalToUintnS and StrDecimalToUint64S functions
Are there any library functions that can convert a string with a decimal number to a number, and tell if the conversion was successful? I've found StrDecimalToUintnS and StrDecimalToUint64S functions
|
By
Konstantin Aladyshev
·
|
|
Change GOP mode runtime
Hello! I have written an UEFI shell application that can set a mode for GOP. And I try to use this app to increase the resolution of a display on OVMF under QEMU. I connect to the QEMU via VNC. By def
Hello! I have written an UEFI shell application that can set a mode for GOP. And I try to use this app to increase the resolution of a display on OVMF under QEMU. I connect to the QEMU via VNC. By def
|
By
Konstantin Aladyshev
·
|
|
how to use assert
Hi everyone May I ask in what situation we can use assert, is there any rule. thanks Wenyi
Hi everyone May I ask in what situation we can use assert, is there any rule. thanks Wenyi
|
By
wenyi,xie
·
|
|
failure in building unit test locally
4 messages
Hello, everyone I want to build unit test locally, my environment is win10, python 3.9.6, VS2019. I excute the command according to steps in the ReadMe. 1. stuart_setup -c ./.pytool/CISettings.py TOOL
Hello, everyone I want to build unit test locally, my environment is win10, python 3.9.6, VS2019. I excute the command according to steps in the ReadMe. 1. stuart_setup -c ./.pytool/CISettings.py TOOL
|
By
wenyi,xie
·
|
|
State of the `edk2-libc` project
3 messages
Hello! What is the state of the `edk2-libc` project? The last commit is dated Apr 29, 2019. I've tried to compile `edk2-libc` with the master `edk2` and have come to some build issues. For example thi
Hello! What is the state of the `edk2-libc` project? The last commit is dated Apr 29, 2019. I've tried to compile `edk2-libc` with the master `edk2` and have come to some build issues. For example thi
|
By
Konstantin Aladyshev
·
|
|
May I remove the header file include of uuid.h
2 messages
Hello everyone, May I ask one question, what is the uuid.h used for. We remove this include code below in file GenFvternalLib.c and then build EDK2 undec GCC5, the building is successful. It seems no
Hello everyone, May I ask one question, what is the uuid.h used for. We remove this include code below in file GenFvternalLib.c and then build EDK2 undec GCC5, the building is successful. It seems no
|
By
wenyi,xie
·
|
|
Status of the Ipmi and BMC support
Hi guys. I'm looking through the source code of edk2, edk2-platform and edk2-non-osi and see some libraries intended for support of BMC interaction (e.g. general definitions of Ipmi protocol in edk2/M
Hi guys. I'm looking through the source code of edk2, edk2-platform and edk2-non-osi and see some libraries intended for support of BMC interaction (e.g. general definitions of Ipmi protocol in edk2/M
|
By
yury.adamov@...
·
|
|
Problem with -kernel (-initrd, -append) qemu options
I cannot use -kernel, -initrd & -append options with qemu when using the OVMF files of any release from edk2-stable201808 onward, nor from the git master branch. The last release that has usable OVMF
I cannot use -kernel, -initrd & -append options with qemu when using the OVMF files of any release from edk2-stable201808 onward, nor from the git master branch. The last release that has usable OVMF
|
By
Christoph Willing
·
|
|
Some questions about create own setup sub page
2 messages
Dear members, I am a newbie for EDK2 and aim to create my own setup subpage as attached file "102638.jpg". Of course, I referenced all files of "device manager" but still meet build error as "BuildErr
Dear members, I am a newbie for EDK2 and aim to create my own setup subpage as attached file "102638.jpg". Of course, I referenced all files of "device manager" but still meet build error as "BuildErr
|
By
LawrenceGuan
·
|
|
[EXTERNAL] Re: [edk2-discuss] failure in building unit test locally
2 messages
Thanks for your follow-up. This is a known limitation that we have worked to resolve but ran into some unknown/unexpected errors. We definitely want to support both traditional and simplified characte
Thanks for your follow-up. This is a known limitation that we have worked to resolve but ran into some unknown/unexpected errors. We definitely want to support both traditional and simplified characte
|
By
Bret Barkelew
·
|
|
[EXTERNAL] [edk2-discuss] failure in building unit test locally
Sean, So there is no way decode() locale.getpreferredencoding() to UTF-8? I hit some issues post processing edk2 git-grep output in Python and I fixed that via: tfile.read().decode(errors='replace’) B
Sean, So there is no way decode() locale.getpreferredencoding() to UTF-8? I hit some issues post processing edk2 git-grep output in Python and I fixed that via: tfile.read().decode(errors='replace’) B
|
By
Andrew Fish
·
|
|
Is there a plan to implement TlsSetCertRevocationList
Hello everyone, The function of TlsSetCertRevocationList in TlsConfig.c is unsopported yet. Is there any plan to implemente this function? Thanks Wenyi
Hello everyone, The function of TlsSetCertRevocationList in TlsConfig.c is unsopported yet. Is there any plan to implemente this function? Thanks Wenyi
|
By
wenyi,xie
·
|
|
running lastest OVMF(secure boot+smm) with stock QEMU ( Ubintu 20.04)
4 messages
Hello All. I am playing with OVMF and want to run lastest Ubuntu 20.04 ISO disk, booting it securely from OVMF. I've got lastest edk2 repository, and have it built with options for secure_boot and smm
Hello All. I am playing with OVMF and want to run lastest Ubuntu 20.04 ISO disk, booting it securely from OVMF. I've got lastest edk2 repository, and have it built with options for secure_boot and smm
|
By
alys
·
|
|
回复: [edk2-discuss] edk2 build error
12 messages
Please don't use the binary base tools. They are not maintained. Before you build, please make sure EDK_TOOLS_BIN be not set. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2
Please don't use the binary base tools. They are not maintained. Before you build, please make sure EDK_TOOLS_BIN be not set. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2
|
By
gaoliming
·
|
|
回复: [edk2-discuss] Build failures Windows10, VS2019
Have you full build log? You can check whether VfrCompile is compiled from BaseTools source code or not. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 Matthe
Have you full build log? You can check whether VfrCompile is compiled from BaseTools source code or not. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 Matthe
|
By
gaoliming
·
|
|
Build failures Windows10, VS2019
4 messages
Friends, Does anyone have a link to a single and consistent description of a build of edk2 starting from scratch on a new Windows 10 machine using the python BaseTools etc? The several recipes I have
Friends, Does anyone have a link to a single and consistent description of a build of edk2 starting from scratch on a new Windows 10 machine using the python BaseTools etc? The several recipes I have
|
By
dss.v1.0@...
·
|
|
UefiPayloadPkg: assert error in PeiPcdLib
5 messages
Hi, Using coreboot 4.14 + UefiPayloadPkg the following error is shown: ASSERT_EFI_ERROR (Status = Not Found) ASSERT [PeiCore] /work/edk2/edk2-orig/MdePkg/Library/PeiPcdLib/PeiPcdLib.c(43): !EFI_ERROR
Hi, Using coreboot 4.14 + UefiPayloadPkg the following error is shown: ASSERT_EFI_ERROR (Status = Not Found) ASSERT [PeiCore] /work/edk2/edk2-orig/MdePkg/Library/PeiPcdLib/PeiPcdLib.c(43): !EFI_ERROR
|
By
King Sumo
·
|
|
PCI-Express version 1.1 doesn't support link training error
Hi, I'm working with PCI-Express diagnostics on UEFI using edk2. On PCI-Express Base Specification 1.0a there's a bit defined as "Link Training Error" on "Link Status Register (Offset 12h)". Specs fro
Hi, I'm working with PCI-Express diagnostics on UEFI using edk2. On PCI-Express Base Specification 1.0a there's a bit defined as "Link Training Error" on "Link Status Register (Offset 12h)". Specs fro
|
By
giovane.anhaia@...
·
|
|
MicroPythonPkg: How to import/compile uefi module?
Hi, following the instructions on https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/MicroPythonPkg , I can successfully run micropython.efi (using VS2015x86 instead of VS2017). H
Hi, following the instructions on https://github.com/tianocore/edk2-staging/tree/MicroPythonTestFramework/MicroPythonPkg , I can successfully run micropython.efi (using VS2015x86 instead of VS2017). H
|
By
Buhrow, Simon
·
|
|
History of Driver/Features in edk2-platforms
2 messages
Was curious if there was a reason why the top level drivers and features code was added into edk2-platforms instead of edk2 or a new repo. These modules seem different than the rest of the code in edk
Was curious if there was a reason why the top level drivers and features code was added into edk2-platforms instead of edk2 or a new repo. These modules seem different than the rest of the code in edk
|
By
Jeff Brasen
·
|