|
Re: [PATCH v3 2/2] OvmfPkg/Bhyve: use static PCI32Base address
Please post a new version (with Peter's R-b picked up), with the
following updates:
- The commit messages (on both patches) seem to have some UTF-8 garbage
at the start. Please remove that.
- In the
Please post a new version (with Peter's R-b picked up), with the
following updates:
- The commit messages (on both patches) seem to have some UTF-8 garbage
at the start. Please remove that.
- In the
|
By
Laszlo Ersek
·
#77451
·
|
|
[PATCH] UefiCpuPkg VTF0 X64: Build page tables using 1-GByte Page Granularity
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3473
X64 Reset Vector Code can access the memory range till 4GB using the
Linear-Address Translation to a 2-MByte Page, when user wants to use
more
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3473
X64 Reset Vector Code can access the memory range till 4GB using the
Linear-Address Translation to a 2-MByte Page, when user wants to use
more
|
By
Ashraf Ali S
·
#77450
·
|
|
[PATCH 1/1] UefiCpuPkg: Empty change for test
Signed-off-by: Ashraf Ali S <ashraf.ali.s@...>
---
UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf | 1 +
1 file changed, 1 insertion(+)
diff --git a/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
Signed-off-by: Ashraf Ali S <ashraf.ali.s@...>
---
UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf | 1 +
1 file changed, 1 insertion(+)
diff --git a/UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf
|
By
Ashraf Ali S
·
#77449
·
|
|
Re: [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support
It's not so much a fundamental technical limitation as in a large amount of work in FreeBSD for almost zero return - maybe a fundamental resource limitation.
Well versed in those issues :)
It
It's not so much a fundamental technical limitation as in a large amount of work in FreeBSD for almost zero return - maybe a fundamental resource limitation.
Well versed in those issues :)
It
|
By
Peter Grehan
·
#77448
·
|
|
Re: [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support
When there is no fundamental limitation, i.e. when a future version of the hypervisor may be able to support the feature with no changes to the firmware, then it would be good practice to leave the
When there is no fundamental limitation, i.e. when a future version of the hypervisor may be able to support the feature with no changes to the firmware, then it would be good practice to leave the
|
By
Michael Brown
·
#77447
·
|
|
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
·
|