|
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
·
|
|
Re: [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support
Hi Peter,
Is it possible to pass such a controller by PCI-Passthrough to a VM?
If it's possible, I would keep these lines.
Best regards
Corvin
Beckhoff Automation GmbH & Co. KG | Managing
Hi Peter,
Is it possible to pass such a controller by PCI-Passthrough to a VM?
If it's possible, I would keep these lines.
Best regards
Corvin
Beckhoff Automation GmbH & Co. KG | Managing
|
By
Corvin Köhne
·
#77414
·
|
|
[edk2-platforms PATCH v5 4/4] Platform/RaspberryPi: Enable default Secure Boot variables initialization
This commit allows to initialize Secure Boot default key
and databases from data embedded in firmware binary.
Signed-off-by: Grzegorz Bernacki <gjb@...>
Reviewed-by: Sunny Wang
This commit allows to initialize Secure Boot default key
and databases from data embedded in firmware binary.
Signed-off-by: Grzegorz Bernacki <gjb@...>
Reviewed-by: Sunny Wang
|
By
Grzegorz Bernacki
·
#77413
·
|
|
[edk2-platforms PATCH v5 3/4] RISC-V Platforms: add SecureBootVariableLib class resolution
The edk2 patch
SecurityPkg: Create library for setting Secure Boot variables.
removes generic functions from SecureBootConfigDxe and places
them into SecureBootVariableLib. This patch adds
The edk2 patch
SecurityPkg: Create library for setting Secure Boot variables.
removes generic functions from SecureBootConfigDxe and places
them into SecureBootVariableLib. This patch adds
|
By
Grzegorz Bernacki
·
#77412
·
|
|
[edk2-platforms PATCH v5 2/4] ARM Silicon and Platforms: add SecureBootVariableLib class resolution
The edk2 patch
SecurityPkg: Create library for setting Secure Boot variables.
removes generic functions from SecureBootConfigDxe and places
them into SecureBootVariableLib. This patch adds
The edk2 patch
SecurityPkg: Create library for setting Secure Boot variables.
removes generic functions from SecureBootConfigDxe and places
them into SecureBootVariableLib. This patch adds
|
By
Grzegorz Bernacki
·
#77411
·
|
|
[edk2-platforms PATCH v5 1/4] Intel Platforms: add SecureBootVariableLib class resolution
The edk2 patch
SecurityPkg: Create library for setting Secure Boot variables.
removes generic functions from SecureBootConfigDxe and places
them into SecureBootVariableLib. This patch adds
The edk2 patch
SecurityPkg: Create library for setting Secure Boot variables.
removes generic functions from SecureBootConfigDxe and places
them into SecureBootVariableLib. This patch adds
|
By
Grzegorz Bernacki
·
#77410
·
|
|
[edk2-platforms PATCH v5 0/4] Secure Boot default keys
This patchset is a consequence of "Secure Boot default keys"
patchset in edk2. It adds SecureBootVariableLib class resolution
for each platform which uses SecureBootConfigDxe and also
enables Secure
This patchset is a consequence of "Secure Boot default keys"
patchset in edk2. It adds SecureBootVariableLib class resolution
for each platform which uses SecureBootConfigDxe and also
enables Secure
|
By
Grzegorz Bernacki
·
#77409
·
|
|
[PATCH v5 10/10] SecurityPkg: Add option to reset secure boot keys.
This commit add option which allows reset content of Secure Boot
keys and databases to default variables.
Signed-off-by: Grzegorz Bernacki <gjb@...>
Reviewed-by: Sunny Wang
This commit add option which allows reset content of Secure Boot
keys and databases to default variables.
Signed-off-by: Grzegorz Bernacki <gjb@...>
Reviewed-by: Sunny Wang
|
By
Grzegorz Bernacki
·
#77408
·
|
|
[PATCH v5 09/10] SecurityPkg: Add new modules to Security package.
This commits adds modules related to initialization and
usage of default Secure Boot key variables to SecurityPkg.
Signed-off-by: Grzegorz Bernacki <gjb@...>
Reviewed-by: Sunny Wang
This commits adds modules related to initialization and
usage of default Secure Boot key variables to SecurityPkg.
Signed-off-by: Grzegorz Bernacki <gjb@...>
Reviewed-by: Sunny Wang
|
By
Grzegorz Bernacki
·
#77407
·
|