|
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
·
#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
·
#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
·
|
|
Re: [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support
Hi Michael,
Only two choices ? :) Maybe half way between those points.
later,
Peter.
Hi Michael,
Only two choices ? :) Maybe half way between those points.
later,
Peter.
|
By
Peter Grehan
·
#77426
·
|
|
Re: [PATCH] UefiPayloadPkg: Fix the build failure
Reviewed-by: Maurice Ma <maurice.ma@...>
-Maurice
Reviewed-by: Maurice Ma <maurice.ma@...>
-Maurice
|
By
Ma, Maurice <maurice.ma@...>
·
#77425
·
|
|
Re: EFI_AUDIO_OUTPUT_PROTOCOL: assistance with VirtIO initialization
The first: I don't know how to retrieve the descriptors on the UEFI
API. I've looked at the Chaos Key DXE, if memory serves, or the
display port one -- one of the two. One of them contained
The first: I don't know how to retrieve the descriptors on the UEFI
API. I've looked at the Chaos Key DXE, if memory serves, or the
display port one -- one of the two. One of them contained
|
By
Ethin Probst
·
#77424
·
|
|
Re: EFI_AUDIO_OUTPUT_PROTOCOL: assistance with VirtIO initialization
Do you mean that you can't figure out how to retrieve the descriptors via the UEFI APIs, or that you don't know how to interpret the descriptors after retrieval?
Thanks,
Michael
Do you mean that you can't figure out how to retrieve the descriptors via the UEFI APIs, or that you don't know how to interpret the descriptors after retrieval?
Thanks,
Michael
|
By
Michael Brown
·
#77423
·
|
|
Re: [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support
Is that a detail of the current implementation, or a fundamental limitation in the bhyve architecture?
Thanks,
Michael
Is that a detail of the current implementation, or a fundamental limitation in the bhyve architecture?
Thanks,
Michael
|
By
Michael Brown
·
#77422
·
|
|
[PATCH edk2-platforms v1 1/1] Platform/ARM: FVP: Fix variable usage in GetArmNameSpaceObject()
Building with Clang showed that `RootComplexCount` and
`DeviceIdMappingArrayCount` were unused. Use the
variables where they were intended to be used.
Signed-off-by: Joey Gouly
Building with Clang showed that `RootComplexCount` and
`DeviceIdMappingArrayCount` were unused. Use the
variables where they were intended to be used.
Signed-off-by: Joey Gouly
|
By
Joey Gouly
·
#77421
·
|
|
[PATCH v3 2/2] OvmfPkg/Bhyve: use static PCI32Base address
It's neccessary to allocate a Graphics Stolen Memory area to enable
GPU-Passthrough for integrated Intel GPUs. Therefore, use a new
memory layout with a static Pci32Baseaddress.
Old layout:
[...
It's neccessary to allocate a Graphics Stolen Memory area to enable
GPU-Passthrough for integrated Intel GPUs. Therefore, use a new
memory layout with a static Pci32Baseaddress.
Old layout:
[...
|
By
Corvin Köhne
·
#77420
·
|
|
[PATCH v3 1/2] OvmfPkg/Bhyve: add USB support
An USB driver is required to use a keyboard or mouse while installing
an OS or while in a bootloader menu like grub when using GPU + USB
Passthrough.
---
OvmfPkg/Bhyve/BhyveX64.dsc | 9 +++++++++
An USB driver is required to use a keyboard or mouse while installing
an OS or while in a bootloader menu like grub when using GPU + USB
Passthrough.
---
OvmfPkg/Bhyve/BhyveX64.dsc | 9 +++++++++
|
By
Corvin Köhne
·
#77419
·
|
|
Re: ArmPkg: TranslationTable exceeding TempRam on virtual systems
Hey everyone,
Wondering if there are more thoughts on the questions Bret has posted below?
Thanks,
Arti
Hey everyone,
Wondering if there are more thoughts on the questions Bret has posted below?
Thanks,
Arti
|
By
Arti Gupta <arti.gupta@...>
·
#77418
·
|
|
Re: [PATCH v5 03/10] OvmfPkg: add SecureBootVariableLib class resolution
Reviewed-by: Laszlo Ersek <lersek@...>
Reviewed-by: Laszlo Ersek <lersek@...>
|
By
Laszlo Ersek
·
#77417
·
|
|
Re: [PATCH v5 02/10] ArmVirtPkg: add SecureBootVariableLib class resolution
Reviewed-by: Laszlo Ersek <lersek@...>
Reviewed-by: Laszlo Ersek <lersek@...>
|
By
Laszlo Ersek
·
#77416
·
|
|
Re: [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support
Hi Corvin,
Uhci/Ehci only support legacy interrupts and that isn't supported by bhyve PCI passthru.
later,
Peter.
Hi Corvin,
Uhci/Ehci only support legacy interrupts and that isn't supported by bhyve PCI passthru.
later,
Peter.
|
By
Peter Grehan
·
#77415
·
|