|
Can DXE drivers be included in executable EFI binary?
It was very helpful. Thank you for your kindness!
It was very helpful. Thank you for your kindness!
|
By
joseph@...
· #561
·
|
|
Can DXE drivers be included in executable EFI binary?
Hello Laszlo, Thank you sincerely! It works just as you said! Snippet: https://gist.github.com/jc-lab/e9c019b8f5c220d06fe312c9bf3af350 Thanks Jospeh.
Hello Laszlo, Thank you sincerely! It works just as you said! Snippet: https://gist.github.com/jc-lab/e9c019b8f5c220d06fe312c9bf3af350 Thanks Jospeh.
|
By
joseph@...
· #558
·
|
|
Can DXE drivers be included in executable EFI binary?
Hello Laszlo, It has not been checked in detail, but my predictions are this. 1. When a driver is loaded, it calls "InstallMultipleProtocolInterfaces" within that driver. 2. In this process, "CoreNoti
Hello Laszlo, It has not been checked in detail, but my predictions are this. 1. When a driver is loaded, it calls "InstallMultipleProtocolInterfaces" within that driver. 2. In this process, "CoreNoti
|
By
joseph@...
· #557
·
|
|
Can DXE drivers be included in executable EFI binary?
Hello Laszlo, Thanks for your answer. I looked at this a bit more today. The cause is not that there is no driver, but it seems that Notify does not work properly for the protocol after installing the
Hello Laszlo, Thanks for your answer. I looked at this a bit more today. The cause is not that there is no driver, but it seems that Notify does not work properly for the protocol after installing the
|
By
joseph@...
· #555
·
|
|
Can DXE drivers be included in executable EFI binary?
Hello, Some computers (what I checked was an LG laptop) do not recognize the NVMe SSD as a block device in the EFI program. Of course, the OS on the NVMe SSD is bootable. But when I boot with Shellx64
Hello, Some computers (what I checked was an LG laptop) do not recognize the NVMe SSD as a block device in the EFI program. Of course, the OS on the NVMe SSD is bootable. But when I boot with Shellx64
|
By
joseph@...
· #553
·
|
|
How to execute Tpm2CommandClear with Physical Presence?
Using Tpm2DeviceLibTcg2 instead of Tpm2DeviceLibDTpm changed the error content. The contents of the error are the same even as execute the below code. How can I use Platform Authentication?
Using Tpm2DeviceLibTcg2 instead of Tpm2DeviceLibDTpm changed the error content. The contents of the error are the same even as execute the below code. How can I use Platform Authentication?
|
By
joseph@...
· #535
·
|
|
How to link DXE_DRIVER from UEFI_APPLICATION?
Oh, this was my mistake. The above error was because the Tpm2DeviceLib and Tpm2DeviceLibTcg2 libraries were linked both. This discussion seems to be resolved. I need to go to Bugzilla. Thanks.
Oh, this was my mistake. The above error was because the Tpm2DeviceLib and Tpm2DeviceLibTcg2 libraries were linked both. This discussion seems to be resolved. I need to go to Bugzilla. Thanks.
|
By
joseph@...
· #534
·
|
|
How to execute Tpm2CommandClear with Physical Presence?
Hi, I want to Clear TPM. So, I tried to execute Tpm2CommandClear, not work. > Tpm2ClearControl ... > Tpm2ClearControl - Not Found How to clear TPM2 with Physical Presence? Kind regards, Joseph
Hi, I want to Clear TPM. So, I tried to execute Tpm2CommandClear, not work. > Tpm2ClearControl ... > Tpm2ClearControl - Not Found How to clear TPM2 with Physical Presence? Kind regards, Joseph
|
By
joseph@...
· #530
·
|
|
How to link DXE_DRIVER from UEFI_APPLICATION?
Hi Laszlo, Thank you. But the problem is still not solved. After modifying several more steps through the method you suggested, the build was completed. https://github.com/jc-lab/temp-edk2-tpm2-proble
Hi Laszlo, Thank you. But the problem is still not solved. After modifying several more steps through the method you suggested, the build was completed. https://github.com/jc-lab/temp-edk2-tpm2-proble
|
By
joseph@...
· #529
·
|
|
How to link DXE_DRIVER from UEFI_APPLICATION?
Hi, Laszlo Thank you for reply. My app does not use UefiDriverEntryPoint. UefiDriverEntryPoint exists in DxeTcg2PhysicalPresenceLib.inf. If forcibly delete UefiDriverEntryPoint from DxeTcg2PhysicalPre
Hi, Laszlo Thank you for reply. My app does not use UefiDriverEntryPoint. UefiDriverEntryPoint exists in DxeTcg2PhysicalPresenceLib.inf. If forcibly delete UefiDriverEntryPoint from DxeTcg2PhysicalPre
|
By
joseph@...
· #525
·
|
|
How to link DXE_DRIVER from UEFI_APPLICATION?
Hi, I want to include Tcg2PhysicalPresenceLib in my UEFI Application. Tcg2PhysicalPresenceLib is located in SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf in EDK2. =======================
Hi, I want to include Tcg2PhysicalPresenceLib in my UEFI Application. Tcg2PhysicalPresenceLib is located in SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf in EDK2. =======================
|
By
joseph@...
· #522
·
|
|
GDB server does not start.
It seems to be connected to DebugAgent, but the gdb server does not start. I am using Hyper-V Generation 2. ================================================== UEFI Shell: > disconnect (serial) > load
It seems to be connected to DebugAgent, but the gdb server does not start. I am using Hyper-V Generation 2. ================================================== UEFI Shell: > disconnect (serial) > load
|
By
joseph@...
· #487
·
|