|
MM communication buffer access denied or leading to an unhandled exception
2 messages
Hi, I'm currently working on implemting the secure partition manager in EDK2. My platform is based on reference design DANIEL. But I'm facing several issues, that makes me very confused, and don't kno
Hi, I'm currently working on implemting the secure partition manager in EDK2. My platform is based on reference design DANIEL. But I'm facing several issues, that makes me very confused, and don't kno
|
By
Fabrice DECROP LONGET
·
|
|
Device path for the HII Form drivers
2 messages
Hello! Why form storage does not work if HII resources were published without a DevicePath? I'm trying to create a minimal example of a checkbox form: ``` formset guid = FORMSET_GUID, title = STRING_T
Hello! Why form storage does not work if HII resources were published without a DevicePath? I'm trying to create a minimal example of a checkbox form: ``` formset guid = FORMSET_GUID, title = STRING_T
|
By
Konstantin Aladyshev
·
|
|
`varstore` vs `efivarstore`
2 messages
Hello! Can someone explain to me, what is a typical reason for using `varstore` instead of `efivarstore` for HII storage? I understand that the `varstore` gives you more flexibility as you can control
Hello! Can someone explain to me, what is a typical reason for using `varstore` instead of `efivarstore` for HII storage? I understand that the `varstore` gives you more flexibility as you can control
|
By
Konstantin Aladyshev
·
|
|
Automatic number to bool conversion in VFR
2 messages
Hello! I was experimenting with conditions under the `suppressif` statement: ``` suppressif TRUE; - element is not present suppressif FALSE; - element is present ``` From the C language I'm used to th
Hello! I was experimenting with conditions under the `suppressif` statement: ``` suppressif TRUE; - element is not present suppressif FALSE; - element is present ``` From the C language I'm used to th
|
By
Konstantin Aladyshev
·
|
|
How to use VFR string MULTI_LINE flag?
Hello! According to the https://edk2-docs.gitbook.io/edk-ii-vfr-specification/2_vfr_description_in_bnf/211_vfr_form_definition#2.11.6.7.1-vfr-string-statement-definition it is possible to add `MULTI_L
Hello! According to the https://edk2-docs.gitbook.io/edk-ii-vfr-specification/2_vfr_description_in_bnf/211_vfr_form_definition#2.11.6.7.1-vfr-string-statement-definition it is possible to add `MULTI_L
|
By
Konstantin Aladyshev
·
|
|
Which VFR elements can use 'namevaluevarstore' storage?
Hello! There is only one usage example of the 'namevaluevarstore' storage in the edk2 codebase (https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr). And in th
Hello! There is only one usage example of the 'namevaluevarstore' storage in the edk2 codebase (https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr). And in th
|
By
Konstantin Aladyshev
·
|
|
Uefi
2 messages
hello, can I flash my clevo laptop with your uef?
hello, can I flash my clevo laptop with your uef?
|
By
wolf wolf
·
|
|
How to start contributing?
Hello everyone, I would like to take part in the development of TianoCore projects. I'm familiar with UEFI and PI specifications, have written some drivers and applications at my work. At free time, I
Hello everyone, I would like to take part in the development of TianoCore projects. I'm familiar with UEFI and PI specifications, have written some drivers and applications at my work. At free time, I
|
By
Joursoir
·
|
|
PCIe RS232 card in UEFI Shell
I have a motherboard with an integrated COM port. This port works in UEFI Shell after loading the drivers: load TerminalDxe.efi PciSioSerialDxe.efi Drivers unpacked from edk2.git-ovmf-x64-0-20211216.1
I have a motherboard with an integrated COM port. This port works in UEFI Shell after loading the drivers: load TerminalDxe.efi PciSioSerialDxe.efi Drivers unpacked from edk2.git-ovmf-x64-0-20211216.1
|
By
Gelip
·
|
|
Is it necessary to support capital letter in DER/PEM-encoded certificate suffix
Hi, all Now only lowercase letter is valid in DER/PEM-encoded certificate suffix in function IsDerPemEncodeCertificate(). Is it necaeeary to also support capital letter. Thanks Wenyi
Hi, all Now only lowercase letter is valid in DER/PEM-encoded certificate suffix in function IsDerPemEncodeCertificate(). Is it necaeeary to also support capital letter. Thanks Wenyi
|
By
wenyi,xie
·
|
|
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
tinhn@...
·
|
|
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
·
|