|
Re: [PATCH v2 04/11] OvmfPkg: add library class BlobVerifierLib with null implementation
Reviewed-by: Brijesh Singh <brijesh.singh@...>
thanks
Reviewed-by: Brijesh Singh <brijesh.singh@...>
thanks
|
By
Brijesh Singh
·
#77857
·
|
|
Re: OpenProtocol() giving me EFI_INVALID_PARAMETER
If I `OvmfPkg/builds.sh qemu -usb -device usb-audio -device qemu-xhci` I see 2 USB handle?
When you open EXCLUSIVE you are kicking other people off the handles. I’m not sure that is a good idea for
If I `OvmfPkg/builds.sh qemu -usb -device usb-audio -device qemu-xhci` I see 2 USB handle?
When you open EXCLUSIVE you are kicking other people off the handles. I’m not sure that is a good idea for
|
By
Andrew Fish
·
#77856
·
|
|
Re: OpenProtocol() giving me EFI_INVALID_PARAMETER
Thanks, Andrew. So it appears as though only a single handle exists
("AF: DevicePath(..)/Pci(0x1D,0x0)/USB(0x0,0x0)) USBIO") but my app is
getting two handles, one of which doesn't actually exist. I
Thanks, Andrew. So it appears as though only a single handle exists
("AF: DevicePath(..)/Pci(0x1D,0x0)/USB(0x0,0x0)) USBIO") but my app is
getting two handles, one of which doesn't actually exist. I
|
By
Ethin Probst
·
#77855
·
|
|
Re: OpenProtocol() giving me EFI_INVALID_PARAMETER
Ethin,
The UEFI Shell `dh` command UI uses handle numbers from 0 - N as hex digits. You have use these abstract values with the `dh` command. For example: use `dh -v A1` to see the actual handle
Ethin,
The UEFI Shell `dh` command UI uses handle numbers from 0 - N as hex digits. You have use these abstract values with the `dh` command. For example: use `dh -v A1` to see the actual handle
|
By
Andrew Fish
·
#77854
·
|
|
Re: OpenProtocol() giving me EFI_INVALID_PARAMETER
Okay, so I just tried dh -v 7EDE4C18 (that was the handle that I'm
getting from `HandleBuffer()`) and it says "dh: Handle - '7EDE4C18'
not found". So I'm definitely confused because that's
Okay, so I just tried dh -v 7EDE4C18 (that was the handle that I'm
getting from `HandleBuffer()`) and it says "dh: Handle - '7EDE4C18'
not found". So I'm definitely confused because that's
|
By
Ethin Probst
·
#77853
·
|
|
Re: OpenProtocol() giving me EFI_INVALID_PARAMETER
I mean, possible... The code I'm using to initialize the handle buffer is this:
```C
EFI_STATUS EFIAPI UefiMain(IN EFI_HANDLE imageHandle, IN EFI_SYSTEM_TABLE* st) {
Print(L"Attempting to find USB
I mean, possible... The code I'm using to initialize the handle buffer is this:
```C
EFI_STATUS EFIAPI UefiMain(IN EFI_HANDLE imageHandle, IN EFI_SYSTEM_TABLE* st) {
Print(L"Attempting to find USB
|
By
Ethin Probst
·
#77852
·
|
|
Re: OpenProtocol() giving me EFI_INVALID_PARAMETER
How are you constructing handle[]? Could it have gotten stale? You could print out the value of handle[I] on the failure.
The contents of a handle are not defined, but the current implementation is a
How are you constructing handle[]? Could it have gotten stale? You could print out the value of handle[I] on the failure.
The contents of a handle are not defined, but the current implementation is a
|
By
Andrew Fish
·
#77851
·
|
|
OpenProtocol() giving me EFI_INVALID_PARAMETER
Hey all,
So my UsbAudio.efi app has hit a bit of a roadblock. This code:
```C
status = st->BootServices->OpenProtocol(handles[i],
&gEfiUsbIoProtocolGuid, (void**)&UsbIo, imageHandle,
Hey all,
So my UsbAudio.efi app has hit a bit of a roadblock. This code:
```C
status = st->BootServices->OpenProtocol(handles[i],
&gEfiUsbIoProtocolGuid, (void**)&UsbIo, imageHandle,
|
By
Ethin Probst
·
#77850
·
|
|
Re: [PATCH v2 03/11] OvmfPkg: PlatformBootManagerLibGrub: Allow executing kernel via fw_cfg
Reviewed-by: Brijesh Singh <brijesh.singh@...>
thanks
Reviewed-by: Brijesh Singh <brijesh.singh@...>
thanks
|
By
Brijesh Singh
·
#77849
·
|
|
Re: [PATCH v2 02/11] OvmfPkg/AmdSev: use GenericQemuLoadImageLib in AmdSev builds
Reviewed-by: Brijesh Singh <brijesh.singh@...>
thanks
Reviewed-by: Brijesh Singh <brijesh.singh@...>
thanks
|
By
Brijesh Singh
·
#77848
·
|
|
Re: [PATCH v2 01/11] OvmfPkg/AmdSev/SecretDxe: fix header comment to generic naming
Reviewed-by: Brijesh Singh <brijesh.singh@...>
thanks
Reviewed-by: Brijesh Singh <brijesh.singh@...>
thanks
|
By
Brijesh Singh
·
#77847
·
|
|
[staging/edk2-redfish-client PATCH 2/2] edk2: Update Maintainers.txt
Add maintainer and reviewer to RedfishClinetPkg.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Andrew Fish <afish@...>
Cc: Leif Lindholm
Add maintainer and reviewer to RedfishClinetPkg.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Andrew Fish <afish@...>
Cc: Leif Lindholm
|
By
Abner Chang
·
#77846
·
|
|
[staging/edk2-redfish-client PATCH 1/2] RedfishClientPkg: Initial commit
Initial commit of architecture diagrams and Readme.md
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Andrew Fish <afish@...>
Cc: Leif Lindholm
Initial commit of architecture diagrams and Readme.md
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Liming Gao <gaoliming@...>
Cc: Andrew Fish <afish@...>
Cc: Leif Lindholm
|
By
Abner Chang
·
#77845
·
|
|
[staging/edk2-redfish-client PATCH 0/2] RedfishClientPkg
This is the first commit of RedfishClientPkg. Readme and diagrams
are created to delineate EDK2 Redfish Client implementation.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Liming Gao
This is the first commit of RedfishClientPkg. Readme and diagrams
are created to delineate EDK2 Redfish Client implementation.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Liming Gao
|
By
Abner Chang
·
#77844
·
|
|
Re: [PATCH] Fix variables may be used uninitialize
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@...>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@...>
|
By
Chaganty, Rangasai V
·
#77843
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] BaseCryptLib in ARM incorrectly marked as a DXE_DRIVER
Thank you Andrew, you are right. I missed the fact that there are 2 INFs in there.
Thank you Andrew, you are right. I missed the fact that there are 2 INFs in there.
|
By
Arti Gupta <arti.gupta@...>
·
#77842
·
|
|
[PATCH] SecurityPkg: TPM must go to Idle state on CRB command completion.
To follow the TCG CRB protocol specification, on every CRB TPM command
completion the TPM should return to Idle state, regardless of the
CRB Idle Bypass capability reported by the TPM device.
See:
To follow the TCG CRB protocol specification, on every CRB TPM command
completion the TPM should return to Idle state, regardless of the
CRB Idle Bypass capability reported by the TPM device.
See:
|
By
Rodrigo Gonzalez del Cueto
·
#77841
·
|
|
Re: [edk2-platforms PATCH v3 0/2] Add BootDiscoveryPolicyUiLib
Yes this depends on https://edk2.groups.io/g/devel/message/77787
Which is still under review
Yes this depends on https://edk2.groups.io/g/devel/message/77787
Which is still under review
|
By
Samer El-Haj-Mahmoud
·
#77840
·
|
|
Re: [edk2-platforms PATCH 0/4] ACPI MDIO support for Marvell SoCs
Thanks all. I will get to this shortly - apologies for the delay.
Thanks all. I will get to this shortly - apologies for the delay.
|
By
Ard Biesheuvel
·
#77839
·
|
|
Re: [edk2-platforms PATCH v3 0/2] Add BootDiscoveryPolicyUiLib
<Samer.El-Haj-Mahmoud@...> wrote:
Does this series depend on core EDK2 changes, and if so, have they
been merged already?
<Samer.El-Haj-Mahmoud@...> wrote:
Does this series depend on core EDK2 changes, and if so, have they
been merged already?
|
By
Ard Biesheuvel
·
#77838
·
|