mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-06 09:21:49 +00:00
parent
b6beff673a
commit
2d2ef2a763
@ -22,3 +22,4 @@ _/pkg/acpica
|
|||||||
_/pkg/qt5_textedit
|
_/pkg/qt5_textedit
|
||||||
_/pkg/system_clock
|
_/pkg/system_clock
|
||||||
_/pkg/gpu-cpu
|
_/pkg/gpu-cpu
|
||||||
|
_/pkg/gpu-iris
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
<index name="Mesa 3D">
|
<index name="Mesa 3D">
|
||||||
<pkg path="gpu-cpu" info="SWRAST Mesa driver"/>
|
<pkg path="gpu-cpu" info="SWRAST Mesa driver"/>
|
||||||
|
<pkg path="gpu-iris" info="Intel IRIS Mesa driver"/>
|
||||||
</index>
|
</index>
|
||||||
|
|
||||||
<index name="Tools">
|
<index name="Tools">
|
||||||
|
1
repos/libports/recipes/pkg/gpu-iris/README
Normal file
1
repos/libports/recipes/pkg/gpu-iris/README
Normal file
@ -0,0 +1 @@
|
|||||||
|
Iris Gallium driver of MESA for Intel GPUs
|
4
repos/libports/recipes/pkg/gpu-iris/archives
Normal file
4
repos/libports/recipes/pkg/gpu-iris/archives
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
_/src/fs_rom
|
||||||
|
_/src/init
|
||||||
|
_/src/mesa
|
||||||
|
_/src/vfs
|
1
repos/libports/recipes/pkg/gpu-iris/hash
Normal file
1
repos/libports/recipes/pkg/gpu-iris/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2021-09-21-b ab93bfd5aca22aeb0895438faf53bad5d288b965
|
49
repos/libports/recipes/pkg/gpu-iris/runtime
Normal file
49
repos/libports/recipes/pkg/gpu-iris/runtime
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
<runtime ram="12M" caps="300" binary="init">
|
||||||
|
|
||||||
|
<provides>
|
||||||
|
<rom/>
|
||||||
|
</provides>
|
||||||
|
|
||||||
|
<content>
|
||||||
|
<rom label="egl_iris.lib.so"/>
|
||||||
|
<rom label="fs_rom"/>
|
||||||
|
<rom label="init"/>
|
||||||
|
<rom label="vfs"/>
|
||||||
|
<rom label="vfs.lib.so"/>
|
||||||
|
</content>
|
||||||
|
|
||||||
|
<config verbose="yes">
|
||||||
|
|
||||||
|
<service name="ROM">
|
||||||
|
<default-policy> <child name="fs_rom" label="egl_iris.lib.so"/> </default-policy>
|
||||||
|
</service>
|
||||||
|
|
||||||
|
<parent-provides>
|
||||||
|
<service name="ROM"/>
|
||||||
|
<service name="PD"/>
|
||||||
|
<service name="RM"/>
|
||||||
|
<service name="CPU"/>
|
||||||
|
<service name="LOG"/>
|
||||||
|
</parent-provides>
|
||||||
|
|
||||||
|
<default-route> <any-service> <parent/> <any-child/> </any-service> </default-route>
|
||||||
|
|
||||||
|
<start name="vfs" caps="100">
|
||||||
|
<resource name="RAM" quantum="1M"/>
|
||||||
|
<provides> <service name="File_system"/> </provides>
|
||||||
|
<config verbose="yes">
|
||||||
|
<vfs>
|
||||||
|
<rom name="egl_iris.lib.so"/>
|
||||||
|
</vfs>
|
||||||
|
<default-policy root="/" writeable="no"/>
|
||||||
|
</config>
|
||||||
|
</start>
|
||||||
|
|
||||||
|
<start name="fs_rom" caps="100">
|
||||||
|
<resource name="RAM" quantum="9M"/>
|
||||||
|
<provides> <service name="ROM"/> </provides>
|
||||||
|
<config/>
|
||||||
|
</start>
|
||||||
|
</config>
|
||||||
|
|
||||||
|
</runtime>
|
Loading…
x
Reference in New Issue
Block a user