2015-04-14 10:12:15 +00:00
|
|
|
|
|
|
|
##
|
|
|
|
## Kernel-specific run tool configuration
|
|
|
|
##
|
|
|
|
|
2015-12-18 13:13:02 +00:00
|
|
|
RUN_OPT = --include boot_dir/hw --include image/muen
|
|
|
|
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
# Muen hardware configuration
|
2015-12-18 13:13:02 +00:00
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
# The specified file must be relative to the Muen policy directory or an
|
|
|
|
# absolute path.
|
2016-12-21 07:16:12 +00:00
|
|
|
#
|
2017-04-05 16:29:07 +00:00
|
|
|
RUN_OPT += --image-muen-hardware hardware/lenovo-t430s.xml
|
|
|
|
|
|
|
|
#
|
|
|
|
# Muen platform configuration
|
|
|
|
#
|
|
|
|
# The specified file must be relative to the Muen policy directory or an
|
|
|
|
# absolute path.
|
|
|
|
#
|
|
|
|
RUN_OPT += --image-muen-platform platform/lenovo-t430s.xml
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Directory, where the GNAT toolchain is installed
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
RUN_OPT += --image-muen-gnat-path /opt/gnat
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Directory, where the SPARK toolchain is installed
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
RUN_OPT += --image-muen-spark-path /opt/spark
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Muen system policy
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
# The specified file must be relative to the Muen policy directory or an
|
|
|
|
# absolute path.
|
2016-12-21 07:16:12 +00:00
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
RUN_OPT += --image-muen-system xml/genode-base_hw.xml
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Muen system components
|
|
|
|
#
|
2016-02-18 09:39:57 +00:00
|
|
|
# Available components are located in the Muen project directory 'components/'.
|
2016-12-21 07:16:12 +00:00
|
|
|
#
|
2018-01-18 17:50:30 +00:00
|
|
|
RUN_OPT += --image-muen-components 'libdebuglog libmudm libmutime libxhcidbg dbgserver sm time'
|
2015-12-18 13:13:02 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# External Muen build
|
|
|
|
#
|
|
|
|
# Specifies if the Muen kernel should be built automatically.
|
|
|
|
# If the Muen system is built and integrated externally, i.e. outside
|
|
|
|
# of the Genode build system, set this parameter to 1.
|
2016-12-21 07:16:12 +00:00
|
|
|
#
|
2015-12-18 13:13:02 +00:00
|
|
|
RUN_OPT += --image-muen-external-build 0
|
2016-12-21 07:16:12 +00:00
|
|
|
|