blinktree: Updated run script to include topology service.

This commit is contained in:
Michael Mueller
2022-11-29 12:26:00 +01:00
parent e2ddc82102
commit 2a8fe2b335

View File

@@ -21,14 +21,17 @@ set config {
<service name="IO_MEM"/>
<service name="IO_PORT"/>
<service name="RM"/>
<service name="TOPO"/>
</parent-provides>
<affinity-space width="20" height="1"/>
<affinity-space width="64" height="1"/>
<default-route>
<any-service><parent/><any-child/></any-service>
</default-route>
<default caps="200"/>
<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>
<route>
<any-service><parent/><any-child/></any-service>
@@ -36,12 +39,11 @@ set config {
</start>
}
append_platform_drv_config
append config {
<start name="blinktree" caps="1000">
<affinity xpos="0" ypos="0" width="20" height="1"/>
<resource name="RAM" quantum="119000M"/>
<affinity xpos="1" ypos="0" width="63" height="1"/>
<resource name="RAM" quantum="240G"/>
<!--<resource name="CPU" quantum="90"/>-->
<route>
<service name="Timer"> <child name="timer"/> </service>
<any-service> <parent/> <any-child/> </any-service>