|
How many kinds of autotest framework does EDK2 have
Hello everyone, May I ask how many kinds of autotest framework does EDK2 have. As I see, EDK2 has CI test which include Host Unit Test Compilation and Run Test, uefi-sct in edk2-test(does it work with
Hello everyone, May I ask how many kinds of autotest framework does EDK2 have. As I see, EDK2 has CI test which include Host Unit Test Compilation and Run Test, uefi-sct in edk2-test(does it work with
|
By
wenyi,xie
·
|
|
EFI Network drivers being disabled when booting with Grub via PXE
3 messages
Hello all, I am facing an issue, if anyone can help me with this, I would appreciate a lot. When I boot directly on Grub via USB drive then select UEFI Shell .efi (also in USB drive) to boot, the netw
Hello all, I am facing an issue, if anyone can help me with this, I would appreciate a lot. When I boot directly on Grub via USB drive then select UEFI Shell .efi (also in USB drive) to boot, the netw
|
By
Gustavo Henrique
·
|
|
Stack unwinding in SMM
3 messages
Hello everyone, At the moment I'm trying to perform some form of stack unwinding in SMM, but I'm failing to successfully do that at the moment. I tried to use LLVM's __builtin_return_address(), but th
Hello everyone, At the moment I'm trying to perform some form of stack unwinding in SMM, but I'm failing to successfully do that at the moment. I tried to use LLVM's __builtin_return_address(), but th
|
By
mick21@...
·
|
|
QEMU failed to emulate MMIO Access when -accel whpx
2 messages
I have built a OVMF based on EDK2, but when tried to run with QEMU -accel whpx, it gave the error of qemu-system-x86_64.exe: WHPX: Failed to emulate MMIO access with EmulatorReturnStatus: 2 qemu-syste
I have built a OVMF based on EDK2, but when tried to run with QEMU -accel whpx, it gave the error of qemu-system-x86_64.exe: WHPX: Failed to emulate MMIO access with EmulatorReturnStatus: 2 qemu-syste
|
By
tbtbfaker@...
·
|
|
Does data constraint comments affect the build?
2 messages
Is there any value in data constraint comments in the INF file? I mean these: ``` ## SOMETIMES_PRODUCES ## CONSUMES ## SOMETIMES_PRODUCES ## PRODUCES ## TO_START ## BY_START ``` Are they purely inform
Is there any value in data constraint comments in the INF file? I mean these: ``` ## SOMETIMES_PRODUCES ## CONSUMES ## SOMETIMES_PRODUCES ## PRODUCES ## TO_START ## BY_START ``` Are they purely inform
|
By
Konstantin Aladyshev
·
|
|
Token values are not produced for PCDs under 'PcdsDynamic' section
7 messages
Hello! I'm trying to understand dynamic PCDs in EDK2. I've added this code to my package DEC file: ```[PcdsDynamic] gMyPkgTokenSpaceGuid.PcdMyDynamicVar32|42|UINT32|0x00000004 ``` And have added this
Hello! I'm trying to understand dynamic PCDs in EDK2. I've added this code to my package DEC file: ```[PcdsDynamic] gMyPkgTokenSpaceGuid.PcdMyDynamicVar32|42|UINT32|0x00000004 ``` And have added this
|
By
Konstantin Aladyshev
·
|
|
回复: [edk2-discuss] Difference between boolean PCD fixed at build and a PCD feature flag
Yes. Feature PCD is same to Boolean fixed at build PCD. Thanks Liming 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 Konstantin Aladyshev 发送时间: 2021年6月29日 4:46 收件人: discuss@edk2.groups.io 主题:
Yes. Feature PCD is same to Boolean fixed at build PCD. Thanks Liming 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 Konstantin Aladyshev 发送时间: 2021年6月29日 4:46 收件人: discuss@edk2.groups.io 主题:
|
By
gaoliming
·
|
|
Difference between boolean PCD fixed at build and a PCD feature flag
What is the difference between boolean PCD fixed at build and a PCD feature flag? ``` [PcdsFixedAtBuild] gMyPkgTokenSpaceGuid.PcdMyVarBool|FALSE|BOOLEAN|0x00000004 [PcdsFeatureFlag] gMyPkgTokenSpaceGu
What is the difference between boolean PCD fixed at build and a PCD feature flag? ``` [PcdsFixedAtBuild] gMyPkgTokenSpaceGuid.PcdMyVarBool|FALSE|BOOLEAN|0x00000004 [PcdsFeatureFlag] gMyPkgTokenSpaceGu
|
By
Konstantin Aladyshev
·
|
|
Enable UART CTS and RTS in edk2
Hi, We are developing edk2 bios image for our custom board which is based on Ampere SOC. Custom board has Uart connections as below: Uart0 * DB9 connector (Uefi console) * CTS/RTS signals from SOC Uar
Hi, We are developing edk2 bios image for our custom board which is based on Ampere SOC. Custom board has Uart connections as below: Uart0 * DB9 connector (Uefi console) * CTS/RTS signals from SOC Uar
|
By
Antony Abee
·
|
|
How to build your own firmware based upon EDK2 for Windows 10 QEMU
2 messages
Hi, I am currently working on a project where I would have to customize the EFI ROM file for my Windows 10. To emulate firmware, I have built latest edk2 as well as OVMF. I am able to run OVMF using Q
Hi, I am currently working on a project where I would have to customize the EFI ROM file for my Windows 10. To emulate firmware, I have built latest edk2 as well as OVMF. I am able to run OVMF using Q
|
By
tbtbfaker@...
·
|
|
Enabling UART CTS / RTS support in edk2
Hi All, We are developing an edk2 bios image for our custom board which is based on Ampere SOC. Our custom board has Uart0 - uefi logs Uart3 - Connected to DB9 connector. For uart0 the cts and rts sig
Hi All, We are developing an edk2 bios image for our custom board which is based on Ampere SOC. Our custom board has Uart0 - uefi logs Uart3 - Connected to DB9 connector. For uart0 the cts and rts sig
|
By
Antony Abee
·
|
|
CXL 2.0 Type 3 Support
3 messages
Hi, We’ve released our patch series on top of the QEMU CXL 2.0 Type 3 adding Data Object Exchange (DOE) for CDAT and Compliance Mode. This is required to support CXL 2.0 device enumeration and setup o
Hi, We’ve released our patch series on top of the QEMU CXL 2.0 Type 3 adding Data Object Exchange (DOE) for CDAT and Compliance Mode. This is required to support CXL 2.0 device enumeration and setup o
|
By
Chris Browy
·
|
|
EFI_IMAGE_LOAD_EVENT.ImageLocationInMemory is not useful
Hi, It appears that the EFI_IMAGE_LOAD_EVENT.ImageLocationInMemory field can contain practically useless garbage value in some cases. I do not think it is "really" intentional and think it should be f
Hi, It appears that the EFI_IMAGE_LOAD_EVENT.ImageLocationInMemory field can contain practically useless garbage value in some cases. I do not think it is "really" intentional and think it should be f
|
By
Satoshi Tanda
·
|
|
Website
Hello, I am seeking help with tianocore.
Hello, I am seeking help with tianocore.
|
By
elijah alkhoury
·
|
|
Having problem when xHCI create Setup Stage TRB
6 messages
Hello, everyone, we meet a problem and are not sure if it's an issue, here's the description. According usb-xhci specification, at USB packet level, a Control Transfer consists of multiple transaction
Hello, everyone, we meet a problem and are not sure if it's an issue, here's the description. According usb-xhci specification, at USB packet level, a Control Transfer consists of multiple transaction
|
By
wenyi,xie
·
|
|
Pull request process for the edk2 repo
6 messages
Is there any documents and instructions I can follow to create a PR for the edk2 repo by myself? I filed an issue to the edk2 repo, and I doubt it will be fixed by anyone very soon. Since the fix seem
Is there any documents and instructions I can follow to create a PR for the edk2 repo by myself? I filed an issue to the edk2 repo, and I doubt it will be fixed by anyone very soon. Since the fix seem
|
By
Satoshi Tanda
·
|
|
[edk2-devel] [edk2-discuss] Google Summer of Code Interested Student
5 messages
If we are mentioning terminal types the default terminal type on a Mac is xterm-256color. So that is going to be the default when people run OVMF on a Mac. So it would be nice if we can add that. I ca
If we are mentioning terminal types the default terminal type on a Mac is xterm-256color. So that is going to be the default when people run OVMF on a Mac. So it would be nice if we can add that. I ca
|
By
Andrew Fish
·
|
|
UEFI Redfish support
4 messages
Hello, I'm new to the group, I'm a system software engineer working for a corporation in USA. I'm not sure where to post my queries, hence posting it here. I have recently started working on adding Re
Hello, I'm new to the group, I'm a system software engineer working for a corporation in USA. I'm not sure where to post my queries, hence posting it here. I have recently started working on adding Re
|
By
Mahantesh Salimath
·
|
|
simics source level debug UEFI Firmware
Hi expert, Does anyone konw how to config simics that can debug UEFI source code
Hi expert, Does anyone konw how to config simics that can debug UEFI source code
|
By
Liu Yu
·
|
|
Not able to boot Linux after flashing Intel Quark Platform Image on Intel Galileo Gen 2
Hello Everyone, I have Flashed Intel Galileo Gen 2 using Intel Quark Platform image but I'm unable to boot OS after that. Does anyone know how to solve this? I am following this https://github.com/tia
Hello Everyone, I have Flashed Intel Galileo Gen 2 using Intel Quark Platform image but I'm unable to boot OS after that. Does anyone know how to solve this? I am following this https://github.com/tia
|
By
Nihal
·
|