|
Re: EFI_AUDIO_OUTPUT_PROTOCOL: assistance with VirtIO initialization
BTW, in case you aren't already aware of this: wireshark is pretty good at dissecting USB traffic. You can capture it by doing a "modprobe usbmon", after which you'll see a number of usbmonN devices
BTW, in case you aren't already aware of this: wireshark is pretty good at dissecting USB traffic. You can capture it by doing a "modprobe usbmon", after which you'll see a number of usbmonN devices
|
By
Michael Brown
·
#77446
·
|
|
Re: EFI_AUDIO_OUTPUT_PROTOCOL: assistance with VirtIO initialization
I have no idea what higher-level utility library functions exist within EDK2 that you might be able to use. Based on skimming through the USB audio spec, at the raw protocol level you would need to
I have no idea what higher-level utility library functions exist within EDK2 that you might be able to use. Based on skimming through the USB audio spec, at the raw protocol level you would need to
|
By
Michael Brown
·
#77445
·
|
|
Re: EFI_AUDIO_OUTPUT_PROTOCOL: assistance with VirtIO initialization
Does the stuff in "MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c" help?
(I don't know how that's exposed, if at all, through UEFI protocols, alas.)
I've added Hao and Ray to the address list (IIUC they
Does the stuff in "MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c" help?
(I don't know how that's exposed, if at all, through UEFI protocols, alas.)
I've added Hao and Ray to the address list (IIUC they
|
By
Laszlo Ersek
·
#77444
·
|
|
Re: EFI_AUDIO_OUTPUT_PROTOCOL: assistance with VirtIO initialization
What you describe here makes the virtio-sound device the most complex
virtio device that OVMF has ever had any interest in. The only driver
you can use as an example is VirtioNetDxe. VirtioRngDxe is
What you describe here makes the virtio-sound device the most complex
virtio device that OVMF has ever had any interest in. The only driver
you can use as an example is VirtioNetDxe. VirtioRngDxe is
|
By
Laszlo Ersek
·
#77443
·
|
|
[PATCH 2/2] UefiPayloadPkg: Assign the length of UniversalPayload ExtraData
Assign the length and revision of UniversalPayload ExtraData
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: DunTan
Assign the length and revision of UniversalPayload ExtraData
Cc: Ray Ni <ray.ni@...>
Cc: Maurice Ma <maurice.ma@...>
Cc: Benjamin You <benjamin.you@...>
Signed-off-by: DunTan
|
By
duntan
·
#77442
·
|
|
[PATCH 1/2] MdeModulePkg: Change the PldHeader to Header in ExtraData.h
Change the PldHeader to Header in UNIVERSAL_PAYLOAD_EXTRA_DATA
The meaning of Pld is too general
Cc: Zhiguang Liu <zhiguang.liu@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: DunTan
Change the PldHeader to Header in UNIVERSAL_PAYLOAD_EXTRA_DATA
The meaning of Pld is too general
Cc: Zhiguang Liu <zhiguang.liu@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: DunTan
|
By
duntan
·
#77441
·
|
|
[PATCH 0/2] Fix the length and PldHeader for UniversalPayload ExtraData
Change PldHeader to Header in ExtraData.h
Assign the length and revision of UniversalPayload ExtraData
duntan (2):
MdeModulePkg: Change the PldHeader to Header in ExtraData.h
UefiPayloadPkg:
Change PldHeader to Header in ExtraData.h
Assign the length and revision of UniversalPayload ExtraData
duntan (2):
MdeModulePkg: Change the PldHeader to Header in ExtraData.h
UefiPayloadPkg:
|
By
duntan
·
#77440
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] Do the edk2 CI unit tests work in Linux?
Bret,
For my failure of “Unable to load the service index for source…”,I see it might be the Nuget proxy setting issue:
Bret,
For my failure of “Unable to load the service index for source…”,I see it might be the Nuget proxy setting issue:
|
By
Steven Shi
·
#77439
·
|
|
Re: [edk2-platforms PATCH v5 3/4] RISC-V Platforms: add SecureBootVariableLib class resolution
Hi,
No, not yet.
Thanks,
Grzegorz
pt., 2 lip 2021 o 06:12 Chang, Abner (HPS SW/FW Technologist)
<abner.chang@...> napisał(a):
Hi,
No, not yet.
Thanks,
Grzegorz
pt., 2 lip 2021 o 06:12 Chang, Abner (HPS SW/FW Technologist)
<abner.chang@...> napisał(a):
|
By
Grzegorz Bernacki
·
#77438
·
|
|
[PATCH] UefiCpuPkg/ExceptionLib: Conditionally clear shadow stack token busy bit
When enter SMM exception, there will be a stack switch only if the IST
field of the interrupt gate is set. When CET shadow stack feature is
enabled, if there is a stack switch between SMM exception
When enter SMM exception, there will be a stack switch only if the IST
field of the interrupt gate is set. When CET shadow stack feature is
enabled, if there is a stack switch between SMM exception
|
By
Sheng Wei
·
#77437
·
|
|
Re: [edk2-platforms PATCH v5 3/4] RISC-V Platforms: add SecureBootVariableLib class resolution
Hi Grzegorz,
Was the entire series of patches got reviewed-by?
Regards,
Abner
Hi Grzegorz,
Was the entire series of patches got reviewed-by?
Regards,
Abner
|
By
Abner Chang
·
#77436
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] Do the edk2 CI unit tests work in Linux?
I swear I got mine working with just an ‘apt install mono-devel’. But YMMV.
- Bret
I swear I got mine working with just an ‘apt install mono-devel’. But YMMV.
- Bret
|
By
Bret Barkelew <bret.barkelew@...>
·
#77435
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] Do the edk2 CI unit tests work in Linux?
Thank you to Rebecca. After install the libmono-system-net-http4.0-cil and mono-devel pkg as below, the ‘mono
Thank you to Rebecca. After install the libmono-system-net-http4.0-cil and mono-devel pkg as below, the ‘mono
|
By
Steven Shi
·
#77434
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] Do the edk2 CI unit tests work in Linux?
That means you need to install the various mono assemblies, such as the libmono-system-net-http4.0-cil package in Ubuntu.
I spent some time chasing down the
That means you need to install the various mono assemblies, such as the libmono-system-net-http4.0-cil package in Ubuntu.
I spent some time chasing down the
|
By
Rebecca Cran
·
#77433
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] Do the edk2 CI unit tests work in Linux?
Good question! I don’t have much experience with that, but let me see what my Googling skills can turn up.
- Bret
Good question! I don’t have much experience with that, but let me see what my Googling skills can turn up.
- Bret
|
By
Bret Barkelew <bret.barkelew@...>
·
#77432
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] Do the edk2 CI unit tests work in Linux?
I already installed mono, but NuGet.exe still fails to work in my side. I’m behind a proxy but don’t know how to configure the NuGet.exe proxy in .pytool. Below is my verbose error message.
I already installed mono, but NuGet.exe still fails to work in my side. I’m behind a proxy but don’t know how to configure the NuGet.exe proxy in .pytool. Below is my verbose error message.
|
By
Steven Shi
·
#77431
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] Do the edk2 CI unit tests work in Linux?
I believe the Azure DevOps build agents that are used by the EDK2 CI pipeline already have mono installed.
- Bret
I believe the Azure DevOps build agents that are used by the EDK2 CI pipeline already have mono installed.
- Bret
|
By
Bret Barkelew <bret.barkelew@...>
·
#77430
·
|
|
Re: [EXTERNAL] Re: [edk2-devel] Do the edk2 CI unit tests work in Linux?
Hi Bret, Rebecca,
Thanks for the info. Does edk2 CI run the .pytool unit tests in Linux? If yes, how does edk2 CI solve the nuget dependency problem in Linux right now?
Thanks
Steven Shi
Hi Bret, Rebecca,
Thanks for the info. Does edk2 CI run the .pytool unit tests in Linux? If yes, how does edk2 CI solve the nuget dependency problem in Linux right now?
Thanks
Steven Shi
|
By
Steven Shi
·
#77429
·
|
|
Re: [PATCH v3 2/2] OvmfPkg/Bhyve: use static PCI32Base address
Reviewed-by: Peter Grehan <grehan@...>
Reviewed-by: Peter Grehan <grehan@...>
|
By
Peter Grehan
·
#77428
·
|
|
Re: [PATCH v3 1/2] OvmfPkg/Bhyve: add USB support
Reviewed-by: Peter Grehan <grehan@...>
Reviewed-by: Peter Grehan <grehan@...>
|
By
Peter Grehan
·
#77427
·
|