|
compile error
6 messages
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
·
|
|
Is it possible to manually (from code) load 'Realtek UEFI UNDI Driver' from firmware?
4 messages
I am developing efi application that should work with network. I found, that some drivers (including 'Realtek UEFI UNDI Driver') are not loaded, when BIOS option 'Fast boot' is on. I'v tried to load i
I am developing efi application that should work with network. I found, that some drivers (including 'Realtek UEFI UNDI Driver') are not loaded, when BIOS option 'Fast boot' is on. I'v tried to load i
|
By
alexey3nemckovich@...
·
|
|
Is it possible to manually (from code) load 'Realtek UEFI UNDI Driver'?
I am developing efi application that should work with network. I found, that some drivers (including 'Realtek UEFI UNDI Driver') are not loaded, when BIOS option 'Fast boot' is on. I'v tried to load i
I am developing efi application that should work with network. I found, that some drivers (including 'Realtek UEFI UNDI Driver') are not loaded, when BIOS option 'Fast boot' is on. I'v tried to load i
|
By
alexey3nemckovich@...
·
|
|
Drivers that based on two underlying hardware devices
2 messages
Hi, Trying to determine any recommendations for best practices for drivers that need to connect to multiple pieces of hardware and the interaction with the connection sequence. For example if a driver
Hi, Trying to determine any recommendations for best practices for drivers that need to connect to multiple pieces of hardware and the interaction with the connection sequence. For example if a driver
|
By
Jeff Brasen
·
|
|
Having problems when trying to instrument all code of a specific UEFI driver (including the library code)
11 messages
Hello everyone, I hope this is the right place to ask this, I haven't been able to find answers online or in the edk2 wiki. I'm trying to apply sanitizers to system management mode (SMM) drivers (Vari
Hello everyone, I hope this is the right place to ask this, I haven't been able to find answers online or in the edk2 wiki. I'm trying to apply sanitizers to system management mode (SMM) drivers (Vari
|
By
mick21@...
·
|
|
GSoC (Google Summer of Code) Application Deadline Approaching
Hi Everyone, Quick heads up, the GSoC application deadline is 17 hours from now. I still see 5 applications in draft status. Google is very strict about their deadlines, even if you are 1 minute late
Hi Everyone, Quick heads up, the GSoC application deadline is 17 hours from now. I still see 5 applications in draft status. Google is very strict about their deadlines, even if you are 1 minute late
|
By
Nate DeSimone
·
|
|
GSoC proposal for MinPlatform Qemu Support
Hello all, I have submitted a draft proposal, a google doc with commenting access, through GSoC website. Please suggest any changes or improvements so that I can improve on the proposal. Though I have
Hello all, I have submitted a draft proposal, a google doc with commenting access, through GSoC website. Please suggest any changes or improvements so that I can improve on the proposal. Though I have
|
By
KAAIRA GUPTA
·
|
|
Doubt in MinPlatform QemuOpenBoardPkg task
The second part of this task talks about fsp sdk and its use for testing FSP integration. I wanted to confirm if I understood this part correctly. From what I understand, we will have to work on this
The second part of this task talks about fsp sdk and its use for testing FSP integration. I wanted to confirm if I understood this part correctly. From what I understand, we will have to work on this
|
By
Kaaira Gupta
·
|
|
Doubt in MinPlatform QemuOpenBoardPkg task
Hi Kaaira, Great questions! So I’ll start out describing what the FSP is and why we built it. The FSP (Firmware Support Package) is a mechanism Intel developed to distribute chipset initialization cod
Hi Kaaira, Great questions! So I’ll start out describing what the FSP is and why we built it. The FSP (Firmware Support Package) is a mechanism Intel developed to distribute chipset initialization cod
|
By
Nate DeSimone
·
|
|
[EXTERNAL] [edk2-discuss] Customize Secure Boot Configuration
4 messages
There’s a few ways you could accomplish this, but I’m not aware of any “built-in” mechanism. To get you started, I’d take a look at the implementation of these: SecurityPkg/Library/AuthVariableLib/Aut
There’s a few ways you could accomplish this, but I’m not aware of any “built-in” mechanism. To get you started, I’d take a look at the implementation of these: SecurityPkg/Library/AuthVariableLib/Aut
|
By
Bret Barkelew
·
|
|
Customize Secure Boot Configuration
Dear all, I'm currently developing UEFI payload with Secure Boot enabled. I want to customize Secure Boot configuration (PK, KEK, DB, DBX) at build time of Edk2 instead of changing Secure Boot in BIOS
Dear all, I'm currently developing UEFI payload with Secure Boot enabled. I want to customize Secure Boot configuration (PK, KEK, DB, DBX) at build time of Edk2 instead of changing Secure Boot in BIOS
|
By
Vu Dinh
·
|
|
UEFI Shell 2.7
2 messages
Hello there after installing Windows 10 and uninstalling it I'm unable to see UEFI Shell 2.7 on my BIOS boot menu. I'm using ACER Aspire 7 A715-75G which had come with UEFI Shell 2.7 preinstalled. How
Hello there after installing Windows 10 and uninstalling it I'm unable to see UEFI Shell 2.7 on my BIOS boot menu. I'm using ACER Aspire 7 A715-75G which had come with UEFI Shell 2.7 preinstalled. How
|
By
Alex
·
|
|
Use of DebugLib in StandaloneMmCoreEntryPoint for AArch64 platforms
2 messages
Hi All, The StandaloneMmCoreEntryPoint library for AArch64 platforms uses DebugLib APIs in the code path starting from '_ModuleEntryPoint' to the point at which 'ProcessModuleEntryPointList' is called
Hi All, The StandaloneMmCoreEntryPoint library for AArch64 platforms uses DebugLib APIs in the code path starting from '_ModuleEntryPoint' to the point at which 'ProcessModuleEntryPointList' is called
|
By
Thomas Abraham
·
|
|
Google Summer of Code 2021 interested student
11 messages
Hello everyone, My name is Ayush Dwivedi. I am currently studying Computer Science and Engineering and am in my 3rd year of B.Tech program. I am interested in operating systems, firmwares and game pro
Hello everyone, My name is Ayush Dwivedi. I am currently studying Computer Science and Engineering and am in my 3rd year of B.Tech program. I am interested in operating systems, firmwares and game pro
|
By
Ayush Dwivedi
·
|
|
GccBase.lds
9 messages
Hi Is anyone familiar with this file? (Edk2\BaseTools\Scripts\GccBase.lds) I would like to understand more what it does and why it is needed. When looking at the .efi output of genfw, it seems the .bu
Hi Is anyone familiar with this file? (Edk2\BaseTools\Scripts\GccBase.lds) I would like to understand more what it does and why it is needed. When looking at the .efi output of genfw, it seems the .bu
|
By
Hernandez Miramontes, Jose Miguel
·
|
|
Driver health : Posting message in MessageList
2 messages
Hi , For our products, we have UEFI Driver and HII Driver as two separate images (this is a requirement for our product because we want to keep UEFI Driver as thin as possible). - Main role of UEFI Dr
Hi , For our products, we have UEFI Driver and HII Driver as two separate images (this is a requirement for our product because we want to keep UEFI Driver as thin as possible). - Main role of UEFI Dr
|
By
EDK
·
|
|
答复: [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 收件人: discuss@e
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 收件人: discuss@e
|
By
wenyi,xie
·
|
|
回复: [edk2-discuss] Interested in contributing
Monami: CLANG/LLVM tool chain has been enabled in Edk2 project for Windows/Linux/Mac OS. You can see more detail from https://github.com/tianocore/tianocore.github.io/wiki/CLANG9-Tools-Chain But on Wi
Monami: CLANG/LLVM tool chain has been enabled in Edk2 project for Windows/Linux/Mac OS. You can see more detail from https://github.com/tianocore/tianocore.github.io/wiki/CLANG9-Tools-Chain But on Wi
|
By
gaoliming
·
|
|
Interested in contributing
Hi there, I'm Monami - a Master's in Computer Engineering student at Virginia Tech, US. This is my first semester here as an international student, so I don't have CPT authorization to get paid for wo
Hi there, I'm Monami - a Master's in Computer Engineering student at Virginia Tech, US. This is my first semester here as an international student, so I don't have CPT authorization to get paid for wo
|
By
monamidg@...
·
|
|
lost stderr in console
Wenyi, As the description in Commit 01b6090b, the change was to fix the incremental build issue in the MSVC toolchain. But now it‘s found that impacts the usage of the GCC toolchain. Please file a BZ
Wenyi, As the description in Commit 01b6090b, the change was to fix the incremental build issue in the MSVC toolchain. But now it‘s found that impacts the usage of the GCC toolchain. Please file a BZ
|
By
Bob Feng
·
|