|
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
·
|
|
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 Fi
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 Fi
|
By
Konstantin Aladyshev
·
|
|
Understanding Execution level priority
6 messages
Hi Experts, I am trying to understand UEFI task priority UEFI documentation says there are three levels of execution TPL_APPLICATION, TPL_CALLBACK and TPL_NOTIFY. What I understood there are two execu
Hi Experts, I am trying to understand UEFI task priority UEFI documentation says there are three levels of execution TPL_APPLICATION, TPL_CALLBACK and TPL_NOTIFY. What I understood there are two execu
|
By
Kumar G
·
|
|
Is it necessary to add NULL check after calling CreateDeviceNode
Hi,all UefiDevicePathLibCreateDeviceNode may return NULL when NodeLength is smaller than a device path header or there is not enough memory to allocate. But after calling UefiDevicePathLibCreateDevice
Hi,all UefiDevicePathLibCreateDeviceNode may return NULL when NodeLength is smaller than a device path header or there is not enough memory to allocate. But after calling UefiDevicePathLibCreateDevice
|
By
wenyi,xie
·
|
|
Working with HII from OS
UEFI specification states that there is a way to work with HII data from the OS (section "OS Runtime Utilization"), i.e. it is possible to create a form browser application and read/modify platform HI
UEFI specification states that there is a way to work with HII data from the OS (section "OS Runtime Utilization"), i.e. it is possible to create a form browser application and read/modify platform HI
|
By
Konstantin Aladyshev
·
|
|
EFI_HII_CONFIG_ROUTING_PROTOCOL.ExportConfig() doesn't export efivarstorage's information
Hello! I've noticed that the EFI_HII_CONFIG_ROUTING_PROTOCOL.ExportConfig() function doesn't dump configurations for efivarstorage's. But at the same time it is possible to get these configurations wi
Hello! I've noticed that the EFI_HII_CONFIG_ROUTING_PROTOCOL.ExportConfig() function doesn't dump configurations for efivarstorage's. But at the same time it is possible to get these configurations wi
|
By
Konstantin Aladyshev
·
|
|
[DefaultStores] and 'defaultstore' connection
Hello! I'm trying to understand the usage of `[DefaultStores]` in the DSC file. For example: ``` [DefaultStores] 0|STANDARD 1|MANUFACTURING ``` Is this `DefaultStores` mechanics connected with the `de
Hello! I'm trying to understand the usage of `[DefaultStores]` in the DSC file. For example: ``` [DefaultStores] 0|STANDARD 1|MANUFACTURING ``` Is this `DefaultStores` mechanics connected with the `de
|
By
Konstantin Aladyshev
·
|
|
How to switch SMBus/I2c bus number in EDK2?
Hi all, My platform information is as follows: Minnowboard Max. I use i2cdetect under Linux to detect multiple I2c buses, such as: I2c-0 Synopsys DesignWare I2C adapter I2c-10 SMBus I801 adapter at 20
Hi all, My platform information is as follows: Minnowboard Max. I use i2cdetect under Linux to detect multiple I2c buses, such as: I2c-0 Synopsys DesignWare I2C adapter I2c-10 SMBus I801 adapter at 20
|
By
gordontcp@...
·
|
|
How to Enable I2c configuration in edk2
Hi all, I use the \MdeModulePkg\Bus\I2c\I2cDxe driver and load the driver with the following command: load I2cDxe.efi As a result, both I2cHostDriverSupported and I2cBusDriverSupported get the returne
Hi all, I use the \MdeModulePkg\Bus\I2c\I2cDxe driver and load the driver with the following command: load I2cDxe.efi As a result, both I2cHostDriverSupported and I2cBusDriverSupported get the returne
|
By
gordontcp@...
·
|
|
回复: [edk2-discuss] Question about "Architectural Protocol"
Yes. Architectural protocol is mandatory in UEFI implementation. Edk2 is UEFI implementation. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 Fabrice > DECROP
Yes. Architectural protocol is mandatory in UEFI implementation. Edk2 is UEFI implementation. Thanks Liming > -----邮件原件----- > 发件人: discuss@edk2.groups.io <discuss@edk2.groups.io> 代表 Fabrice > DECROP
|
By
gaoliming
·
|
|
Question about "Architectural Protocol"
Hi, To my understanding, Real Time Clock Dxe driver is part of what is called “Architetural Protocol”. My question is : Are Architectural protocol mandatory in order to complete the boot of EDK2 ? Doe
Hi, To my understanding, Real Time Clock Dxe driver is part of what is called “Architetural Protocol”. My question is : Are Architectural protocol mandatory in order to complete the boot of EDK2 ? Doe
|
By
Fabrice DECROP LONGET
·
|
|
Does warm reset clear DRAM?
Hello! I was reading about UEFI capsule update, and as I understood it correctly OS saves new BIOS image into DRAM and passes a pointer to the new image via NVRAM variable. Then the OS causes system r
Hello! I was reading about UEFI capsule update, and as I understood it correctly OS saves new BIOS image into DRAM and passes a pointer to the new image via NVRAM variable. Then the OS causes system r
|
By
Konstantin Aladyshev
·
|
|
Updated UEFI bios for Intel DQ57TM desktop mobo?
2 messages
Hi. I have an Intel DQ57TM. It's running the original Tunnel Mountain UEFI development firmware (SDV.TM.B12) Basically what is discussed in the following: https://uefi.org/sites/default/files/resource
Hi. I have an Intel DQ57TM. It's running the original Tunnel Mountain UEFI development firmware (SDV.TM.B12) Basically what is discussed in the following: https://uefi.org/sites/default/files/resource
|
By
tonyj@...
·
|
|
Capsule Updates
8 messages
Hello all, My team is attempting to develop a way for our device firmware to update in the UEFI space. It seems to us that capsules are the standard procedure. I'm finding a lot of information about c
Hello all, My team is attempting to develop a way for our device firmware to update in the UEFI space. It seems to us that capsules are the standard procedure. I'm finding a lot of information about c
|
By
ruvimpiholyuk@...
·
|
|
Help creating a patch
2 messages
Hello, I am looking to submit a patch to EDK2 and I just wanted to make sure I do things correctly. From what I can tell in the contributing wiki I can create PR on github to test things, but I also n
Hello, I am looking to submit a patch to EDK2 and I just wanted to make sure I do things correctly. From what I can tell in the contributing wiki I can create PR on github to test things, but I also n
|
By
Matthew Waltz
·
|
|
PatchChecker LF failure not updating to see new CRLF ending
2 messages
I'm submitting a PR for EDK2 to add 1 new file and edit 6 existing files. The 6 existing files all pass all checks and tests. The 1 new file had a error from patchchecker python script for LF on all l
I'm submitting a PR for EDK2 to add 1 new file and edit 6 existing files. The 6 existing files all pass all checks and tests. The 1 new file had a error from patchchecker python script for LF on all l
|
By
Clark-williams, Zachary
·
|
|
BUG: System UUID not being read correctly
3 messages
Hey there folks. I'd like to make a formal bugreport on Bugzilla, but as I'm new to this project, I can't have an account yet. So, I'm writing here. What I am attempting to do: boot a system via PXE-I
Hey there folks. I'd like to make a formal bugreport on Bugzilla, but as I'm new to this project, I can't have an account yet. So, I'm writing here. What I am attempting to do: boot a system via PXE-I
|
By
brogrammerjohn@...
·
|
|
How to operate I2C in UEFI app?
3 messages
There is has an example of I2cDxe driver in edk2, the path is \MdeModulePkg\Bus\I2c\I2cDxe. However, I can't find an I2C example related to the app. I use the following function, try to get the I2C ha
There is has an example of I2cDxe driver in edk2, the path is \MdeModulePkg\Bus\I2c\I2cDxe. However, I can't find an I2C example related to the app. I use the following function, try to get the I2C ha
|
By
gordontcp@...
·
|