mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-20 03:36:33 +00:00
7ebd3a086a
The NOVA kernel and Genode's roottask core are configured to be runnable with up to 64 CPUs (MAX_SUPPORTED_CPUS in core resp. NUM_CPU in kernel). On machines with more CPUs a reset occurred. The commit checks for this case, bootstraps the first 64 CPUs only, and sends all other CPUs to sleep. Also, the platform_info ROM size is increased to host information about more than 32 CPUs. Issue #4640
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
# r10 branch
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
REV(nova) := 048109941862356b4785a50d1ef012d2ad9761c5
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|