mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
fd0e6685fc
- remove Spike/BBL support in favour of Qemu (>=4.2.1) - add 'riscv_qemu' board, remove 'spike' board' - update to privileged ISA v1.10 (from v1.9.1) - use direct system calls for privileged core threads (they call into the kernel and don't use mode changing system calls, i.e. 'ecall', semantics) - use 'OpenSBI' semtantics for SBI calls (to machine mode) instead of BBL issue #4012
13 lines
302 B
Makefile
13 lines
302 B
Makefile
include $(BASE_DIR)/lib/mk/base.inc
|
|
|
|
SRC_CC += thread_start.cc
|
|
SRC_CC += capability.cc
|
|
SRC_CC += cache.cc
|
|
SRC_CC += raw_write_string.cc
|
|
SRC_CC += signal_receiver.cc
|
|
SRC_CC += stack_area_addr.cc
|
|
SRC_CC += native_utcb.cc
|
|
SRC_CC += platform.cc
|
|
|
|
LIBS += startup-hw base-hw-common syscall-hw cxx timeout-hw
|