mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
226 lines
8.2 KiB
Plaintext
226 lines
8.2 KiB
Plaintext
set build_components {
|
|
core init timer app/blinktree app/top
|
|
}
|
|
|
|
source ${genode_dir}/repos/base/run/platform_drv.inc
|
|
append_platform_drv_build_components
|
|
build $build_components
|
|
|
|
create_boot_directory
|
|
|
|
|
|
set config {
|
|
<config>
|
|
<parent-provides>
|
|
<service name="LOG"/>
|
|
<service name="PD"/>
|
|
<service name="CPU"/>
|
|
<service name="ROM"/>
|
|
<service name="RAM"/>
|
|
<service name="IRQ"/>
|
|
<service name="IO_MEM"/>
|
|
<service name="IO_PORT"/>
|
|
<service name="RM"/>
|
|
<service name="TOPO"/>
|
|
<service name="TRACE"/>
|
|
</parent-provides>
|
|
<affinity-space width="32" height="1"/>
|
|
<default-route>
|
|
<any-service><parent/><any-child/></any-service>
|
|
</default-route>
|
|
<default caps="200"/>
|
|
<start name="timer">
|
|
<resource name="RAM" quantum="8M"/>
|
|
<!--<resource name="CPU" quantum="10"/>-->
|
|
<affinity xpos="0" ypos="0" width="1" height="1"/>
|
|
<provides><service name="Timer"/></provides>
|
|
<route>
|
|
<any-service><parent/><any-child/></any-service>
|
|
</route>
|
|
</start>
|
|
}
|
|
|
|
append config {
|
|
<start name="blinktree1" caps="1000">
|
|
<binary name="blinktree"/>
|
|
<affinity xpos="1" ypos="0" width="16" height="1"/>
|
|
<resource name="RAM" quantum="75G"/>
|
|
<!--<resource name="CPU" quantum="90"/>-->
|
|
<route>
|
|
<service name="Timer"> <child name="timer"/> </service>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</route>
|
|
<config>
|
|
<vfs>
|
|
<dir name="dev">
|
|
<log/>
|
|
<inline name="rtc">2022-07-20 14:30</inline>
|
|
</dir>
|
|
<dir name="workloads">
|
|
<rom name="fill_randint_workloada"/>
|
|
<rom name="mixed_randint_workloada"/>
|
|
</dir>
|
|
</vfs>
|
|
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
|
</config>
|
|
</start>
|
|
<!--
|
|
<start name="top">
|
|
<resource name="RAM" quantum="2M"/>
|
|
<affinity xpos="0" ypos="0" width="1" height="1"/>
|
|
<route>
|
|
<service name="Timer"> <child name="timer"/> </service>
|
|
<any-service> <parent/> </any-service>
|
|
</route>
|
|
<config period_ms="1000" sort_time="ec"/>
|
|
</start>-->
|
|
<!--
|
|
<start name="blinktree2" caps="1000">
|
|
<binary name="blinktree"/>
|
|
<affinity xpos="1" ypos="0" width="1" height="1"/>
|
|
<resource name="RAM" quantum="60G"/>
|
|
<route>
|
|
<service name="Timer"> <child name="timer"/> </service>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</route>
|
|
<config>
|
|
<vfs>
|
|
<dir name="dev">
|
|
<log/>
|
|
<inline name="rtc">2022-07-20 14:30</inline>
|
|
</dir>
|
|
<dir name="workloads">
|
|
<rom name="fill_randint_workloada"/>
|
|
<rom name="mixed_randint_workloada"/>
|
|
</dir>
|
|
</vfs>
|
|
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
|
</config>
|
|
</start>
|
|
|
|
<start name="blinktree3" caps="1000">
|
|
<binary name="blinktree"/>
|
|
<affinity xpos="1" ypos="0" width="1" height="1"/>
|
|
<resource name="RAM" quantum="60G"/>
|
|
<route>
|
|
<service name="Timer"> <child name="timer"/> </service>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</route>
|
|
<config>
|
|
<vfs>
|
|
<dir name="dev">
|
|
<log/>
|
|
<inline name="rtc">2022-07-20 14:30</inline>
|
|
</dir>
|
|
<dir name="workloads">
|
|
<rom name="fill_randint_workloada"/>
|
|
<rom name="mixed_randint_workloada"/>
|
|
</dir>
|
|
</vfs>
|
|
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
|
</config>
|
|
</start>
|
|
|
|
<start name="blinktree4" caps="1000">
|
|
<binary name="blinktree"/>
|
|
<affinity xpos="32" ypos="0" width="1" height="1"/>
|
|
<resource name="RAM" quantum="60G"/>
|
|
<route>
|
|
<service name="Timer"> <child name="timer"/> </service>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</route>
|
|
<config>
|
|
<vfs>
|
|
<dir name="dev">
|
|
<log/>
|
|
<inline name="rtc">2022-07-20 14:30</inline>
|
|
</dir>
|
|
<dir name="workloads">
|
|
<rom name="fill_randint_workloada"/>
|
|
<rom name="mixed_randint_workloada"/>
|
|
</dir>
|
|
</vfs>
|
|
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
|
</config>
|
|
</start>
|
|
<start name="blinktree5" caps="1000">
|
|
<binary name="blinktree"/>
|
|
<affinity xpos="1" ypos="0" width="63" height="1"/>
|
|
<resource name="RAM" quantum="60G"/>
|
|
<route>
|
|
<service name="Timer"> <child name="timer"/> </service>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</route>
|
|
<config>
|
|
<vfs>
|
|
<dir name="dev">
|
|
<log/>
|
|
<inline name="rtc">2022-07-20 14:30</inline>
|
|
</dir>
|
|
<dir name="workloads">
|
|
<rom name="fill_randint_workloada"/>
|
|
<rom name="mixed_randint_workloada"/>
|
|
</dir>
|
|
</vfs>
|
|
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
|
</config>
|
|
</start>
|
|
<start name="blinktree6" caps="1000">
|
|
<binary name="blinktree"/>
|
|
<affinity xpos="1" ypos="0" width="63" height="1"/>
|
|
<resource name="RAM" quantum="60G"/>
|
|
<route>
|
|
<service name="Timer"> <child name="timer"/> </service>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</route>
|
|
<config>
|
|
<vfs>
|
|
<dir name="dev">
|
|
<log/>
|
|
<inline name="rtc">2022-07-20 14:30</inline>
|
|
</dir>
|
|
<dir name="workloads">
|
|
<rom name="fill_randint_workloada"/>
|
|
<rom name="mixed_randint_workloada"/>
|
|
</dir>
|
|
</vfs>
|
|
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
|
</config>
|
|
</start>
|
|
<start name="blinktree7" caps="1000">
|
|
<binary name="blinktree"/>
|
|
<affinity xpos="1" ypos="0" width="63" height="1"/>
|
|
<resource name="RAM" quantum="30G"/>
|
|
<route>
|
|
<service name="Timer"> <child name="timer"/> </service>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</route>
|
|
<config>
|
|
<vfs>
|
|
<dir name="dev">
|
|
<log/>
|
|
<inline name="rtc">2022-07-20 14:30</inline>
|
|
</dir>
|
|
<dir name="workloads">
|
|
<rom name="fill_randint_workloada"/>
|
|
<rom name="mixed_randint_workloada"/>
|
|
</dir>
|
|
</vfs>
|
|
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
|
</config>
|
|
</start>-->
|
|
</config>
|
|
}
|
|
|
|
install_config $config
|
|
|
|
set boot_modules {
|
|
core init timer vfs.lib.so ld.lib.so libm.lib.so libc.lib.so stdcxx.lib.so posix.lib.so blinktree top fill_randint_workloada mixed_randint_workloada
|
|
}
|
|
|
|
append_platform_drv_boot_modules
|
|
|
|
build_boot_image $boot_modules
|
|
append qemu_args "-nographic"
|
|
run_genode_until forever
|