|
Google Summer of Code (GSoC) 2021!
Hi Everyone, I am pleased to announce that TianoCore has been accepted to participate in GSoC 2021! If you are a student and are interested in participating this year, feel free to introduce yourself
Hi Everyone, I am pleased to announce that TianoCore has been accepted to participate in GSoC 2021! If you are a student and are interested in participating this year, feel free to introduce yourself
|
By
Nate DeSimone
·
|
|
UDK2018 + ApolloLake E3900 can't compile UEFI
Good afternoon. I'm trying to compile UEFI with UDK2018 for the ApolloLake E3900 platform, but it doesn't work. I made some changes to the source code, the compilation process has progressed further,
Good afternoon. I'm trying to compile UEFI with UDK2018 for the ApolloLake E3900 platform, but it doesn't work. I made some changes to the source code, the compilation process has progressed further,
|
By
Anton.Kunakov@...
·
|
|
[EXTERNAL] Re: [edk2-discuss] 回复: [edk2-discuss] edk2 build error
3 messages
Can you send the output of: “C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat AMD64” When you installed VS2019, did you select any additional packages or
Can you send the output of: “C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat AMD64” When you installed VS2019, did you select any additional packages or
|
By
Bret Barkelew
·
|
|
Reg, Building EDKII source.
Liming, I have reinstalled WinSDK and it shows the header file. but still I am getting other errors. May I know what environment vars need to be created post WinSDK installation? I have set INCLUDE, L
Liming, I have reinstalled WinSDK and it shows the header file. but still I am getting other errors. May I know what environment vars need to be created post WinSDK installation? I have set INCLUDE, L
|
By
Mohammad Younas Khan Pathan
·
|
|
回复: [edk2-discuss] Reg, Building EDKII source.
Seemly, your WinSDK is not correct. Windows.h is in my C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um directory. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@e
Seemly, your WinSDK is not correct. Windows.h is in my C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um directory. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@e
|
By
gaoliming
·
|
|
[EXTERNAL] Re: [edk2-discuss] 回复: [edk2-discuss] edk2 build error
Happy to help. Can you send the full console output including your original command? Thanks! - Bret Sent: Thursday, March 4, 2021 6:23 AM To: Feng, Bob C<mailto:bob.c.feng@...> Cc: discuss@edk2.groups
Happy to help. Can you send the full console output including your original command? Thanks! - Bret Sent: Thursday, March 4, 2021 6:23 AM To: Feng, Bob C<mailto:bob.c.feng@...> Cc: discuss@edk2.groups
|
By
Bret Barkelew
·
|
|
Reg, Building EDKII source.
Liming, After creating a new INCLUDE env variable, it resolved the build error. But faced other errors and created a LIB env variable for WinSDK libs. I am getting another error for *windows.h* header
Liming, After creating a new INCLUDE env variable, it resolved the build error. But faced other errors and created a LIB env variable for WinSDK libs. I am getting another error for *windows.h* header
|
By
Mohammad Younas Khan Pathan
·
|
|
回复: [edk2-discuss] Reg, Building EDKII source.
Please open new cmd, and cd Edk2, type edksetup.bat Rebuild again. System header files are searched from INCLUDE env. Please check this env value. Thanks Liming 发件人: Mohammad Younas Khan Pathan <pmdyo
Please open new cmd, and cd Edk2, type edksetup.bat Rebuild again. System header files are searched from INCLUDE env. Please check this env value. Thanks Liming 发件人: Mohammad Younas Khan Pathan <pmdyo
|
By
gaoliming
·
|
|
Reg, Building EDKII source.
Liming, Still I am facing the same error even after installing SDK tools from MS VS 2019 installer. And also added the below path (which has assert.h) to PATH variable: C:\Program Files (x86)\Windows
Liming, Still I am facing the same error even after installing SDK tools from MS VS 2019 installer. And also added the below path (which has assert.h) to PATH variable: C:\Program Files (x86)\Windows
|
By
Mohammad Younas Khan Pathan
·
|
|
EDK2 Pytool and edk2-Libc
How can i build libc and use for my edk2 project? Do I need to set up workspaces? How to do it in pytool build system? Thanque.
How can i build libc and use for my edk2 project? Do I need to set up workspaces? How to do it in pytool build system? Thanque.
|
By
alexgdi@...
·
|
|
edk2 build error
4 messages
Hello! I am trying to compile an EDK2 under Windows 10 using VS2019. When compiling, I get an error from the GenFFs utility which says that the option -oi is not valid. Here is part of the build scrip
Hello! I am trying to compile an EDK2 under Windows 10 using VS2019. When compiling, I get an error from the GenFFs utility which says that the option -oi is not valid. Here is part of the build scrip
|
By
alexgdi@...
·
|
|
回复: [edk2-discuss] Reg, Building EDKII source.
Please make sure install WINSDK10 > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 > Mohammad Younas Khan Pathan > 发送时间: 2021年3月3日 15:42 > 收件人: Mohammad Younas Khan Pathan <p
Please make sure install WINSDK10 > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 > Mohammad Younas Khan Pathan > 发送时间: 2021年3月3日 15:42 > 收件人: Mohammad Younas Khan Pathan <p
|
By
gaoliming
·
|
|
Reg, Building EDKII source.
2 messages
Liming, Thanks for the comments. I can understand. But VS is licensed one and EDKII is open-source. Can we avoid using VS tools or use any open source tools in EDKII source build system? Thank you, Yo
Liming, Thanks for the comments. I can understand. But VS is licensed one and EDKII is open-source. Can we avoid using VS tools or use any open source tools in EDKII source build system? Thank you, Yo
|
By
pmdyounaskhan786@...
·
|
|
回复: [edk2-discuss] Reg, Building EDKII source.
The build step can refer to https://github.com/tianocore/tianocore.github.io/wiki/CLANG9-Tools-Chain#the-verbos-build-and-run-steps-in-windows This step is to build EDK2 with CLANGPDB tool chain. But,
The build step can refer to https://github.com/tianocore/tianocore.github.io/wiki/CLANG9-Tools-Chain#the-verbos-build-and-run-steps-in-windows This step is to build EDK2 with CLANGPDB tool chain. But,
|
By
gaoliming
·
|
|
Reg, Building EDKII source.
Hello, Do we have steps to build the latest EDK II source? or any related reference link? Also can we build EDK II source without MS VisualStudio being installed in the system? In my windows machine,
Hello, Do we have steps to build the latest EDK II source? or any related reference link? Also can we build EDK II source without MS VisualStudio being installed in the system? In my windows machine,
|
By
pmdyounaskhan786@...
·
|
|
Simple usb keyboard/mouse driver implementation after ExitBootServices
2 messages
Hello, I am an amateur. I made a uefi app for reading some type of images (bmp os/2) and files in folders. That also provides mice and keyboard support. I did not use edk2 but gnu-efi later I will swi
Hello, I am an amateur. I made a uefi app for reading some type of images (bmp os/2) and files in folders. That also provides mice and keyboard support. I did not use edk2 but gnu-efi later I will swi
|
By
gomidas95@...
·
|
|
Can DXE drivers be included in executable EFI binary?
8 messages
Hello, Some computers (what I checked was an LG laptop) do not recognize the NVMe SSD as a block device in the EFI program. Of course, the OS on the NVMe SSD is bootable. But when I boot with Shellx64
Hello, Some computers (what I checked was an LG laptop) do not recognize the NVMe SSD as a block device in the EFI program. Of course, the OS on the NVMe SSD is bootable. But when I boot with Shellx64
|
By
joseph@...
·
|
|
Compile EDK2 to set boot order to PXE
11 messages
Hi, I am network booting the raspberry pi firmware. Unfortunately as its loaded from TFTP it does not retain settings nor do I believe I can give it settings. I am already compiling my own version of
Hi, I am network booting the raspberry pi firmware. Unfortunately as its loaded from TFTP it does not retain settings nor do I believe I can give it settings. I am already compiling my own version of
|
By
wernerbuck@...
·
|
|
Questions about unusual PCI location when using EFI_PCI_IO_PROTOCOL in ARM system
3 messages
Hello, I am learning about PCI and trying to write an application that lists PCI controllers in UEFI environment, using EFI_PCI_IO_PROTOCOL and EDK2. I want to list some information from Configuration
Hello, I am learning about PCI and trying to write an application that lists PCI controllers in UEFI environment, using EFI_PCI_IO_PROTOCOL and EDK2. I want to list some information from Configuration
|
By
gustavo.marcello@...
·
|
|
UEFI-SCT: Support for UEFI-SCT for X86 architecture.
Hi, I was trying to build the UEFI-SCT for EDK2 on my windows box running cygwin. I follow edk2-test/uefi-sct/HowToBuild/How to build SCT.txt for build instruction. It says X64 is unsupported target a
Hi, I was trying to build the UEFI-SCT for EDK2 on my windows box running cygwin. I follow edk2-test/uefi-sct/HowToBuild/How to build SCT.txt for build instruction. It says X64 is unsupported target a
|
By
gauravpandya321@...
·
|