sculpt_manager: integrate GPU device access

Similar to other devices allow for selecting a graphics device as
well. This is currently only useful on iMX8-based systems like
iMX8Q-EVK and MNT Reform2 where the driver is explicitly started
from a pkg.

Fixes #4342.
This commit is contained in:
Josef Söntgen 2021-12-10 16:48:36 +01:00 committed by Norman Feske
parent 1a9fad4022
commit f9e0548d0c

View File

@ -355,6 +355,7 @@ class Sculpt::Runtime_config
_pci_net { _r, Type::PLATFORM, "network hardware", "nic" },
_pci_audio { _r, Type::PLATFORM, "audio hardware", "audio" },
_pci_acpi { _r, Type::PLATFORM, "ACPI", "acpica" },
_hw_gpu { _r, Type::PLATFORM, "GPU hardware", "gpu" },
_trace { _r, Type::TRACE, "system-global tracing" },
_vm { _r, Type::VM, "virtualization hardware" },
_pd { _r, Type::PD, "system PD service" };