|
Runtime service SetVariable does not call Reclaim() on linux
Hi, On OS (like Linux), the runtime service Setvariable() will return EFI_OUT_OF_RESOURCE when the variable store is almost full. Why does it not call Reclaim to free up space? I found this code block
Hi, On OS (like Linux), the runtime service Setvariable() will return EFI_OUT_OF_RESOURCE when the variable store is almost full. Why does it not call Reclaim to free up space? I found this code block
|
By
Tinh Nguyen
·
|
|
UEFI shell output to console 2 messages
Hello! The UEFI firmware on my motherboard has an option "Console Redirection". When it is enabled, the BIOS menu can be redirected to the serial port that is connected to the BMC controller on the bo
Hello! The UEFI firmware on my motherboard has an option "Console Redirection". When it is enabled, the BIOS menu can be redirected to the serial port that is connected to the BMC controller on the bo
|
By
Konstantin Aladyshev
·
|
|
edk2 app size 6 messages
Roman, Which toolchain are you using? If you look in Conf/tools_def.txt (it was copied from BaseTools/Conf/tools_def.template [1]) it should show you the compiler and linker flags. So you could take a
Roman, Which toolchain are you using? If you look in Conf/tools_def.txt (it was copied from BaseTools/Conf/tools_def.template [1]) it should show you the compiler and linker flags. So you could take a
|
By
Andrew Fish
·
|
|
edk2 app size
We have created bnxtmt.efi app running in edk2 shell. It builds and runs ok when created with NOOPT and DEBUG options. But it fails to link when using RELEASE option. The errors we see: ... /local/ldk
We have created bnxtmt.efi app running in edk2 shell. It builds and runs ok when created with NOOPT and DEBUG options. But it fails to link when using RELEASE option. The errors we see: ... /local/ldk
|
By
Roman Bacik
·
|
|
Is the QemuVideoDXE GOP gone after S3 2 messages
I was wondering if anyone knew if the Graphical Output Protocol that creates the framebuffer for the guests is no longer instantiated after OVMF comes back from S3 resume. If I uninstall my guest PV d
I was wondering if anyone knew if the Graphical Output Protocol that creates the framebuffer for the guests is no longer instantiated after OVMF comes back from S3 resume. If I uninstall my guest PV d
|
By
Joel
·
|
|
回复: [edk2-discuss] Is the PCD database static?
Aladyshev: Yes. Pcd database is static. It is generated on the build time. Pcd entry can't be added/removed at runtime. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.group
Aladyshev: Yes. Pcd database is static. It is generated on the build time. Pcd entry can't be added/removed at runtime. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.group
|
By
gaoliming
·
|
|
%H %N modifiers in the DumpDynPcd application
Hello! I have noticed that the "DumpDynPcd" application from the MdeModulePkg uses %H %N modifiers in its Print statements. https://github.com/tianocore/edk2/blob/0ecdcb6142037dd1cdd08660a2349960bcf02
Hello! I have noticed that the "DumpDynPcd" application from the MdeModulePkg uses %H %N modifiers in its Print statements. https://github.com/tianocore/edk2/blob/0ecdcb6142037dd1cdd08660a2349960bcf02
|
By
Konstantin Aladyshev
·
|
|
Is the PCD database static?
Hello! I'm trying to understand Dynamic PCDs in EDK2. Is the PCD database static (https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/PCD/Dxe/Service.c)? I mean is it possible to add
Hello! I'm trying to understand Dynamic PCDs in EDK2. Is the PCD database static (https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/PCD/Dxe/Service.c)? I mean is it possible to add
|
By
Konstantin Aladyshev
·
|
|
Initializing and binding network interface
Hi all, I am trying to attach my ethernet controller Intel I210 connected to PCIe#8 as network interface and assing an IP address to it. I could not figure out how to do so. Do you have an example reg
Hi all, I am trying to attach my ethernet controller Intel I210 connected to PCIe#8 as network interface and assing an IP address to it. I could not figure out how to do so. Do you have an example reg
|
By
bagcic@...
·
|
|
TFTP failing in tunneled network
Hello, I have two KVM hypervisors: Hypervisor A - Internal VM network Hypervisor B - Internal VM network bridged to Hypervisor A's internal VM network through Open vSwitch GRE tunnel (VXLAN attempted
Hello, I have two KVM hypervisors: Hypervisor A - Internal VM network Hypervisor B - Internal VM network bridged to Hypervisor A's internal VM network through Open vSwitch GRE tunnel (VXLAN attempted
|
By
Georg Pfuetzenreuter
·
|
|
Boot into 64bit TianoCore from 32bit EFI
Hi, I hope this is an appropriate way to ask this question, if not, please refer me to the right group :-) I am running Ubuntu on a Mac mini with 32bit EFI and a 64bit processor and until recently I u
Hi, I hope this is an appropriate way to ask this question, if not, please refer me to the right group :-) I am running Ubuntu on a Mac mini with 32bit EFI and a 64bit processor and until recently I u
|
By
caeses-email@...
·
|
|
Shell App - Get Args unsupported? 3 messages
Hi all, I'm trying to create a basic shell app that consumes command line arguments. I'm able to build and run the .efi file. I looked around and found examples of the function "GetArg()" using gBS->H
Hi all, I'm trying to create a basic shell app that consumes command line arguments. I'm able to build and run the .efi file. I looked around and found examples of the function "GetArg()" using gBS->H
|
By
Mitchell, Nathaniel P
·
|
|
May I ask what is the status of bug 2172, 2177 and 2167
Hello, May I ask what is the status of bug 2172, 2177 and 2167? Can I do anything to contribute for these bug fixing, since it has been in process for a long time. Regards Wenyi
Hello, May I ask what is the status of bug 2172, 2177 and 2167? Can I do anything to contribute for these bug fixing, since it has been in process for a long time. Regards Wenyi
|
By
wenyi,xie
·
|
|
UiApp 5 messages
Hi, This is my very first message on edk2, regarding UEFI software developpement. Please, feel free to transfer my message to any other location if needed 😊 I’m currently working on a BIOS setup menu
Hi, This is my very first message on edk2, regarding UEFI software developpement. Please, feel free to transfer my message to any other location if needed 😊 I’m currently working on a BIOS setup menu
|
By
Fabrice DECROP LONGET
·
|
|
UiApp
Hi, This is my very first message on edk2, regarding UEFI software developpement. Please, feel free to transfer my message to any other location if needed 😊 I’m currently working on a BIOS setup menu
Hi, This is my very first message on edk2, regarding UEFI software developpement. Please, feel free to transfer my message to any other location if needed 😊 I’m currently working on a BIOS setup menu
|
By
Fabrice DECROP LONGET
·
|
|
[Bug] While BootMenuApp build in UEFI payload, pcd in BootMenuApp will not be override.
While BootMenuApp build in UEFI payload, PcdBootManagerMenuFile used to get Uiapp file guid used in BootMenuApp will same with Universal payload pkg, platform can not override it. we should add Platfo
While BootMenuApp build in UEFI payload, PcdBootManagerMenuFile used to get Uiapp file guid used in BootMenuApp will same with Universal payload pkg, platform can not override it. we should add Platfo
|
By
Ning Feng
·
|
|
Inclusive Language Update RFC
Hello all, We have updated the Overview section of the Inclusive Language Guidelines to clarify two things. 1. Which version (via date) of the [[UEFI Inclusive Language Implementation Guidelines|https
Hello all, We have updated the Overview section of the Inclusive Language Guidelines to clarify two things. 1. Which version (via date) of the [[UEFI Inclusive Language Implementation Guidelines|https
|
By
Teng, Lynn L
·
|
|
Can EDK2 be compiled on Apple M1?
Hi, I have a Mac using M1 chip, and try to use it build Edk2 project. I followed by this tutorial: https://github.com/tianocore/tianocore.github.io/wiki/xcode But the compilation encountered some unre
Hi, I have a Mac using M1 chip, and try to use it build Edk2 project. I followed by this tutorial: https://github.com/tianocore/tianocore.github.io/wiki/xcode But the compilation encountered some unre
|
By
hnyrarara@...
·
|
|
[edk2-devel] EDK2 doxygen documentation - adding docs for stable tags? 2 messages
Hi Rebecca, Yes. They are useful. I would be better if it could be a CI job on either Azure pipelines or GitHub Actions could run the tool and publish the documents in TianoCore. Perhaps an on demand
Hi Rebecca, Yes. They are useful. I would be better if it could be a CI job on either Azure pipelines or GitHub Actions could run the tool and publish the documents in TianoCore. Perhaps an on demand
|
By
Michael D Kinney
·
|
|
EFI_IFR_DEFAULTSTORE
Hello! I was investigating output from the simplest VFR file: ``` #define HIISIMPLEFORM_FORMSET_GUID {0xef2acc91, 0x7b50, 0x4ab9, {0xab, 0x67, 0x2b, 0x4, 0xf8, 0xbc, 0x13, 0x5e}} formset guid = HIISIM
Hello! I was investigating output from the simplest VFR file: ``` #define HIISIMPLEFORM_FORMSET_GUID {0xef2acc91, 0x7b50, 0x4ab9, {0xab, 0x67, 0x2b, 0x4, 0xf8, 0xbc, 0x13, 0x5e}} formset guid = HIISIM
|
By
Konstantin Aladyshev
·
|