mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
blinktree: Updated run script to include topology service.
This commit is contained in:
@@ -21,14 +21,17 @@ set config {
|
|||||||
<service name="IO_MEM"/>
|
<service name="IO_MEM"/>
|
||||||
<service name="IO_PORT"/>
|
<service name="IO_PORT"/>
|
||||||
<service name="RM"/>
|
<service name="RM"/>
|
||||||
|
<service name="TOPO"/>
|
||||||
</parent-provides>
|
</parent-provides>
|
||||||
<affinity-space width="20" height="1"/>
|
<affinity-space width="64" height="1"/>
|
||||||
<default-route>
|
<default-route>
|
||||||
<any-service><parent/><any-child/></any-service>
|
<any-service><parent/><any-child/></any-service>
|
||||||
</default-route>
|
</default-route>
|
||||||
<default caps="200"/>
|
<default caps="200"/>
|
||||||
<start name="timer">
|
<start name="timer">
|
||||||
<resource name="RAM" quantum="1M"/>
|
<resource name="RAM" quantum="8M"/>
|
||||||
|
<!--<resource name="CPU" quantum="10"/>-->
|
||||||
|
<affinity xpos="0" ypos="0" width="1" height="1"/>
|
||||||
<provides><service name="Timer"/></provides>
|
<provides><service name="Timer"/></provides>
|
||||||
<route>
|
<route>
|
||||||
<any-service><parent/><any-child/></any-service>
|
<any-service><parent/><any-child/></any-service>
|
||||||
@@ -36,12 +39,11 @@ set config {
|
|||||||
</start>
|
</start>
|
||||||
}
|
}
|
||||||
|
|
||||||
append_platform_drv_config
|
|
||||||
|
|
||||||
append config {
|
append config {
|
||||||
<start name="blinktree" caps="1000">
|
<start name="blinktree" caps="1000">
|
||||||
<affinity xpos="0" ypos="0" width="20" height="1"/>
|
<affinity xpos="1" ypos="0" width="63" height="1"/>
|
||||||
<resource name="RAM" quantum="119000M"/>
|
<resource name="RAM" quantum="240G"/>
|
||||||
|
<!--<resource name="CPU" quantum="90"/>-->
|
||||||
<route>
|
<route>
|
||||||
<service name="Timer"> <child name="timer"/> </service>
|
<service name="Timer"> <child name="timer"/> </service>
|
||||||
<any-service> <parent/> <any-child/> </any-service>
|
<any-service> <parent/> <any-child/> </any-service>
|
||||||
|
|||||||
Reference in New Issue
Block a user