genode/tool/builddir/build.conf
Sebastian Sumpf fd0e6685fc riscv: Use Qemu and update to ISA v1.10
- 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
2021-02-23 12:02:44 +01:00
..
ccache Add ccache support to build system 2021-02-23 12:02:41 +01:00
make_j Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
README Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
repos Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
repos_x86 Remove dde_zircon 2020-08-25 11:49:44 +02:00
run run: add --depot-auto-update feature 2019-04-09 12:30:34 +02:00
run_arm_v6 tool: deprecate board-specific build directories 2019-05-27 14:46:29 +02:00
run_arm_v7 Retire Exynos 5 support (fix #3725) 2020-04-17 12:53:57 +02:00
run_arm_v8 hw: Add support for Qemu virt arm platforms. 2020-04-17 12:39:32 +02:00
run_boot_dir tool: deprecate board-specific build directories 2019-05-27 14:46:29 +02:00
run_kernel_linux Add unified build directories to create_builddir 2017-01-13 13:05:44 +01:00
run_riscv riscv: Use Qemu and update to ISA v1.10 2021-02-23 12:02:44 +01:00
run_x86 tool: deprecate board-specific build directories 2019-05-27 14:46:29 +02:00
run_x86_32 tool: fix BOARD_RUN_OPT for arm_v8 2019-07-09 08:41:53 +02:00
run_x86_64 Remove support for the Muen separation kernel 2021-02-23 11:55:44 +01:00

This directory contains templates for configuring build directories
for different platforms. They are used by the 'create_builddir' tool.