|
Why isn't a SIMPLE_FILE_SYSTEM_PROTOCOL attached to my RAM Disk
3 messages
I first sent this message to Stack Overflow but I'm not getting much. I thought I'd posted this to devel@edk2 but maybe I made an error. At any rate, I'm going to start with this group instead because
I first sent this message to Stack Overflow but I'm not getting much. I thought I'd posted this to devel@edk2 but maybe I made an error. At any rate, I'm going to start with this group instead because
|
By
Andy Falanga
·
|
|
Contributing to docs
2 messages
Hello, I'm interested in contributing/fixing the documentation, however I haven't found any guides how to do it. But as far as I understand, gitbook docs are out-dated and not supported anymore, so th
Hello, I'm interested in contributing/fixing the documentation, however I haven't found any guides how to do it. But as far as I understand, gitbook docs are out-dated and not supported anymore, so th
|
By
Joursoir
·
|
|
Need help with adding new file rule to build_rule.txt
Hey, I'm working on a new version of https://edk2.groups.io/g/rfc/topic/91525213 , we plan to make it simpler and make it work on all platforms. I need to add a new rule for the .ini files that I'm ge
Hey, I'm working on a new version of https://edk2.groups.io/g/rfc/topic/91525213 , we plan to make it simpler and make it work on all platforms. I need to add a new rule for the .ini files that I'm ge
|
By
Martin Fernandez
·
|
|
Driver build issues in edk2-platforms
2 messages
When I try to build a driver in the edk2-platforms tree, the driver builds (I get the .efi file) but GenFv stage fails. This happens with my own custom drivers and upstream ones eg DwEmmcDxe. This is
When I try to build a driver in the edk2-platforms tree, the driver builds (I get the .efi file) but GenFv stage fails. This happens with my own custom drivers and upstream ones eg DwEmmcDxe. This is
|
By
neiljay@...
·
|
|
Is it OK to increase the allocated runtime memory in BaseCryptLib
Hello, When updating OpenSSL from 1.1.1 to 3.x, we found that the runtime memory in BaseCryptLib is not enough and caused malloc failed. The total runtime memory is 600k bytes which allocated in funct
Hello, When updating OpenSSL from 1.1.1 to 3.x, we found that the runtime memory in BaseCryptLib is not enough and caused malloc failed. The total runtime memory is 600k bytes which allocated in funct
|
By
wenyi,xie
·
|
|
TFTP download of 1.7 MB file generates 20GB Traffic under imperfect network conditions
2 messages
Hi Team, I'm reaching out to you since I want to share an observation we have made while doing PXE boot of client notebooks. One of the first steps while doing Network Boot is to download an image by
Hi Team, I'm reaching out to you since I want to share an observation we have made while doing PXE boot of client notebooks. One of the first steps while doing Network Boot is to download an image by
|
By
muehle
·
|
|
回复: [edk2-discuss] Can someone explain how dependency expressions (DEPEX) is supposed to work
Please make sure MdeModulePkg\Universal\PCD\Dxe\Pcd.inf uses PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf. If you see Edk2\EmulatorPkg\EmulatorPkg.dsc, you can see such configuration. MdeMo
Please make sure MdeModulePkg\Universal\PCD\Dxe\Pcd.inf uses PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf. If you see Edk2\EmulatorPkg\EmulatorPkg.dsc, you can see such configuration. MdeMo
|
By
gaoliming
·
|
|
Documentation on gitbook
2 messages
So, I was at one time able to get to the documentation on gitbook. I have several bookmarks to them. Well, before making a user account on gitbook, I was able to access them. Now, however, each time I
So, I was at one time able to get to the documentation on gitbook. I have several bookmarks to them. Well, before making a user account on gitbook, I was able to access them. Now, however, each time I
|
By
Andy Falanga
·
|
|
Can someone explain how dependency expressions (DEPEX) is supposed to work
2 messages
I'm trying to bring up tianocore on a custom ARM based SoC, but DXE core fails to find the architectural modules: Security Arch Protocol not present!! CPU Arch Protocol not present!! Metronome Arch Pr
I'm trying to bring up tianocore on a custom ARM based SoC, but DXE core fails to find the architectural modules: Security Arch Protocol not present!! CPU Arch Protocol not present!! Metronome Arch Pr
|
By
neiljay@...
·
|
|
Shell Without Networking
Hi all, I'm new to EDKII I'm trying to port to an ARM SoC (aarch64) and want a pretty minimal implementation. It seems the shell package is dependent on networking, I don't want to build in a load of
Hi all, I'm new to EDKII I'm trying to port to an ARM SoC (aarch64) and want a pretty minimal implementation. It seems the shell package is dependent on networking, I don't want to build in a load of
|
By
neiljay@...
·
|
|
OVMF hang.
5 messages
Greetings, I've been wrestling with a Xen 4.15.3 install for a few weeks now, and have resolved a number of issues to get to where I am at, but it seems I've hit a brick wall. I'm trying to do VGA pas
Greetings, I've been wrestling with a Xen 4.15.3 install for a few weeks now, and have resolved a number of issues to get to where I am at, but it seems I've hit a brick wall. I'm trying to do VGA pas
|
By
pharcellus@...
·
|
|
hello. EDK2 build doesn't work.
6 messages
First of all, I'm not sure if I can post it here. If not, I will delete it. I am following the 'Getting Started' instructions in the link below. https://github.com/tianocore/tianocore.github.io/wiki/G
First of all, I'm not sure if I can post it here. If not, I will delete it. I am following the 'Getting Started' instructions in the link below. https://github.com/tianocore/tianocore.github.io/wiki/G
|
By
bzz0hch@...
·
|
|
question about llvm tool chain
3 messages
Hello! I have a question about llvm tool chain. Is it able to build binary of EDK2 package for AArch64 on linux using llvm. Best regards, Wenyi Xie
Hello! I have a question about llvm tool chain. Is it able to build binary of EDK2 package for AArch64 on linux using llvm. Best regards, Wenyi Xie
|
By
wenyi,xie
·
|
|
Question regarding OVMF debug error code.
Greetings, I've been working on getting a Xen system set up, and have gotten pretty far along in the process, but have run into a situation where PCI passthrough is causing a guest to hang. After work
Greetings, I've been working on getting a Xen system set up, and have gotten pretty far along in the process, but have run into a situation where PCI passthrough is causing a guest to hang. After work
|
By
pharcellus@...
·
|
|
Pass some command result to the INF module code in the build process
Hello! Is it possible to pass the result of some command to the INF module code in the build process? For example I want some variable to have a value of the current git version, i.e. result of the co
Hello! Is it possible to pass the result of some command to the INF module code in the build process? For example I want some variable to have a value of the current git version, i.e. result of the co
|
By
Konstantin Aladyshev
·
|
|
Question on driver health protocol
I'm working on implementing an UNDI network driver but ran into a bit of an issue. I am trying to sort out what is the correct implementation for a EFI_DRIVER_HEALTH_GET_HEALTH_STATUS function. Specif
I'm working on implementing an UNDI network driver but ran into a bit of an issue. I am trying to sort out what is the correct implementation for a EFI_DRIVER_HEALTH_GET_HEALTH_STATUS function. Specif
|
By
Alexander H Duyck
·
|
|
EDK2 support for EFI_WIDE_GLYPH on graphics console
2 messages
I'm wondering if EDK2 has support for non-Latin based wide glyph character sets, i.e, CJK (Chinese Japanese Korean) characters. Although it seems that by implementing these changes: 1. A .c source fil
I'm wondering if EDK2 has support for non-Latin based wide glyph character sets, i.e, CJK (Chinese Japanese Korean) characters. Although it seems that by implementing these changes: 1. A .c source fil
|
By
Aron Wong
·
|
|
TPM driver
Hi all, Because I would like to test the TPM driver, can someone help me to find the document that explains how to test this driver in emulation? Thanks, Tinh
Hi all, Because I would like to test the TPM driver, can someone help me to find the document that explains how to test this driver in emulation? Thanks, Tinh
|
By
Tinh Nguyen
·
|
|
Add 10s stall to HelloWorld application
Hi everyone, UEFI newbie & first-time contributor here. While trying how to understand EDK 2 and UEFI, I tried building and running the HelloWorld application from this repository. This worked, but th
Hi everyone, UEFI newbie & first-time contributor here. While trying how to understand EDK 2 and UEFI, I tried building and running the HelloWorld application from this repository. This worked, but th
|
By
Claudiu-Vlad Ursache
·
|
|
Flashing Procedure
2 messages
Hi, I have built Debug/Release BIOS from the opensource (Tianocore) for UPXTREME WHL-01 board. I have built for whiskey lake package it has been built successfully. The generated file was UPXTREME.fd.
Hi, I have built Debug/Release BIOS from the opensource (Tianocore) for UPXTREME WHL-01 board. I have built for whiskey lake package it has been built successfully. The generated file was UPXTREME.fd.
|
By
SUSHMITHA S P
·
|