genode/tool/builddir/build.conf
Norman Feske 2f9d430c00 base-linux: 64-bit ARM support
This patch adds support for running Genode/Linux on the AARCH64
architecture.

- The kernel-agnostic startup code (crt0) had to be extended to
  capture the initial stack pointer, which the Linux kernel uses
  to pass the process environment. This is in line with the
  existing startup code for x86_32 and x86_64.

- The link order of the host libraries linked to lx_hybrid
  programs had to be adjusted such that libgcc appears at last
  because the other libraries depend on symbols provided by
  libgcc.

- When using AARCH64 Linux as host, one can execute run scripts
  via 'make run/<script> KERNEL=linux BOARD=linux' now.

Issue #4136
2021-05-10 11:17:20 +02: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 base-linux: 64-bit ARM support 2021-05-10 11:17:20 +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.