|
[EXTERNAL] [edk2-discuss] Compile EDK2 to set boot order to PXE
I think it’s actually going to be in MdeModulePkg under BDS (maybe MdeModulePkg/Universal/BdsDxe?). There’s also the BootManagerPolicyDxe and a few other libs that get used, but I’d have to dig into t
I think it’s actually going to be in MdeModulePkg under BDS (maybe MdeModulePkg/Universal/BdsDxe?). There’s also the BootManagerPolicyDxe and a few other libs that get used, but I’d have to dig into t
|
By
Bret Barkelew
·
|
|
Compile EDK2 to set boot order to PXE EFI_LOAD_OPTION
Werner, From a UEFI Specification point of view the boot policy is controlled by NVRAM variables. The variables in EFI have a GUID/UUID and a Unicode string name. The variables owned by the UEFI Spec
Werner, From a UEFI Specification point of view the boot policy is controlled by NVRAM variables. The variables in EFI have a GUID/UUID and a Unicode string name. The variables owned by the UEFI Spec
|
By
Andrew Fish
·
|
|
Memory type of ESRT
Hi all, ESRT now is using AllocatePool() to allocate memory and published to ConfigurationTable. ConfigurationTable should be valid after calling ExitBootServices(). So why not using AllocateRuntimePo
Hi all, ESRT now is using AllocatePool() to allocate memory and published to ConfigurationTable. ConfigurationTable should be valid after calling ExitBootServices(). So why not using AllocateRuntimePo
|
By
wenyi,xie
·
|
|
回复: [edk2-discuss] edk2 build failure due to long paths
4 messages
BZ https://bugzilla.tianocore.org/show_bug.cgi?id=3032 has been fixed at 020ec963048340c9eaf9799471167d769239bcfc Can you try the latest edk2? > -----邮件原件----- > 发件人: bounce+34241+490+4905953+8764802@
BZ https://bugzilla.tianocore.org/show_bug.cgi?id=3032 has been fixed at 020ec963048340c9eaf9799471167d769239bcfc Can you try the latest edk2? > -----邮件原件----- > 发件人: bounce+34241+490+4905953+8764802@
|
By
gaoliming
·
|
|
回复: [edk2-discuss] 回复: [edk2-discuss] edk2 build failure due to long paths
Can you attach the log of the bios build log to generate RELEASE_GCC5/AARCH64/Sbsa.efi? Seemly, this EFI image is not generated. Thanks Liming > -----邮件原件----- > 发件人: bounce+34241+517+4905953+8764802@
Can you attach the log of the bios build log to generate RELEASE_GCC5/AARCH64/Sbsa.efi? Seemly, this EFI image is not generated. Thanks Liming > -----邮件原件----- > 发件人: bounce+34241+517+4905953+8764802@
|
By
gaoliming
·
|
|
回复: [edk2-discuss] what's the conditions of submodule updating
2 messages
Yes. Most update depends on the real request. Thanks Liming > -----邮件原件----- > 发件人: bounce+34241+499+4905953+8764802@groups.io > <bounce+34241+499+4905953+8764802@groups.io> 代表 Laszlo Ersek > 发送时间: 20
Yes. Most update depends on the real request. Thanks Liming > -----邮件原件----- > 发件人: bounce+34241+499+4905953+8764802@groups.io > <bounce+34241+499+4905953+8764802@groups.io> 代表 Laszlo Ersek > 发送时间: 20
|
By
gaoliming
·
|
|
[EXTERNAL] Re: [edk2-discuss] How to link DXE_DRIVER from UEFI_APPLICATION?
Yeah, DxeTcg2PhysicalPresence could use some TLC. It’s a weird catch-all of stuff which should be refactored. I’ve had it on my backlog forever. - Bret Sent: Friday, February 5, 2021 7:47 AM To: josep
Yeah, DxeTcg2PhysicalPresence could use some TLC. It’s a weird catch-all of stuff which should be refactored. I’ve had it on my backlog forever. - Bret Sent: Friday, February 5, 2021 7:47 AM To: josep
|
By
Bret Barkelew
·
|
|
How to execute Tpm2CommandClear with Physical Presence?
2 messages
Hi, I want to Clear TPM. So, I tried to execute Tpm2CommandClear, not work. > Tpm2ClearControl ... > Tpm2ClearControl - Not Found How to clear TPM2 with Physical Presence? Kind regards, Joseph
Hi, I want to Clear TPM. So, I tried to execute Tpm2CommandClear, not work. > Tpm2ClearControl ... > Tpm2ClearControl - Not Found How to clear TPM2 with Physical Presence? Kind regards, Joseph
|
By
joseph@...
·
|
|
How to link DXE_DRIVER from UEFI_APPLICATION?
7 messages
Hi, I want to include Tcg2PhysicalPresenceLib in my UEFI Application. Tcg2PhysicalPresenceLib is located in SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf in EDK2. =======================
Hi, I want to include Tcg2PhysicalPresenceLib in my UEFI Application. Tcg2PhysicalPresenceLib is located in SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf in EDK2. =======================
|
By
joseph@...
·
|
|
Bonding support for PXE Boot
4 messages
Hello Experts, How can I support Bonding of ports and use new Virtual interface for PXE Boot in Hot-Standby mode in UEFI. Is their any limitation on why it is NOT already supported yet. -US
Hello Experts, How can I support Bonding of ports and use new Virtual interface for PXE Boot in Hot-Standby mode in UEFI. Is their any limitation on why it is NOT already supported yet. -US
|
By
UdayS
·
|
|
UEFI Payload Issue
7 messages
Hi, I have generated a payload from edk2 2017. When i booting with payload i got struck after the below message. The keyboard is not detecting so i can't press any key. Mouse got powered up. Even i ex
Hi, I have generated a payload from edk2 2017. When i booting with payload i got struck after the below message. The keyboard is not detecting so i can't press any key. Mouse got powered up. Even i ex
|
By
sent888@...
·
|
|
Potentially missing CloseProtocol() call
7 messages
There are a number of places that do not call CloseProtocol() while it appears to be required, in EDK2. Can someone confirm if (some of) those are indeed errors, or there are actually cases where skip
There are a number of places that do not call CloseProtocol() while it appears to be required, in EDK2. Can someone confirm if (some of) those are indeed errors, or there are actually cases where skip
|
By
Satoshi Tanda
·
|
|
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@...
·
|
|
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@...
·
|
|
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@...
·
|
|
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@...
·
|
|
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@...
·
|
|
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@...
·
|
|
回复: [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.
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@...
·
|