genode/repos/pc
Alexander Boettcher 97e638a2ac intel/display: avoid mode detection in irq task
On hotplug, the C++ side of the driver now gets just notified,
without any further detection.

On the C++ side, now specific actions are scheduled explicitly, which will be
executed step by step. New appearing actions will be queued and are
not eligible to run before the former actions of the list are processed.

Fixe #5392
2024-12-10 14:12:24 +01:00
..
lib pc: use linux 6.6.47 2024-08-27 15:33:32 +02:00
recipes depot: update recipe hashes 2024-11-20 08:58:39 +01:00
run intel/display: avoid mode detection in irq task 2024-12-10 14:12:24 +01:00
sculpt/deploy sculpt: update goa_testbed preset 2024-10-14 14:39:44 +02:00
src intel/display: avoid mode detection in irq task 2024-12-10 14:12:24 +01:00
README Introduce pc repository for PC board support 2022-02-15 10:23:16 +01:00

               ================================
               Genode support for x86-based PCs
               ================================


This repository complements the Genode OS framework (https://genode.org) with
the board support needed to use Genode on devices based on x86 PCs.

License
-------

Genode-specific code is provided under Genode's regular open-source license,
which is AGPLv3 + open-source linking exception. This code is also available
under a commercial license offered by Genode Labs.

For code ported from other projects - e.g., device drivers ported from the
Linux kernel - the license of the originating upstream project applies.

Please refer to the individual file headers for detailed information.