|
Re: UefiPayloadPkg: assert error in PeiPcdLib
There is “build magic”(TM) around PCDs. There are different flavors of PCDs. PCDs can be build constants or looked up from a central database. The ASSERT is from the code trying to look something
There is “build magic”(TM) around PCDs. There are different flavors of PCDs. PCDs can be build constants or looked up from a central database. The ASSERT is from the code trying to look something
|
By
Andrew Fish
·
#836
·
|
|
Re: UefiPayloadPkg: assert error in PeiPcdLib
Hi,
If I revert the patch I can see the log output from PayloadEntry(), e.g.:
GET_BOOTLOADER_PARAMETER() = 0x17F766000
But with the patch nothing else is shown in the log besides:
ASSERT_EFI_ERROR
Hi,
If I revert the patch I can see the log output from PayloadEntry(), e.g.:
GET_BOOTLOADER_PARAMETER() = 0x17F766000
But with the patch nothing else is shown in the log besides:
ASSERT_EFI_ERROR
|
By
King Sumo
·
#835
·
|
|
UefiPayloadPkg: assert error in PeiPcdLib
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):
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):
|
By
King Sumo
·
#834
·
|
|
Re: Build failures Windows10, VS2019
Just to add yet another way and more info about how the CI does all this for every commit (I hate batch files and the junk in "edksetup")
If you follow
Just to add yet another way and more info about how the CI does all this for every commit (I hate batch files and the junk in "edksetup")
If you follow
|
By
Sean
·
#833
·
|
|
回复: [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
setup
Basetools/Source/C/bin
build of
me.
with
windows_build,
at
Have you full build log? You can check whether VfrCompile is compiled from
BaseTools source code or not.
Thanks
Liming
setup
Basetools/Source/C/bin
build of
me.
with
windows_build,
at
|
By
gaoliming
·
#832
·
|
|
Re: Build failures Windows10, VS2019
Hello Dan,
VfrCompile is a c based barstools and should be compiled (I think edk2 setup does this). Do you see that? I think it will be under
Hello Dan,
VfrCompile is a c based barstools and should be compiled (I think edk2 setup does this). Do you see that? I think it will be under
|
By
Matthew Carlson
·
#831
·
|
|
Re: Build failures Windows10, VS2019
I’ve not built on Windows in a long time but ……
VfrCompile is a C tool from the BaseTools project. So it requires that you build the BaseTools, and have the BaseTools executables in your path.
I’ve not built on Windows in a long time but ……
VfrCompile is a C tool from the BaseTools project. So it requires that you build the BaseTools, and have the BaseTools executables in your path.
|
By
Andrew Fish
·
#830
·
|
|
Re: 回复: [edk2-discuss] edk2 build error
Are these instructions appropriate for building edk2 in general. I have been failing to get a simple non-emulating development build working? Every set of instructions from the top level readme from
Are these instructions appropriate for building edk2 in general. I have been failing to get a simple non-emulating development build working? Every set of instructions from the top level readme from
|
By
dss.v1.0@...
·
#829
·
|
|
Re: running lastest OVMF(secure boot+smm) with stock QEMU ( Ubintu 20.04)
Dann, thank you for reply... but is was just my fault.
trying to run manually build OVMF, I used OVMF_VARS.ms.fd from ubuntu stock... and it seems they are different in format.
So when i replaced it
Dann, thank you for reply... but is was just my fault.
trying to run manually build OVMF, I used OVMF_VARS.ms.fd from ubuntu stock... and it seems they are different in format.
So when i replaced it
|
By
alys.the.work@...
·
#828
·
|
|
Re: running lastest OVMF(secure boot+smm) with stock QEMU ( Ubintu 20.04)
People, forget about my this trouble.
I was just running the CODE section from fresh build, with VAR section from stock OVMF.
Obviously they could be different in structure, and seems it's
People, forget about my this trouble.
I was just running the CODE section from fresh build, with VAR section from stock OVMF.
Obviously they could be different in structure, and seems it's
|
By
alys.the.work@...
·
#827
·
|
|
Build failures Windows10, VS2019
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@...
·
#826
·
|
|
Re: running lastest OVMF(secure boot+smm) with stock QEMU ( Ubintu 20.04)
hey Alex,
This sounds like LP: #1903681:
https://launchpad.net/ubuntu/+source/edk2/2020.11-1
Try an Ubuntu build of 2020.11-1 or newer.
-dann
hey Alex,
This sounds like LP: #1903681:
https://launchpad.net/ubuntu/+source/edk2/2020.11-1
Try an Ubuntu build of 2020.11-1 or newer.
-dann
|
By
dann frazier
·
#825
·
|
|
running lastest OVMF(secure boot+smm) with stock QEMU ( Ubintu 20.04)
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
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
|
By
alys <alys-work@...>
·
#824
·
|
|
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
·
#823
·
|
|
Re: [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
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
|
By
Andrew Fish
·
#822
·
|
|
Re: [EXTERNAL] Re: [edk2-discuss] failure in building unit test locally
Hi Bret,
It seems no need to change the language of windows, I found that the root cause is that the language of Visual Studio I installed is Chinese. So if any warning or error occured during
Hi Bret,
It seems no need to change the language of windows, I found that the root cause is that the language of Visual Studio I installed is Chinese. So if any warning or error occured during
|
By
wenyi,xie
·
#821
·
|
|
Re: Some questions about create own setup sub page
It seem that the file-encoding is incorrect.
Are you using UTF-8?
It seem that the file-encoding is incorrect.
Are you using UTF-8?
|
By
Guomin Jiang
·
#820
·
|
|
Some questions about create own setup sub page
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
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
|
By
LawrenceGuan
·
#819
·
|
|
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
·
#818
·
|
|
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
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
|
By
yury.adamov@...
·
#817
·
|