diff options
| author | Maxin John <maxin.john@gmail.com> | 2024-12-31 11:44:18 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-03 11:05:03 +0000 |
| commit | c36f116385394a690f49dc78b419e68cb428a9bd (patch) | |
| tree | 779e84f5a26d39c936597947ea2c039860d7fa6a /meta/recipes-bsp | |
| parent | a464534c72ec9c13b68085bfbee37917539f248d (diff) | |
| download | poky-c36f116385394a690f49dc78b419e68cb428a9bd.tar.gz | |
formfactor: add support for qemuriscv64 and qemuriscv32
Add machine config files for qemuriscv64 and qemuriscv32.
Fixes [YOCTO #15427].
(From OE-Core rev: ec01090759677f8b69352c56aa29940314ca73e7)
Signed-off-by: Maxin John <maxin.john@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
| -rwxr-xr-x | meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig | 10 | ||||
| -rwxr-xr-x | meta/recipes-bsp/formfactor/files/qemuriscv64/machconfig | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig b/meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig new file mode 100755 index 0000000000..2789b5fc2a --- /dev/null +++ b/meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | HAVE_TOUCHSCREEN=1 | ||
| 2 | HAVE_KEYBOARD=1 | ||
| 3 | |||
| 4 | DISPLAY_CAN_ROTATE=0 | ||
| 5 | DISPLAY_ORIENTATION=0 | ||
| 6 | DISPLAY_WIDTH_PIXELS=640 | ||
| 7 | DISPLAY_HEIGHT_PIXELS=480 | ||
| 8 | DISPLAY_BPP=16 | ||
| 9 | DISPLAY_DPI=150 | ||
| 10 | DISPLAY_SUBPIXEL_ORDER=vrgb | ||
diff --git a/meta/recipes-bsp/formfactor/files/qemuriscv64/machconfig b/meta/recipes-bsp/formfactor/files/qemuriscv64/machconfig new file mode 100755 index 0000000000..2789b5fc2a --- /dev/null +++ b/meta/recipes-bsp/formfactor/files/qemuriscv64/machconfig | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | HAVE_TOUCHSCREEN=1 | ||
| 2 | HAVE_KEYBOARD=1 | ||
| 3 | |||
| 4 | DISPLAY_CAN_ROTATE=0 | ||
| 5 | DISPLAY_ORIENTATION=0 | ||
| 6 | DISPLAY_WIDTH_PIXELS=640 | ||
| 7 | DISPLAY_HEIGHT_PIXELS=480 | ||
| 8 | DISPLAY_BPP=16 | ||
| 9 | DISPLAY_DPI=150 | ||
| 10 | DISPLAY_SUBPIXEL_ORDER=vrgb | ||
