mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
f55d06fd5c
DMA remapping hardware units use MSI for fault events. However, MSI were bound to the presence of a PCI configuration space. genodelabs/genode#5002
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
# r10 branch
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
REV(nova) := 3e34fa6c35c55566ae57a1fd654262964ffcf544
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|
|
PATCH_OPT := -p1 -d ${DIR(nova)}
|