|
回复: date and time VFR elements don't support generic question flags
Date and Time are related to system Date/Time. They have no usage with interactive. Thanks Liming > -----邮件原件----- > 发件人: Konstantin Aladyshev <aladyshev22@...> > 发送时间: 2022年9月30日 20:03 > 收件人: discuss
Date and Time are related to system Date/Time. They have no usage with interactive. Thanks Liming > -----邮件原件----- > 发件人: Konstantin Aladyshev <aladyshev22@...> > 发送时间: 2022年9月30日 20:03 > 收件人: discuss
|
By
gaoliming
·
|
|
回复: [edk2-discuss] Memory leak in the BootManager code
Yes. The allocated HelpString is required to be free after HiiSetString. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 > Konstantin Aladyshev > 发送时间: 2022年10
Yes. The allocated HelpString is required to be free after HiiSetString. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 > Konstantin Aladyshev > 发送时间: 2022年10
|
By
gaoliming
·
|
|
How to customize EDK2 boot menu.
I am looking into customizing EDK2 with simple stuff like customizing the splash logo (completed), changing colors for the menu background, and rearranging the menu options in the boot menu. I have do
I am looking into customizing EDK2 with simple stuff like customizing the splash logo (completed), changing colors for the menu background, and rearranging the menu options in the boot menu. I have do
|
By
Wyatt Jackson
·
|
|
How to customize EDK2 boot menu.
2 messages
I am looking into customizing EDK2 with simple stuff like customizing the splash logo (completed), changing colors for the menu background, and rearranging the menu options in the boot menu. I have do
I am looking into customizing EDK2 with simple stuff like customizing the splash logo (completed), changing colors for the menu background, and rearranging the menu options in the boot menu. I have do
|
By
Wyatt Jackson
·
|
|
WifiConnectionManagerDxe crashes Form Browser when "Private->CurrentNic == NULL"
Hello! I was investigating the 'WifiConnectionManagerDxe' module and found out that its form crashes the Form Browser under the OVMF. This is happening because the Callback() functions returns 'EFI_DE
Hello! I was investigating the 'WifiConnectionManagerDxe' module and found out that its form crashes the Form Browser under the OVMF. This is happening because the Callback() functions returns 'EFI_DE
|
By
Konstantin Aladyshev
·
|
|
How to use `refreshguid` in VFR?
Hello! Can someone explain to me how to use the `refreshguid` keyword? Currently in the VFR I have a `numeric` element. I want to change it via the "action" button. For that I've put to its "config" f
Hello! Can someone explain to me how to use the `refreshguid` keyword? Currently in the VFR I have a `numeric` element. I want to change it via the "action" button. For that I've put to its "config" f
|
By
Konstantin Aladyshev
·
|
|
Follow-up for the issue about DSC LibraryClass precedence rule
3 messages
Hello, On 30th June, we merged a BaseTools patch "Fix DSC LibraryClass precedence rule" to edk2 repo. This patch changed the DSC LibraryClass precedence rule to make the basetools behavior consistent
Hello, On 30th June, we merged a BaseTools patch "Fix DSC LibraryClass precedence rule" to edk2 repo. This patch changed the DSC LibraryClass precedence rule to make the basetools behavior consistent
|
By
Bob Feng
·
|
|
Memory leak in the BootManager code
Hello! I have a question about dynamic content generation in the form EFI_HII_CONFIG_ACCESS_PROTOCOL.Callback() code. Usually such content is generated with the help of labels on the EFI_BROWSER_ACTIO
Hello! I have a question about dynamic content generation in the form EFI_HII_CONFIG_ACCESS_PROTOCOL.Callback() code. Usually such content is generated with the help of labels on the EFI_BROWSER_ACTIO
|
By
Konstantin Aladyshev
·
|
|
date and time VFR elements don't support generic question flags
Hello! I was investigating 'EFI_HII_CONFIG_ACCESS_PROTOCOL.Callback()' functionality and found out that it is not possible to set the INTERACTIVE flag on the 'data' and 'time' elements. I've started t
Hello! I was investigating 'EFI_HII_CONFIG_ACCESS_PROTOCOL.Callback()' functionality and found out that it is not possible to set the INTERACTIVE flag on the 'data' and 'time' elements. I've started t
|
By
Konstantin Aladyshev
·
|
|
Adding UEFI shell script file in FV
Hi, For some reasons, I cannot use USB key (or some other similar devices) to execucte script file in UEFI shell. Is there a way, during EDK2 build process, to add an UEFI shell script (like TestArgv.
Hi, For some reasons, I cannot use USB key (or some other similar devices) to execucte script file in UEFI shell. Is there a way, during EDK2 build process, to add an UEFI shell script (like TestArgv.
|
By
Fabrice DECROP LONGET
·
|
|
Communication example from OS to firmware using SmmCommunicationCommunicate() ?
2 messages
Hello, I am interested into asking a question if anyone knows how an application in the Runtime OS, can transfer some data (an array of characters for example) into the Smm side, by making use of the
Hello, I am interested into asking a question if anyone knows how an application in the Runtime OS, can transfer some data (an array of characters for example) into the Smm side, by making use of the
|
By
mzktsn@...
·
|
|
Reason for 10 second delay for edk2-test Stall_Func test
Hi, Apologies if this is not the proper place to post this. I wanted to ask about the reasoning behind the 10 second delay for the Stall_Func test since this level of delay seems to be introducing som
Hi, Apologies if this is not the proper place to post this. I wanted to ask about the reasoning behind the 10 second delay for the Stall_Func test since this level of delay seems to be introducing som
|
By
Robert Wood
·
|
|
EFI_UNSUPPORTED for async read/write to disk
4 messages
Dear EDK2 community We're developing an application and need to write asynchronously to disk. This fails on all machines we are using with the error message EFI_UNSUPPORTED. Maybe you can help in two
Dear EDK2 community We're developing an application and need to write asynchronously to disk. This fails on all machines we are using with the error message EFI_UNSUPPORTED. Maybe you can help in two
|
By
petermeier2525@...
·
|
|
SmmSwDispatch2Protocol - Registering an SMI - Can't find protocol with OVMF
5 messages
Hi, Trying to register a SMI in my custom SMM module I'm running into issues. Before registering the SMI, the code looks for the specific protocol this way: Status = gSmst->SmmLocateProtocol( &gEfiSmm
Hi, Trying to register a SMI in my custom SMM module I'm running into issues. Before registering the SMI, the code looks for the specific protocol this way: Status = gSmst->SmmLocateProtocol( &gEfiSmm
|
By
Simon McMillan
·
|
|
OVMF does not link with SimpleTextInOut?
4 messages
Hi, I am building OVMF.fd for X64, and can load it in Qemu, and can confirm everything works, including running my simple Helloworld.efi from UEFI shell in Qemu. However, I notice that OVMF does not s
Hi, I am building OVMF.fd for X64, and can load it in Qemu, and can confirm everything works, including running my simple Helloworld.efi from UEFI shell in Qemu. However, I notice that OVMF does not s
|
By
wiliam cuong
·
|
|
回复: [edk2-discuss] How to get my patches merged upstream?
Konstantin: I have reviewed all patches except for BaseTools: Add support for SUBTYPE_GUID section generation. I include Bob to review this change. If I miss some one, please let me know. Thanks Limin
Konstantin: I have reviewed all patches except for BaseTools: Add support for SUBTYPE_GUID section generation. I include Bob to review this change. If I miss some one, please let me know. Thanks Limin
|
By
gaoliming
·
|
|
How to set I2C host controller address/input clock frequency for MinnowBoard?
In 'MdeModulePkg\Bus\I2c\I2cDxe', since the following protocol is not installed: gEfiI2cMasterProtocolGuid gEfiI2cEnumerateProtocolGuid gEfiI2cBusConfigurationManagementProtocolGuid So I refer to the
In 'MdeModulePkg\Bus\I2c\I2cDxe', since the following protocol is not installed: gEfiI2cMasterProtocolGuid gEfiI2cEnumerateProtocolGuid gEfiI2cBusConfigurationManagementProtocolGuid So I refer to the
|
By
gordontcp@...
·
|
|
Topics
Hello, I'm Martin and I'm the author of the patch proposing adding SBOM information to the EFI binaries during the building [1]. We (with Richard Hughes from LVFS) joined one of the community meetings
Hello, I'm Martin and I'm the author of the patch proposing adding SBOM information to the EFI binaries during the building [1]. We (with Richard Hughes from LVFS) joined one of the community meetings
|
By
Martin Fernandez
·
|
|
回复: [edk2-discuss] How to get my patches merged upstream?
Konstantin: I have reviewed some patches of you. I will review the remaining patches this week, merge them if no more comments. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@ed
Konstantin: I have reviewed some patches of you. I will review the remaining patches this week, merge them if no more comments. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@ed
|
By
gaoliming
·
|
|
How to get my patches merged upstream?
2 messages
Hello! I'm experiencing some difficulties in getting maintainers' attention to my EDKII patches. Some of the patches I've created at the end of july, now it is the end of september, so I'm a little bi
Hello! I'm experiencing some difficulties in getting maintainers' attention to my EDKII patches. Some of the patches I've created at the end of july, now it is the end of september, so I'm a little bi
|
By
Konstantin Aladyshev
·
|