|
Re: How to link DXE_DRIVER from UEFI_APPLICATION?
This is the bug (or, at least "one" bug) in your platform DSC file:
# TPM 2
Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
This is the bug (or, at least "one" bug) in your platform DSC file:
# TPM 2
Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
|
By
Laszlo Ersek
·
#538
·
|
|
Re: Bonding support for PXE Boot
Thanks Michael.
We may have to see if we can implement something similar in UEFI driver.
One problem I see right away is : Incase port goes down and driver can add a capability to retry on other UP
Thanks Michael.
We may have to see if we can implement something similar in UEFI driver.
One problem I see right away is : Incase port goes down and driver can add a capability to retry on other UP
|
By
UdayS
·
#537
·
|
|
Re: Bonding support for PXE Boot
Not sure if this would work in your boot scenario, but iPXE already allows you to PXE boot from a switch port that requires the use of port bonding via LACP (also known as IEEE 802.3ad or
Not sure if this would work in your boot scenario, but iPXE already allows you to PXE boot from a switch port that requires the use of port bonding via LACP (also known as IEEE 802.3ad or
|
By
Michael Brown
·
#536
·
|
|
Re: 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
·
|
|
Re: 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
·
|
|
Re: Compile EDK2 to set boot order to PXE
I believe the way Raspberry Pi defaults to network boot is actually by updating the boot options and issuing a reboot, per:
I believe the way Raspberry Pi defaults to network boot is actually by updating the boot options and issuing a reboot, per:
|
By
Pete Batard
·
#533
·
|
|
Potentially missing CloseProtocol() call
There are a number of places that do not call CloseProtocol() while it
appears to be required, in EDK2. Can someone confirm if (some of) those are
indeed errors, or there are actually cases where
There are a number of places that do not call CloseProtocol() while it
appears to be required, in EDK2. Can someone confirm if (some of) those are
indeed errors, or there are actually cases where
|
By
Satoshi Tanda
·
#532
·
|
|
Re: Compile EDK2 to set boot order to PXE
It is exactly as Micheal Brown put it. Thank you for all your thoughts into
this!
present. This would allow the UEFI firmware to load iPXE via TFTP.
Actually this is what is surprising to me. When
It is exactly as Micheal Brown put it. Thank you for all your thoughts into
this!
present. This would allow the UEFI firmware to load iPXE via TFTP.
Actually this is what is surprising to me. When
|
By
wernerbuck@...
·
#531
·
|
|
How to execute Tpm2CommandClear with Physical Presence?
Hi,
I want to Clear TPM.
So, I tried to execute Tpm2CommandClear, not work.
How to clear TPM2 with Physical Presence?
Kind regards,
Joseph
Hi,
I want to Clear TPM.
So, I tried to execute Tpm2CommandClear, not work.
How to clear TPM2 with Physical Presence?
Kind regards,
Joseph
|
By
joseph@...
·
#530
·
|
|
Re: 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
Hi Laszlo,
Thank you. But the problem is still not solved.
After modifying several more steps through the method you suggested, the build was
|
By
joseph@...
·
#529
·
|
|
Bonding support for PXE Boot
Hello Experts,
How can I support Bonding of ports and use new Virtual interface for PXE Boot in Hot-Standby mode in UEFI.
Is their any limitation on why it is NOT already supported yet.
-US
Hello Experts,
How can I support Bonding of ports and use new Virtual interface for PXE Boot in Hot-Standby mode in UEFI.
Is their any limitation on why it is NOT already supported yet.
-US
|
By
UdayS
·
#528
·
|
|
Re: [EXTERNAL] Re: [edk2-discuss] How to link DXE_DRIVER from UEFI_APPLICATION?
Yeah, DxeTcg2PhysicalPresence could use some TLC. It’s a weird catch-all of stuff which should be refactored.
I’ve had it on my backlog forever.
- Bret
Sent: Friday, February 5, 2021 7:47 AM
To:
Yeah, DxeTcg2PhysicalPresence could use some TLC. It’s a weird catch-all of stuff which should be refactored.
I’ve had it on my backlog forever.
- Bret
Sent: Friday, February 5, 2021 7:47 AM
To:
|
By
Bret Barkelew
·
#527
·
|
|
Re: How to link DXE_DRIVER from UEFI_APPLICATION?
Ouch. That's a bug in "DxeTcg2PhysicalPresenceLib.inf", no doubt.
Let's see if there are some other library INF files that have a similar issue:
$ git grep -l -w UefiDriverEntryPoint -- '*inf' \
|
Ouch. That's a bug in "DxeTcg2PhysicalPresenceLib.inf", no doubt.
Let's see if there are some other library INF files that have a similar issue:
$ git grep -l -w UefiDriverEntryPoint -- '*inf' \
|
|
By
Laszlo Ersek
·
#526
·
|
|
Re: 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
Hi, Laszlo
Thank you for reply.
My app does not use UefiDriverEntryPoint.
UefiDriverEntryPoint exists in DxeTcg2PhysicalPresenceLib.inf.
If forcibly delete UefiDriverEntryPoint from
|
By
joseph@...
·
#525
·
|
|
Re: How to link DXE_DRIVER from UEFI_APPLICATION?
"SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf" already
permits UEFI_APPLICATION, so that's not the problem.
The issue is that you're trying to link UefiDriverEntryPoint into
"SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf" already
permits UEFI_APPLICATION, so that's not the problem.
The issue is that you're trying to link UefiDriverEntryPoint into
|
By
Laszlo Ersek
·
#524
·
|
|
Re: UEFI Payload Issue
On Thu, Feb 4, 2021 at 09:40 PM, "Ma, Maurice" <maurice.ma@...> wrote:
Hi,
Thanks for your suggestions.
I tried latest edk2 Uefipayload but it not loading. It showing below error
BS:
On Thu, Feb 4, 2021 at 09:40 PM, "Ma, Maurice" <maurice.ma@...> wrote:
Hi,
Thanks for your suggestions.
I tried latest edk2 Uefipayload but it not loading. It showing below error
BS:
|
By
sent888@...
·
#523
·
|
|
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
Hi,
I want to include Tcg2PhysicalPresenceLib in my UEFI Application.
Tcg2PhysicalPresenceLib is located in SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf in
|
By
joseph@...
·
#522
·
|
|
Re: 回复: [edk2-discuss] what's the conditions of submodule updating
OK, I got it. Thank you.
Thanks
Wenyi
OK, I got it. Thank you.
Thanks
Wenyi
|
By
wenyi,xie
·
#521
·
|
|
回复: [edk2-discuss] what's the conditions of submodule updating
Yes. Most update depends on the real request.
Thanks
Liming
Yes. Most update depends on the real request.
Thanks
Liming
|
By
gaoliming
·
#520
·
|
|
回复: [edk2-discuss] 回复: [edk2-discuss] edk2 build failure due to long paths
Can you attach the log of the bios build log to generate RELEASE_GCC5/AARCH64/Sbsa.efi?
Seemly, this EFI image is not generated.
Thanks
Liming
Can you attach the log of the bios build log to generate RELEASE_GCC5/AARCH64/Sbsa.efi?
Seemly, this EFI image is not generated.
Thanks
Liming
|
By
gaoliming
·
#519
·
|