|
Re: EFI_UNSUPPORTED for async read/write to disk
Hi Lior
Thanks a lot for getting back to me.
This is part of the EFI_FILE_PROTOCOL:
https://uefi.org/specs/UEFI/2.10/13_Protocols_Media_Access.html#efi-file-protocol
EFI_FILE_PROTOCOL.Open()
Hi Lior
Thanks a lot for getting back to me.
This is part of the EFI_FILE_PROTOCOL:
https://uefi.org/specs/UEFI/2.10/13_Protocols_Media_Access.html#efi-file-protocol
EFI_FILE_PROTOCOL.Open()
|
By
Fabian Wabbel <fabian.wabbel@...>
·
#1114
·
|
|
Re: SmmSwDispatch2Protocol - Registering an SMI - Can't find protocol with OVMF
Could this be the case that your module/driver is getting loaded before some other Protocol you are using have been created/registered?
Could this be the case that your module/driver is getting loaded before some other Protocol you are using have been created/registered?
|
By
mzktsn@...
·
#1113
·
|
|
Communication example from OS to firmware using SmmCommunicationCommunicate() ?
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
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
|
By
mzktsn@...
·
#1112
·
|
|
Re: EFI_UNSUPPORTED for async read/write to disk
Hello Peter,
Probably 'EFI_UNSUPPORTED' means that there is no driver on the system that handles the protocol.If that is the case, try to load a driver that supports this protocol, using the load
Hello Peter,
Probably 'EFI_UNSUPPORTED' means that there is no driver on the system that handles the protocol.If that is the case, try to load a driver that supports this protocol, using the load
|
By
lior
·
#1111
·
|
|
Re: OVMF does not link with SimpleTextInOut?
Try posting it on the 'devel' group
Try posting it on the 'devel' group
|
By
lior
·
#1110
·
|
|
回复: [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.
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.
|
By
gaoliming
·
#1109
·
|
|
Re: EFI_UNSUPPORTED for async read/write to disk
Peter,
I'm not sure what programming environment or API you're using... it would help if you could report what UEFI protocols are being used at the bottom of your implementation. "root->OpenEx()" is
Peter,
I'm not sure what programming environment or API you're using... it would help if you could report what UEFI protocols are being used at the bottom of your implementation. "root->OpenEx()" is
|
By
Brian J. Johnson
·
#1108
·
|
|
Re: OVMF does not link with SimpleTextInOut?
People don't really answer here it seems to such requests because it may rather be about development and not for support. Not sure if there is a better community for uefi issues. Let me know if you
People don't really answer here it seems to such requests because it may rather be about development and not for support. Not sure if there is a better community for uefi issues. Let me know if you
|
By
petermeier2525@...
·
#1107
·
|
|
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@...
·
#1106
·
|
|
Re: OVMF does not link with SimpleTextInOut?
I am wondering if this is the right mailing list to discuss my issue.
If it is not, please let me know the right list to send my question, thanks!
I am wondering if this is the right mailing list to discuss my issue.
If it is not, please let me know the right list to send my question, thanks!
|
By
wiliam cuong
·
#1105
·
|
|
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
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
|
By
Martin Fernandez <martin.fernandez@...>
·
#1104
·
|
|
EFI_UNSUPPORTED for async read/write to disk
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
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
|
By
petermeier2525@...
·
#1103
·
|
|
OVMF does not link with SimpleTextInOut?
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
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
|
By
wiliam cuong
·
#1102
·
|
|
回复: [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
Konstantin:
I have reviewed some patches of you. I will review the remaining patches this week, merge them if no more comments.
Thanks
Liming
|
By
gaoliming
·
#1101
·
|
|
Re: How to get my patches merged upstream?
You followed the correct process. I've found that patches _do_ sometimes just get ignored/forgotten, and months later I've had to follow up about them.
I'm hoping the move to GitHub Pull Requests will
You followed the correct process. I've found that patches _do_ sometimes just get ignored/forgotten, and months later I've had to follow up about them.
I'm hoping the move to GitHub Pull Requests will
|
By
Rebecca Cran <quic_rcran@...>
·
#1100
·
|
|
How to get my patches merged upstream?
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
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
|
By
Konstantin Aladyshev
·
#1099
·
|
|
What subset of the <KeywordRequest> is supported?
Hello!
I was investigating the EFI_CONFIG_KEYWORD_HANDLER_PROTOCOL and it
looks like the syntax for the <KeywordRequest> listed in the UEFI
specification is not fully supported.
(Unified Extensible
Hello!
I was investigating the EFI_CONFIG_KEYWORD_HANDLER_PROTOCOL and it
looks like the syntax for the <KeywordRequest> listed in the UEFI
specification is not fully supported.
(Unified Extensible
|
By
Konstantin Aladyshev
·
#1098
·
|
|
Re: Understanding Execution level priority
Many Thanks Andrew
Clear now
Regards
Kumar
Many Thanks Andrew
Clear now
Regards
Kumar
|
By
Kumar G <kumarg27061979@...>
·
#1097
·
|
|
Re: Understanding Execution level priority
Kumar,
Yes this is kind of the definition of cooperative. No cooperation == deadlock. If you notice the UEFI Spec claims the TPL_HIGH_LEVEL is reserved for the system firmware.
There is no need for
Kumar,
Yes this is kind of the definition of cooperative. No cooperation == deadlock. If you notice the UEFI Spec claims the TPL_HIGH_LEVEL is reserved for the system firmware.
There is no need for
|
By
Andrew Fish
·
#1096
·
|
|
Re: Understanding Execution level priority
Many Thanks for reply Andrew,
Sorry it brings a couple of questions. may be stupid questions
cooperative event model.
running.
execution will never run again.
dispatched when calling
Many Thanks for reply Andrew,
Sorry it brings a couple of questions. may be stupid questions
cooperative event model.
running.
execution will never run again.
dispatched when calling
|
By
Kumar G <kumarg27061979@...>
·
#1095
·
|