x86: remove special GPE handling nova <-> acpica

Remove handling of ACPI (SCI) interrupt from kernel and thereby let the
handling of the ACPI irq exclusively to an Genode driver. On Genode the ACPICA
library+app handles the ACPI irq, where we can now remove the contrib patches
related to the synchronization between NOVA kernel and ACPICA library.

Fixes #4479
This commit is contained in:
Alexander Boettcher
2022-04-21 10:00:07 +02:00
committed by Christian Helmuth
parent 65d7b3e652
commit f6fedd5348
4 changed files with 3 additions and 63 deletions

View File

@@ -1 +1 @@
36430efef054479ea2cc06f2052a85a09e9bf232
6a1f0e6e6386e60748607c3c460c51a36a162307

View File

@@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := d7804f2125ad9ba1b86ad983261f72bdc1c0cfe7
REV(nova) := 7e3b5d3916825fb32e011cff4ee9b09ecdcb8d05
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))