Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] formfactor: add support for qemuriscv64 and qemuriscv32
@ 2024-12-31  9:44 Maxin John
  2024-12-31 15:06 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Maxin John @ 2024-12-31  9:44 UTC (permalink / raw)
  To: openembedded-core

Add machine config files for qemuriscv64 and qemuriscv32.

Fixes [YOCTO #15427].

Signed-off-by: Maxin John <maxin.john@gmail.com>
---
 .../formfactor/files/qemuriscv32/machconfig            | 10 ++++++++++
 .../formfactor/files/qemuriscv64/machconfig            | 10 ++++++++++
 2 files changed, 20 insertions(+)
 create mode 100755 meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig
 create mode 100755 meta/recipes-bsp/formfactor/files/qemuriscv64/machconfig

diff --git a/meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig b/meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig
new file mode 100755
index 000000000000..2789b5fc2ad5
--- /dev/null
+++ b/meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig
@@ -0,0 +1,10 @@
+HAVE_TOUCHSCREEN=1
+HAVE_KEYBOARD=1
+
+DISPLAY_CAN_ROTATE=0
+DISPLAY_ORIENTATION=0
+DISPLAY_WIDTH_PIXELS=640
+DISPLAY_HEIGHT_PIXELS=480
+DISPLAY_BPP=16
+DISPLAY_DPI=150
+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 000000000000..2789b5fc2ad5
--- /dev/null
+++ b/meta/recipes-bsp/formfactor/files/qemuriscv64/machconfig
@@ -0,0 +1,10 @@
+HAVE_TOUCHSCREEN=1
+HAVE_KEYBOARD=1
+
+DISPLAY_CAN_ROTATE=0
+DISPLAY_ORIENTATION=0
+DISPLAY_WIDTH_PIXELS=640
+DISPLAY_HEIGHT_PIXELS=480
+DISPLAY_BPP=16
+DISPLAY_DPI=150
+DISPLAY_SUBPIXEL_ORDER=vrgb
-- 
2.39.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-31 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31  9:44 [PATCH] formfactor: add support for qemuriscv64 and qemuriscv32 Maxin John
2024-12-31 15:06 ` [OE-core] " Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox