|
Redfish Host Interface
6 messages
Hello, I am interested in a UEFI Redfish Host Interface that does not require an OS. That is, the Redfish service would be provided by UEFI itself (via an IP interface)... or perhaps an EFI applicatio
Hello, I am interested in a UEFI Redfish Host Interface that does not require an OS. That is, the Redfish service would be provided by UEFI itself (via an IP interface)... or perhaps an EFI applicatio
|
By
Russell Peterson
·
|
|
回复: Non-reproducible binaries generated by GenFw
7 messages
Ross: I verify -z option. It can remove DEBUG entry and make sure the generated image be reproduced. PlatformPkg.dsc: [BuildOptions] RELEASE_*_*_GENFW_FLAGS = -z Thanks Liming > -----邮件原件----- > 发件人:
Ross: I verify -z option. It can remove DEBUG entry and make sure the generated image be reproduced. PlatformPkg.dsc: [BuildOptions] RELEASE_*_*_GENFW_FLAGS = -z Thanks Liming > -----邮件原件----- > 发件人:
|
By
gaoliming
·
|
|
GSOC 21 interested student
2 messages
Hi everyone, I am Vikas Kundu, a post-grad student of Computer Science in India. I can code in Python, node.js, C and C++ and is aware of networking concepts especially DNS. I wish to work on the UEFI
Hi everyone, I am Vikas Kundu, a post-grad student of Computer Science in India. I can code in Python, node.js, C and C++ and is aware of networking concepts especially DNS. I wish to work on the UEFI
|
By
vikasraist@...
·
|
|
回复: [edk2-discuss] 回复: Non-reproducible binaries generated by GenFw
2 messages
Yes. Just RELEASE_*_*_GENFW_FLAGS = --zero The format is defined in DSC spec. = means append, == means replacement. Thanks Liming > -----邮件原件----- > 发件人: Ross Burton <ross@...> > 发送时间: 2021年3月17日 0:27
Yes. Just RELEASE_*_*_GENFW_FLAGS = --zero The format is defined in DSC spec. = means append, == means replacement. Thanks Liming > -----邮件原件----- > 发件人: Ross Burton <ross@...> > 发送时间: 2021年3月17日 0:27
|
By
gaoliming
·
|
|
Google Summer of Code Interested Student
10 messages
Hello, My name is Caden Kline. I am a freshmen Computer Science major in the US. I intend to specialize in Systems or Security or both. The main two tasks I am hoping to apply for are "Terminal driver
Hello, My name is Caden Kline. I am a freshmen Computer Science major in the US. I intend to specialize in Systems or Security or both. The main two tasks I am hoping to apply for are "Terminal driver
|
By
Caden Kline
·
|
|
lost stderr in console
2 messages
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
·
|
|
[Announce] A UEFI NTFS driver, with read/write support
Hi, I have just completed a fork of the GPLv2 ntfs-3g project [1], that enables compiling it as a UEFI driver. The project, as well as binary releases (for X64, IA32, AARCH64 and ARM), can be found at
Hi, I have just completed a fork of the GPLv2 ntfs-3g project [1], that enables compiling it as a UEFI driver. The project, as well as binary releases (for X64, IA32, AARCH64 and ARM), can be found at
|
By
Pete Batard
·
|
|
Windows guest fails to boot into recovery mode due to commit 5267926
21 messages
Hello, I ran into a windows booting failure issue(a page fault exception), and narrow down it to the following patch, MdeModulePkg/DxeIpl: support more NX related PCDs https://github.com/tianocore/edk
Hello, I ran into a windows booting failure issue(a page fault exception), and narrow down it to the following patch, MdeModulePkg/DxeIpl: support more NX related PCDs https://github.com/tianocore/edk
|
By
annie li
·
|
|
回复: [edk2-discuss] lost stderr in console
Wenyi: Do you use build command to build your platform and find the message from stderr are not shown in the screen? Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.i
Wenyi: Do you use build command to build your platform and find the message from stderr are not shown in the screen? Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.i
|
By
gaoliming
·
|
|
答复: [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@edk2.gr
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@edk2.gr
|
By
wenyi,xie
·
|
|
答复: [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
·
|
|
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
·
|
|
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@...
·
|
|
回复: [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
·
|
|
答复: [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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|