|
EFI Group Event Callback Order 6 messages
Hi edk2, As UEFI event group mechanism, we can register callbacks under event group. For example, register two event callbacks and will be signal in ReadyToBoot. Status = gBS->CreateEventEx ( EVT_NOTI
Hi edk2, As UEFI event group mechanism, we can register callbacks under event group. For example, register two event callbacks and will be signal in ReadyToBoot. Status = gBS->CreateEventEx ( EVT_NOTI
|
By
Li, Walon
·
|
|
Is possible to obtain assembly output from modules? 3 messages
Hi I want to check some .efi and call format stuff. However I don't know exactly how to produce assembly output from edk2 gcc. I was trying to tweak .dsc. The problem is that the last file is compile
Hi I want to check some .efi and call format stuff. However I don't know exactly how to produce assembly output from edk2 gcc. I was trying to tweak .dsc. The problem is that the last file is compile
|
By
alejandro.estay@...
·
|
|
Analogous to Print() but for keyboard input? 2 messages
HI Is there some library like UefiLib, with some function working like scanf()? For example, print() shares some things with printf(), but I can't find any related to input working that way. Really ap
HI Is there some library like UefiLib, with some function working like scanf()? For example, print() shares some things with printf(), but I can't find any related to input working that way. Really ap
|
By
alejandro.estay@...
·
|
|
Examples opening and reading/writing a file with EDK2 6 messages
Hi, I'm making a little UEFI app, just for check basic functionality of the firmware. inside this app I want to load, read and write a file, binary or text. However I can't find a "complete explanatio
Hi, I'm making a little UEFI app, just for check basic functionality of the firmware. inside this app I want to load, read and write a file, binary or text. However I can't find a "complete explanatio
|
By
alejandro.estay@...
·
|
|
UEFI Development Kit Debugger Tool with USB 3.0
Hi, I am new to UEFI development and trying to set up physical machine debugging environment using UEFI Development Kit Debugger Tool (UDK) but unsuccessful so far. Can someone assist me to figure out
Hi, I am new to UEFI development and trying to set up physical machine debugging environment using UEFI Development Kit Debugger Tool (UDK) but unsuccessful so far. Can someone assist me to figure out
|
By
Satoshi Tanda
·
|
|
Does EmulatorPkg support source-level debug? 5 messages
HI, I am wondering if EmulatorPkg supports source-level debug on VS2017 build. Can I know if there is any documentation for that? Thanks, Yeh
HI, I am wondering if EmulatorPkg supports source-level debug on VS2017 build. Can I know if there is any documentation for that? Thanks, Yeh
|
By
Yeh
·
|
|
[edk2-devel] [PATCH] Support skipping automatic BM enumeration 7 messages
Can we discuss this at the design meeting this week (12/12)? Thanks, Jeff ________________________________ Sent: Thursday, November 14, 2019 10:04 AM To: Ni, Ray <ray.ni@...>; devel@edk2.groups.io <de
Can we discuss this at the design meeting this week (12/12)? Thanks, Jeff ________________________________ Sent: Thursday, November 14, 2019 10:04 AM To: Ni, Ray <ray.ni@...>; devel@edk2.groups.io <de
|
By
Jeff Brasen
·
|
|
Problems in running EmulatorPkg. 2 messages
I am facing some struggles trying running EmulatorPkg. I am using a x86-64 machine using Ubuntu 18.04 and GCC5, install the dependencies libx11-dev libxext-dev according to https://github.com/tianocor
I am facing some struggles trying running EmulatorPkg. I am using a x86-64 machine using Ubuntu 18.04 and GCC5, install the dependencies libx11-dev libxext-dev according to https://github.com/tianocor
|
By
Diego.Marcelino@...
·
|
|
[EDK2] OS booting from SPI flash device on Leaf Hill-based new board
Hi. Could you please help to take a look at my problem? I have designed Leaf Hill-based new board and testing now. BIOS booting was done successfully, memory and most of peripherals are listed on the
Hi. Could you please help to take a look at my problem? I have designed Leaf Hill-based new board and testing now. BIOS booting was done successfully, memory and most of peripherals are listed on the
|
By
violet7027@...
·
|
|
How to determine/confirm whether SCT test being run is against the intended driver
Hi, I am trying to run SCT test on a NIC(Network Interface Card) Option Rom/Driver. But I am not sure that the test is performed against my particular Option Rom driver or any other UEFI driver I trie
Hi, I am trying to run SCT test on a NIC(Network Interface Card) Option Rom/Driver. But I am not sure that the test is performed against my particular Option Rom driver or any other UEFI driver I trie
|
By
kusumakaralthi@...
·
|
|
[OVMF] resource assignment fails for passthrough PCI GPU 11 messages
Hi, I'm trying to passthrough an Nvidia GPU to a q35 KVM guest, but UEFI is failing to allocate resources for it. I have no issues if I boot w/ a legacy BIOS, and it works fine if I tell the linux gue
Hi, I'm trying to passthrough an Nvidia GPU to a q35 KVM guest, but UEFI is failing to allocate resources for it. I have no issues if I boot w/ a legacy BIOS, and it works fine if I tell the linux gue
|
By
dann frazier
·
|
|
Design discussion for SEV-ES
I'd like to be added to the TianoCore Design Meeting to discuss support SEV-ES in OVMF. Looking at the calendar, the meeting scheduled for December 12, 2019 would be best. Discussion length will depen
I'd like to be added to the TianoCore Design Meeting to discuss support SEV-ES in OVMF. Looking at the calendar, the meeting scheduled for December 12, 2019 would be best. Discussion length will depen
|
By
Tom Lendacky
·
|
|
Establish network and run 'ping' 14 messages
Hi, in order to pass files via network (using TFTP) from/to the UEFI-Shell, I´m trying to establish a network connection. For that I want to check it using the ping command (Ifconfig and ping does not
Hi, in order to pass files via network (using TFTP) from/to the UEFI-Shell, I´m trying to establish a network connection. For that I want to check it using the ping command (Ifconfig and ping does not
|
By
Buhrow, Simon
·
|
|
Could not load PC BIOS 2 messages
Hello Tianocore list, I am trying (with Qemu) to emulate an UEFI 64bit PC that boots from a virtual CD and installs an OS on a virtual HD. But I get always an error (See below). I use: - Xubuntu 18.04
Hello Tianocore list, I am trying (with Qemu) to emulate an UEFI 64bit PC that boots from a virtual CD and installs an OS on a virtual HD. But I get always an error (See below). I use: - Xubuntu 18.04
|
By
Peter Wiehe
·
|
|
Piping output to unload fails
Hi, Is there a way to pipe to unload. For example: echo "123" | unload -n Thanks.
Hi, Is there a way to pipe to unload. For example: echo "123" | unload -n Thanks.
|
By
Byte Enable
·
|
|
EDK2 UEFI Specification and Revision 3 messages
When runs "ver" command in EFI Shell command line it shows UEFI specification and revision. The question is how to find out what UEFI specification and revision does EDK2 support?
When runs "ver" command in EFI Shell command line it shows UEFI specification and revision. The question is how to find out what UEFI specification and revision does EDK2 support?
|
By
sergestus@...
·
|
|
Using NewPackageList vs HiiAddPackages 2 messages
DriverSample in MdeModulePkg uses the HiiAddPackages function to add the uni file contents to the driver. The Wizard driver from the HII lab guide uses the NewPackageList function to do the same. What
DriverSample in MdeModulePkg uses the HiiAddPackages function to add the uni file contents to the driver. The Wizard driver from the HII lab guide uses the NewPackageList function to do the same. What
|
By
Justin
·
|
|
Print git tag or commit info 2 messages
Hi Pankaj, In edk2 build environment, the makefile is generated by build tool, while it also allow user to provide custom makefile for a module. As you mentioned, git tag info is easy to do in makefil
Hi Pankaj, In edk2 build environment, the makefile is generated by build tool, while it also allow user to provide custom makefile for a module. As you mentioned, git tag info is easy to do in makefil
|
By
Bob Feng
·
|
|
Increase robustness of nmake BaseTools build for space also used by make 2 messages
Hello, I added a patch to the devel@edk2 group but I don't know how to introduce it. I was working in a MyWorkspace years ago using cygwin most likely on my Windows computer. Recently, I went back to
Hello, I added a patch to the devel@edk2 group but I don't know how to introduce it. I was working in a MyWorkspace years ago using cygwin most likely on my Windows computer. Recently, I went back to
|
By
Burt Silverman
·
|
|
TPM configure menu in UEFI
Hi all, Good morning. I have a board which is running Stinggray processor. On this board there is also real SPI based TPM2 chip. I want to implement measured boot on this board. I have question regard
Hi all, Good morning. I have a board which is running Stinggray processor. On this board there is also real SPI based TPM2 chip. I want to implement measured boot on this board. I have question regard
|
By
LI, Huang
·
|