genode/repos/base-nova/ports/nova.port
Alexander Boettcher 97544ed7a9 nova: support iommu enabling per intel/amd
separately.  The "iommu" option is now split up into "iommu_intel" and
"iommu_amd" and thereby can be disabled easily if required for one of the CPU
vendors.

Fixes #5206
2024-05-29 09:18:11 +02:00

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) := 9560bf9fb6a9612147bb2a1a89156ac39951d170
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
PATCH_OPT := -p1 -d ${DIR(nova)}