mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
88118b133a
acpica and the Intel display driver tries to use the Intel Opregion simultaneously on Genode, which is not supported nor wanted for IO_MEM region as which it is handled. Attempts to remove the access to the region was not successful, since some SSDT table contains ACPI AML code which is executed regularly and read/write the Opregion. The patch adds support to read in a copy of the Intel Opregion done by the acpi_drv component. The copy was sufficient to make the Intel display driver working to find and lookup the Intel VBT (video bios table) information to setup all connectors on a Fujitsu U7411 docking station. Fixes #4531 |
||
---|---|---|
.. | ||
log.run | ||
migrate.run | ||
platform_drv.inc | ||
smp.run | ||
sub_rm.run | ||
thread.run | ||
timeout_smp.run | ||
timer_accuracy.run | ||
timer_rate.run |