|
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 <c.koehne@...>
·
#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 <c.koehne@...>
·
#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 <c.koehne@...>
·
#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
·
|
|
[PATCH v5 08/10] SecurityPkg: Add EnrollFromDefaultKeys application.
This application allows user to force key enrollment from
Secure Boot default variables.
Signed-off-by: Grzegorz Bernacki <gjb@...>
---
This application allows user to force key enrollment from
Secure Boot default variables.
Signed-off-by: Grzegorz Bernacki <gjb@...>
---
|
By
Grzegorz Bernacki
·
#77406
·
|
|
[PATCH v5 07/10] SecurityPkg: Add SecureBootDefaultKeysDxe driver
This driver initializes default Secure Boot keys and databases
based on keys embedded in flash.
Signed-off-by: Grzegorz Bernacki <gjb@...>
Reviewed-by: Sunny Wang
This driver initializes default Secure Boot keys and databases
based on keys embedded in flash.
Signed-off-by: Grzegorz Bernacki <gjb@...>
Reviewed-by: Sunny Wang
|
By
Grzegorz Bernacki
·
#77405
·
|
|
[PATCH v5 06/10] ArmPlatformPkg: Create include file for default key content.
This commits add file which can be included by platform Flash
Description File. It allows to specify certificate files, which
will be embedded into binary file. The content of these files
can be used
This commits add file which can be included by platform Flash
Description File. It allows to specify certificate files, which
will be embedded into binary file. The content of these files
can be used
|
By
Grzegorz Bernacki
·
#77404
·
|
|
[PATCH v5 05/10] SecurityPkg: Remove duplicated functions from SecureBootConfigDxe.
This commit removes functions which were added
to SecureBootVariableLib. It also adds dependecy
on that library.
Signed-off-by: Grzegorz Bernacki <gjb@...>
---
This commit removes functions which were added
to SecureBootVariableLib. It also adds dependecy
on that library.
Signed-off-by: Grzegorz Bernacki <gjb@...>
---
|
By
Grzegorz Bernacki
·
#77403
·
|