-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dom0: add possibility to use DomU without GSX
GSX-related configs are separated and are moved into gsx-common.cfg. The SOC-specific GSX options are added at compile time. The 'gsx' MACHINE_FEATURE is required to generate proper configuration files for domains. Signed-off-by: Ruslan Shymkevych <[email protected]>
- Loading branch information
Showing
6 changed files
with
53 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
layers/meta-xt-dom0-gen3/recipes-guests/domu/files/gsx-common.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
irqs = [ | ||
151 | ||
] | ||
|
||
iomem = [ | ||
#gsx@fd000000 | ||
"0xfd010,1@0xfd000", | ||
] | ||
|
||
vgsx = [ 'backend=DomD, osid=1' ] | ||
|
||
# 'vkb' and 'vdispl' are not GSX-related things, but we use them only for build with GSX | ||
# that why this 'workaround' is here | ||
|
||
vdispl = [ 'backend=DomD, be-alloc=0, connectors=1000:1920x1080' ] | ||
|
||
# multi-touch-width/height should be equal to physical touchscreen parameters when displ_be runs on top of DRM in DomD, | ||
# but in both cases (Weston/DRM) multi-touch-num-contacts should also be set properly to match HW | ||
vkb = [ 'backend=DomD, backend-type=linux, multi-touch-width=1920, multi-touch-height=1080, multi-touch-num-contacts=10, unique-id=T:1000, feature-disable-pointer=1, feature-disable-keyboard=1' ] |
19 changes: 0 additions & 19 deletions
19
layers/meta-xt-dom0-gen3/recipes-guests/domu/files/pvr-domu-generic-h3-4x2g.cfg
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
layers/meta-xt-dom0-gen3/recipes-guests/domu/files/pvr-domu-generic-m3-2x4g.cfg
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters